Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More doc [skip ci]
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 4 May 2017 10:40:28 +0000 (12:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 4 May 2017 10:40:28 +0000 (12:40 +0200)
src/smpi/smpirun.in

index 5d962e4..ac444b7 100755 (executable)
@@ -33,7 +33,7 @@ usage () {
 Usage: $0 [OPTIONS] -platform <xmldesc> -hostfile <hostfile> program [program-options]
 Options:
   -keep-temps                # don't remove the generated files after execution
-  -wrapper <command>         # use command to run the program (e.g. "valgrind")
+  -wrapper <command>         # use command to run the program (e.g. "valgrind" or "gdb --args")
   -map                       # display the machine on which each process rank is mapped
   -np <numprocs>             # use that amount of processes from the hostfile.
                              # By default, all processes of the hostfile are used.