Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be even more informative to the user
[simgrid.git] / src / smpi / smpirun.in
index 28ae8b0..07ba044 100755 (executable)
@@ -244,6 +244,7 @@ done
 # check if we still have at least one parameter beyond options
 if [ $# -eq 0 ]
 then
+    echo "Error: no program to execute!"
     usage
     exit
 fi