Random updates for paper revisions. Getting janky!

This commit is contained in:
Luke 2019-08-18 12:56:05 -07:00
parent c5c4ae61ee
commit 9e50e64c72
9 changed files with 422 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
MAX_JOBS=4
MAX_JOBS=8
for n in 2 12; do
while [[ $MAX_JOBS -le $(jobs -l | wc -l) ]]; do sleep 0.1; done