Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Distinguish between time precision and sharing precision.
authorArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 3 Apr 2014 23:48:11 +0000 (01:48 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Thu, 3 Apr 2014 23:48:11 +0000 (01:48 +0200)
commit2589a5617fe05b8b2aaf2bc9bb998e6ad4271518
tree7f514b6e14c6c7a3f809950a0992da8a4491dee8
parent71460434911c9b4398bd6df2c9c6d31f9c011005
Distinguish between time precision and sharing precision.
- Set up two distinct configuration variables and use them in the right places
- Set them to legacy values especially in smpirun
- Revalidate tesh files accordingly (only the "Configuration change" message)
31 files changed:
examples/smpi/energy/energy.tesh
examples/smpi/energy/f77/energy.tesh
examples/smpi/energy/f90/energy.tesh
examples/smpi/replay/smpi_replay.tesh
examples/smpi/tracing/smpi_traced.tesh
src/include/surf/maxmin.h
src/simgrid/sg_config.c
src/smpi/smpi_bench.c
src/smpi/smpirun.in
src/surf/cpu_cas01.cpp
src/surf/cpu_interface.cpp
src/surf/cpu_ti.cpp
src/surf/fair_bottleneck.cpp
src/surf/lagrange.cpp
src/surf/maxmin.cpp
src/surf/network_cm02.cpp
src/surf/network_constant.cpp
src/surf/storage_n11.cpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp
src/surf/workstation_ptask_L07.cpp
teshsuite/smpi/TI_output.tesh
teshsuite/smpi/bcast.tesh
teshsuite/smpi/hvector.tesh
teshsuite/smpi/indexed.tesh
teshsuite/smpi/pt2pt.tesh
teshsuite/smpi/reduce.tesh
teshsuite/smpi/shared.tesh
teshsuite/smpi/struct.tesh
teshsuite/smpi/vector.tesh
testsuite/surf/lmm_usage.c