Skip to content

Pipeline enhancements

Lots of stuff in this one. Fundamentally, this merge updates OSG support and various requirements / file transfer configurations / singularity support. A major feature is that the pipeline now supports condor file-transfers on the LDG, as seems required.

User-facing changes:

  • Add the option --transfer-files to the command line (or in the [condor] section of the config file) to enable file transfers. Use this option to fix GSL interp errors (hopefully). If things work out, we can make this default behavior in future.
  • When using ASD files in the frtype dictionary, you must include the interp: part, just like you would at the command line
  • Adds the accounting user in the submission file if defined (not required).
  • To use the OSG, add --osg (and make sure you're using a container or cvmfs-deployed conda)

Merge request reports