Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bummer, that's not the way to change the network model
[simgrid.git] / src / smpi / smpirun.in
index 278a49e..e1ea7e8 100755 (executable)
@@ -63,8 +63,8 @@ while true; do
       exit
    ;;
    
-   "--cfg="*)
-     SIMOPTS="$SIMOPTS $1"
+   "--cfg="*|"--log="*)
+     SIMOPTS="$SIMOPTS '$1'"
      shift 1
    ;;
     *)