X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5dacf019169a98e6264dd5937c432d70eb01524..8344f32ee2339f2b53a6e79ac0e9aa3a93384f58:/src/smpi/smpirun.in diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index b52c5e1b98..194934f9e8 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -59,6 +59,8 @@ Options: -version # Displays the SimGrid version (human readable) -git-version # Displays the git hash of SimGrid + -help # Displays this information + -help-coll # Displays all available collective algorithms or (deprecated usage): $0 [-keep-temps] [-np ] [-bandwidth ] [-latency ] program [program-options] @@ -240,7 +242,7 @@ while true; do usage exit 0 ;; - "--help-coll") + "-help-coll" | "--help-coll") ${WRAPPER} "@SMPIMAIN@" --help-coll exit 0 ;;