Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement smpirun --help-coll.
[simgrid.git] / src / smpi / smpirun.in
index 2e949968d35be1858369694110352d94a81313ff..b52c5e1b98d9db320b942e120d44929160c481f4 100755 (executable)
@@ -240,6 +240,10 @@ while true; do
             usage
             exit 0
             ;;
             usage
             exit 0
             ;;
+        "--help-coll")
+            ${WRAPPER} "@SMPIMAIN@" --help-coll
+            exit 0
+            ;;
         "-version" | "--version" | "-v")
             printf '%b\n' "$SIMGRID_VERSION"
             exit 0
         "-version" | "--version" | "-v")
             printf '%b\n' "$SIMGRID_VERSION"
             exit 0