diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-12-04 16:41:16 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-12-04 16:41:16 -0600 |
commit | 0a8921c928af7d30a315caa5b1e52e374da90b80 (patch) | |
tree | a2cde5caae45d6e7a6ae26dd9ff389e4e572c265 /src/quantum_efficiency.c | |
parent | f80f0c724503a8a0f6e10e988b98580e4ecc84e9 (diff) | |
download | sddm-0a8921c928af7d30a315caa5b1e52e374da90b80.tar.gz sddm-0a8921c928af7d30a315caa5b1e52e374da90b80.tar.bz2 sddm-0a8921c928af7d30a315caa5b1e52e374da90b80.zip |
update submit-grid-jobs and cat-grid-jobs
This commit updates submit-grid-jobs so that it keeps a database of jobs. This
allows the script to make sure that we only have a certain number of jobs in
the job queue at a single time and automatically resubmitting failed jobs. The
idea is that it can now be run once to add jobs to the database:
$ submit-grid-jobs ~/zdabs/SNOCR_0000010000_000_p4_reduced.xzdab.gz
and then be run periodically via crontab:
PATH=/usr/bin:$HOME/local/bin
SDDM_DATA=$HOME/sddm/src
DQXX_DIR=$HOME/dqxx
0 * * * * submit-grid-jobs --auto --logfile ~/submit.log
Similarly I updated cat-grid-jobs so that it uses the same database and can
also be run via a cron job:
PATH=/usr/bin:$HOME/local/bin
SDDM_DATA=$HOME/sddm/src
DQXX_DIR=$HOME/dqxx
0 * * * * cat-grid-jobs --logfile cat.log --output-dir $HOME/fit_results
I also updated fit so that it keeps track of the total time elapsed including
the initial fits instead of just counting the final fits.
Diffstat (limited to 'src/quantum_efficiency.c')
0 files changed, 0 insertions, 0 deletions