Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Minor fix usage
authorBruno Donassolo <bruno.donassolo@inria.fr>
Thu, 3 Jun 2021 13:59:27 +0000 (15:59 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Fri, 4 Jun 2021 11:42:15 +0000 (13:42 +0200)
src/smpi/smpirun.in

index 33fb524..210a3b6 100755 (executable)
@@ -34,8 +34,8 @@ SMPITMPDIR="$(dirname $(mktemp -u))"
 #usage to print the way this script should be called
 usage () {
     cat <<EOF
-Usage: $0 [OPTIONS] -platform <xmldesc> -hostfile <hostfile> program [program-options]
-       $0 [OPTIONS] -platform <xmldesc> -hostfile <hostfile> -replay <tracefile> [program] [program-options]
+Usage: $0 [OPTIONS] -platform <xmldesc|so> -hostfile <hostfile> program [program-options]
+       $0 [OPTIONS] -platform <xmldesc|so> -hostfile <hostfile> -replay <tracefile> [program] [program-options]
 Options:
   -analyze                   # show information about allocations and timings at the end of execution
   -keep-temps                # don't remove the generated files after execution