Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added flag for printing more debug info
[simgrid.git] / src / smpi / smpirun.in
index 278a49e..ce3b1c5 100755 (executable)
@@ -63,7 +63,7 @@ while true; do
       exit
    ;;
    
-   "--cfg="*)
+   "--cfg="*|"--log="*)
      SIMOPTS="$SIMOPTS $1"
      shift 1
    ;;