lalapps_MakeSFTDAG: Added a request_disk optional argument and print out to submit files request_disk
Description
Submit files will soon require request_disk
as a key and value pair under condor, so I've added a user option to lalapps_MakeSFTDAG to support this requirement. Default should allow plenty of disk space for standard SFTs to be created. If a user wants a very long SFT (like 18,000 s), then they will need to bump up the request by changing the default value.
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
Should be a straightforward, easy review that @karl-wette or @david-keitel can sign off on.
Edited by David Keitel