oshaughn/research-projects-RIT

Clean up singularity / OSG use cases in `create_event_parameter_pipeline_BasicIteration`

Closed this issue · 1 comments

create_event_parameter_pipeline_BasicIteration --use-singulariy

should only add:

+SingularityImage = "/cvmfs/ligo-containers.opensciencegrid.org//james-clark/research-projects-rit/rift/latest"
+SingularityBindCVMFS = True
requirements = (HAS_SINGULARITY=?=TRUE)&&(HAS_CVMFS_LIGO_CONTAINERS=?=TRUE)

It currently also adds IS_GLIDEIN=?=TRUE which is only needed for OSG ops. It's probably good to be able to run from a standard container even on LDG resources (no user installs, for example)

I think this has been implemented