Skip to content
Snippets Groups Projects
Commit dc4630dd authored by David's avatar David
Browse files

nice run_simulation script

parent 888b0c8f
Branches
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ GREETING="Simulation $SIMULATION is run on $DATE by $USER"
echo $GREETING
echo "running $SIMULATION_FILE | tee $LOGFILE"
./$SIMULATION_FILE | tee $LOGFILE
nice -n 4 ./$SIMULATION_FILE | tee $LOGFILE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment