Random updates for paper revisions. Getting janky!
This commit is contained in:
parent
c5c4ae61ee
commit
9e50e64c72
9 changed files with 422 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue