Skip to content

Commit

Permalink
Ensure v2.3.8 pycbc_inspiral
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Feb 3, 2025
1 parent b00c4bb commit 2709f31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pycbc/workflow/pegasus_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,10 @@ def add_osg_site(sitecat, cp):
site.add_profiles(Namespace.CONDOR, key="Requirements",
value="(HAS_SINGULARITY =?= TRUE) && "
"(IS_GLIDEIN =?= True)")
cvmfs_loc = '"/cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v'
cvmfs_loc += sing_version + '"'
cvmfs_loc = '"/cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v2.3.8'
# HARCODING IMAGE TO v2.3.8 BECAUSE v2.3.9 WILL NOT WORK WITH THE CURRENT
# PEGASUS RELEASE!
#cvmfs_loc += sing_version + '"'
site.add_profiles(Namespace.CONDOR, key="My.SingularityImage",
value=cvmfs_loc)
# On OSG failure rate is high
Expand Down

0 comments on commit 2709f31

Please sign in to comment.