Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Feb 4, 2025
1 parent f08ab86 commit 6f00eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pycbc/workflow/pegasus_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ def add_osg_site(sitecat, cp):
value="False")
site.add_profiles(Namespace.CONDOR, key="My.SingularityCleanEnv",
value="True")
# These numbers below correspond to the codes in table B.2 here:
# https://htcondor.readthedocs.io/en/24.0/codes-other-values/job-event-log-codes.html
# Values recommended by a condor expert
site.add_profiles(Namespace.CONDOR, key="My.DAGManNodesMask",
value=r"\"0,1,2,4,5,7,8,9,10,11,12,13,16,17,24,27,35,36,40\"")
site.add_profiles(Namespace.CONDOR, key="Requirements",
Expand Down

0 comments on commit 6f00eec

Please sign in to comment.