Skip to content
Snippets Groups Projects
Commit 814617ea authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Give proper usage message

parent de271aab
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
if [ $# -ne 2 ]; then
echo "Usage: music_openmpi <number of tasks> <configuration file (*.music)>"
echo "Usage: musicrun <number of tasks> <configuration file (*.music)>"
exit 1
fi
......@@ -17,4 +17,4 @@ if [ $exitcode -ne 0 ]; then
fi
echo "$binary"
exit $exitcode
\ No newline at end of file
exit $exitcode
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment