Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add Time independent output trace format ( TI ) to output traces that can then be...
authorAugustin Degomme <degomme@idpann.imag.fr>
Wed, 30 Oct 2013 13:42:49 +0000 (14:42 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Wed, 30 Oct 2013 14:23:49 +0000 (15:23 +0100)
commit92959d5b26387e5194b1bb4553baf90da7701f41
treefe4263583d6b02e0fc903ede6947c3b68866d774
parent2c3da798b790ca00b79a6131e1701c4a60fbe5f1
add Time independent output trace format ( TI ) to output traces that can then be replayed
For now only handles SMPI
Using -trace-ti flag with smpirun should output a smpi_simgrid.txt file by default,
which could be then used for replay. All outputs are for now merged into only one file.
12 files changed:
buildtools/Cmake/DefinePackages.cmake
src/include/smpi/smpi_interface.h
src/instr/instr_TI_trace.c [new file with mode: 0644]
src/instr/instr_config.c
src/instr/instr_paje_trace.c
src/instr/instr_private.h
src/instr/instr_trace.c [new file with mode: 0644]
src/smpi/instr_smpi.c
src/smpi/private.h
src/smpi/smpi_bench.c
src/smpi/smpi_pmpi.c
src/smpi/smpi_replay.c