Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a smpi/grow-injected-times option.
authordegomme <augustin.degomme@unibas.ch>
Mon, 14 Nov 2016 23:04:53 +0000 (16:04 -0700)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 14 Nov 2016 23:04:53 +0000 (16:04 -0700)
commit81b746a8bf1396a9e957ea63d654f0748a466529
tree1a551bc4a90819571c77826c8f6cad0eda4bf4f4
parentde0ff2cd86dbc1c499d1adbaa732c277f35a3965
Add a smpi/grow-injected-times option.
This is to allow triggering off the default behavior of injected timings growth in MPI_Iprobe and MPI_Test.
This behavior allows to simulate faster and avoid looping too much over these calls. But it could also hurt precision of the simulation.
src/simgrid/sg_config.cpp
src/smpi/smpi_base.cpp