-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh Python versions; add example scrontab.
- Loading branch information
1 parent
dc869e1
commit 09e9a13
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
( | ||
|