diff options
| -rwxr-xr-x | scripts/curve.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/curve.sh b/scripts/curve.sh index 85c55b1a..85f2da2e 100755 --- a/scripts/curve.sh +++ b/scripts/curve.sh @@ -13,7 +13,8 @@ series=(22 23 24 25 26 27 28 29 30) pushd "$CODE_DIR/python" > /dev/null for index in ${indices[@]}; do for s in ${series[@]}; do - python cds_curve.py $index $s --latest & + echo "filling $index$s" + sem -j 4 "python cds_curve.py $index $s --latest" done done popd > /dev/null |
