diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-11-19 12:11:35 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-11-19 12:11:35 -0600 |
commit | 68040652eaa92774a168f559d6b45a28b30a9275 (patch) | |
tree | 1e756144e46a5075605f9db2f41a73056d180884 /src | |
parent | e8921bc1865c6a03900408c0ef823fb2f5c9138c (diff) | |
download | sddm-68040652eaa92774a168f559d6b45a28b30a9275.tar.gz sddm-68040652eaa92774a168f559d6b45a28b30a9275.tar.bz2 sddm-68040652eaa92774a168f559d6b45a28b30a9275.zip |
update submit-grid-jobs to hopefully only run jobs on nodes which have modules
I noticed that many of my jobs were failing with the following error:
module: command not found
My submit description files *should* only be selecting nodes with modules because of this line:
requirements = (HAS_MODULES =?= true) && (OSGVO_OS_STRING == "RHEL 7") && (OpSys == "LINUX")
which I think I got from
https://support.opensciencegrid.org/support/solutions/articles/12000048518-accessing-software-using-distributed-environment-modules.
I looked up what the =?= operator does and it's a case sensitive search. I also
found another site
(https://support.opensciencegrid.org/support/solutions/articles/5000633467-steer-your-jobs-with-htcondor-job-requirements)
which uses the normal == operator. Therefore, I'm going to switch to the ==
operator and hope that fixes the issue.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions