Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be even more informative to the user
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 7 Feb 2017 15:18:43 +0000 (16:18 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 7 Feb 2017 16:43:07 +0000 (17:43 +0100)
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
 # check if we still have at least one parameter beyond options
 if [ $# -eq 0 ]
 then
+    echo "Error: no program to execute!"
     usage
     exit
 fi
     usage
     exit
 fi