Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update on smpirun script to accept -trace argument with the name of the tracefile
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Aug 2010 11:32:26 +0000 (11:32 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Aug 2010 11:32:26 +0000 (11:32 +0000)
commit1d4461b3c05d8f19d40b4aa29f86cb4fa8c80e58
treebf72b036e767bdee2c52e93275daf78b375bce60
parent0e88b8ca34dfaa4f316a9bf762bc8df86d962c39
update on smpirun script to accept -trace argument with the name of the tracefile

details:
- among other parameters, smpirun accepts:
smpirun (...) -trace tracefile.trace (...) ./bcast (...)
- the parameter is translated to the following options to the simulator
--cfg=tracing/filename:${TRACEOPT} --cfg=tracing/smpi:1 where TRACEOPT
is the trace file passed as parameter

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/smpi/smpirun.in