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)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 5 Nov 2013 18:07:02 +0000 (19:07 +0100)
commitdc0e44715d73224df3cff50a9a0f42e73b1afc8c
tree8946011830795d53a4e549cf9a375cd08de75e44
parent67fcaced5dc8291df7225504d0b0583dbdf8b251
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.
src/instr/instr_TI_trace.c
src/instr/instr_config.c
src/instr/instr_private.h