Recommended XML settings for project.py¶
CVMFS Availability¶
Add the following condor option in elements <jobsub> and <jobsub_start> to only allow your job to run on nodes that have MicroBooNE's required cvmfs ups products areas available. This option is always recommended.
<jobsub>--append_condor_requirements='(TARGET.HAS_CVMFS_uboone_opensciencegrid_org==true)&&(TARGET.HAS_CVMFS_larsoft_opensciencegrid_org==true)'</jobsub>
Stash Cache Availability¶
If your job needs access ti stash cache, add the following in element <jobsub>.
<jobsub>--append_condor_requirements='(TARGET.HAS_CVMFS_uboone_osgstorage_org==true)'</jobsub>
CVMFS and Stash Cache Availability¶
If your job needs both:
<jobsub>--append_condor_requirements='(TARGET.HAS_CVMFS_uboone_opensciencegrid_org==true)&&(TARGET.HAS_CVMFS_larsoft_opensciencegrid_org==true)&&(TARGET.HAS_CVMFS_uboone_osgstorage_org==true)' </jobsub>