Skip to content

Draft: Enable the condor file transfer system for the workflow created by lalpulsar_MakeSFTDAG.py

Evan Goetz requested to merge evan-goetz/lalsuite:condor-file-transfer into master

Description

This MR updates the lalpulsar_MakeSFTDAG.py script so that it can use the HTCondor file transfer protocol. Currently the script sets up a workflow that assumes access to a shared filesystem, but this assumption will be dropped with this MR.

This change is the first step to enable other downstream tools to work with the condor file transfer protocol

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

This has not been reviewed yet. Once some additional tests are run, I will make this ready for review. @keith-riles @karl-wette @david-keitel

Merge request reports