Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make time independent tracing output by default in one file per process
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 5 Nov 2013 18:04:19 +0000 (19:04 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 6 Nov 2013 14:13:39 +0000 (15:13 +0100)
commit45b714b8561efbd12ebfd1f59e836e0ab006e824
tree7d03c19d37018c7bea10fe65ae71a0fde1817faf
parente326461ceee6be2a06a0711d20900876f124b444
Make time independent tracing output by default in one file per process
Structure is filename.txt : list of all the files to open
folder filename.txt_files : all files, with unique names (so that they won't be erased by a new run, only the main one will)

Adds an option tracing/smpi/format/ti_one_file to only use one subfile and put every event in it
For larger runs this will avoid opening too many handles.
(cherry picked from commit dc0e44715d73224df3cff50a9a0f42e73b1afc8c)
src/instr/instr_TI_trace.c
src/instr/instr_config.c
src/instr/instr_private.h