X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/97b5c30c5882418937e25117a0111c4e71a2689c..10ee8f063aa0963534a92ad74c2bf23a9afaa2ae:/src/smpi/smpirun.in?ds=sidebyside diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 4bc14913ad..99e1a94bd3 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -42,7 +42,7 @@ Options: -np # use that amount of processes from the hostfile. # By default, all processes of the hostfile are used. -no-privatize # Disable the globals privatization, that is activated by default - -trace-ti # activate time independant tracing (for replay, default in smpi_simgrid.txt) + -trace-ti # activate time independent tracing (for replay, default in smpi_simgrid.txt) -trace # activate tracing (Paje, default in smpi_simgrid.trace) -trace-comment # put a comment on the top of the trace file -trace-comment-file # put file contents on the top of the trace file as comment @@ -278,7 +278,7 @@ else shift fi -# steel --cfg and --logs options +# steal --cfg and --logs options while [ $# -gt 0 ]; do case "$1" in "--cfg="*|"--log="*) @@ -546,7 +546,7 @@ fi # * The job is launched in the background in order to be able to handle signals. # # * The FD 3 is used to temporarily store FD 1. This is because the shell connects FD 1 to /dev/null when the command -# is launched in the background: this can be overriden in bash but not in standard bourne shell. +# is launched in the background: this can be overridden in bash but not in standard bourne shell. exec 3<&0 ${WRAPPER} "@SMPIMAIN@" ${EXEC} ${PRIVATIZE} ${TRACEOPTIONS} ${SIMOPTS} ${PLATFORMTMP} ${APPLICATIONTMP} <&3 3>&- & pid=$!