Added comparison plotting in seperate script.

This commit is contained in:
Luke 2018-07-24 14:42:11 -07:00
parent 0afd12eaed
commit 669b144747
4 changed files with 214 additions and 11 deletions

View file

@ -3,6 +3,13 @@
MAX_JOBS=4
echo "Starting:"
# First run brute force misc jobs
(
echo " start odd jobs.... →"
./comparisonPlots.py --subplot -n 3 -sq 1>/dev/null
echo " 止 end odd jobs."
) &
for n in 5 6; do
while [[ $MAX_JOBS -le $(jobs -l | wc -l) ]]; do sleep 0.1; done
(