Browse Source

Usage message for run_sims

Ian Goldberg 4 years ago
parent
commit
c833bad063
1 changed files with 5 additions and 0 deletions
  1. 5 0
      run_sims.in

+ 5 - 0
run_sims.in

@@ -2,6 +2,11 @@
 
 seed="$1"
 
+if [ "$seed" == "" ]; then
+    echo "Usage: $0 seed"
+    exit 1
+fi
+
 # Uncomment the ones you want to run.  Note that each one takes only one
 # core, but a nontrivial amount of RAM (estimated in the line above).