From: Martin Quinson Date: Mon, 2 Apr 2012 02:24:11 +0000 (-1000) Subject: some more doc X-Git-Tag: v3_7~133 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2931186f42e4cc57c72b923936fc20f5d4067aa2?hp=792906a0653f143c1f98befb7345f31860c78ad7 some more doc --- diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 4bc0c03b9e..0ee0445efc 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -23,6 +23,8 @@ function usage () { echo "usage:" echo "$0 [-quiet] [-keep-temps]" echo " [-np ] -platform -hostfile [-map] program [program-options]" + echo " [-keep-temps] # don't remove the generated files after execution" + echo " [-map] # display the machine on which each process rank is mapped" echo " [-trace] # activate tracing" echo " [-trace-grouped] # group MPI processes by location" echo " [-trace-resource] # trace resource utilization"