Skip to content

Commit

Permalink
Refresh Python versions; add example scrontab.
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 10, 2023
1 parent dc869e1 commit 09e9a13
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']

steps:
- name: Checkout code
Expand Down
15 changes: 14 additions & 1 deletion bin/submit_xfer_jobs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
#!/bin/bash
#
module load esslurm
# Example scrontab entry to submit xfer jobs:
#
# #SCRON --account=desi
# #SCRON --qos=workflow
# #SCRON --time=30-12:00:00
# #SCRON --job-name=submit_xfer_jobs
# #SCRON --output=/global/homes/d/desi/jobs/submit_xfer_jobs-%j.log
# #SCRON --open-mode=append
# #SCRON --mail-type=ALL
# #SCRON [email protected]
# 15 * * * * /bin/bash -lc "source /global/common/software/desi/desi_environment.sh main && module load desiBackup && ${DESIBACKUP}/bin/submit_xfer_jobs.sh -v ${HOME}/jobs/redux_everest_tiles"
#
#
#
function usage() {
local execName=$(basename $0)
(
Expand Down

0 comments on commit 09e9a13

Please sign in to comment.