From ad64a3a9153f4e7a067ac0d1457251f65bb6e3d1 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 2 Apr 2012 13:42:44 +0200 Subject: [PATCH 1/1] smpirun: option -quiet disappeared a long time ago. --- src/smpi/smpirun.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index e7fbeab601..45194ca6d5 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -20,7 +20,7 @@ SIMOPTS="--cfg=maxmin/precision:1e-9 --cfg=network/model:SMPI --cfg=network/TCP_ #usage to print the way this script should be called function usage () { echo "usage:" - echo "$0 [-quiet] [-keep-temps]" + echo "$0 [-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" @@ -32,7 +32,7 @@ function usage () { echo " [-trace-triva] # generate configuration for Triva's GraphView" echo " [-trace-file ] # name of the tracefile (simgrid_smpi.trace)" echo "or (deprecated usage):" - echo "$0 [-quiet] [-keep-temps] [-np ] [-bandwidth ] [-latency ] program [program-options]" + echo "$0 [-keep-temps] [-np ] [-bandwidth ] [-latency ] program [program-options]" echo } -- 2.20.1