Releases: prisms-center/prisms_jobs
Releases · prisms-center/prisms_jobs
v4.0.2
v4.0.1
v4.0.0
- Make Python2/3 compatible
- Only one environment variable now recognized:
PRISMS_JOBS_DIR
- Adds option to write submit scripts to file and then submit by setting
"write_submit_scripts": true
inPRISMS_JOBS_DIR/config.json
- Customize
taskmaster
submission settings via the"taskmaster_job_kwargs"
setting inPRISMS_JOBS_DIR/config.json
v3.0.1
v3.0.0
prisms_jobs
is the next version of pbs
. A rename was deemed necessary after adding Slurm support.
Changes, relative to pbs v2.0.0:
- Online documentation: https://prisms-center.github.io/prisms_jobs_docs/
- Re-organizes the job management software dependent portions to be completely in
prisms_jobs.interface.torque
andprisms_jobs.inteface.slurm
. The appropriate interface is chosen and set inprisms_jobs.software
. The choice can be customized or a completely custom interface imported via thePRISMS_JOBS_SOFTWARE
environment variable. See docs for details. - Fixes things that had broken in
pstat
,psub
, andtaskmaster
- Install via
pip
&conda
- Set JobDB.update() method to include / not include matching by hostname via the
PRISMS_JOBS_UPDATE
. See docs for details.