Skip to content

Changes lalinference pipe to allow OSG running

John Douglas Veitch requested to merge john-veitch/lalsuite:osg into master

Description

Changes to allow lalinference pipe to run on the OSG.

  • Set condor requirements and flags to values that work on ldas-osg.ligo.caltech.edu
  • Adjust checkpointing time to 3hrs to reduce overhead of restarting jobs
  • Removed the obsolete site kwargs from lalinference_pipe_utils classes

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Removing the site option changes the internal python API of the lalinference pipeline classes. Users running lalinference_pipe will notice no difference.

Review Status

@james-clark has provided the appropriate options for OSG running.

Merge request reports