Skip to content

Fix condor precommand

Meg Millhouse requested to merge meg.millhouse/bayeswave:fix-precommand into master

Fixes issue with condor precommand that was causing condor jobs to go on hold.

The precommand is now not run by default, and instead the trigtime directory is transferred with the input files. If using smart restart, use --condor-precommand with bayeswave_pipe.

Other updates: Fixes the BayesWaveUtils installation, and fixes a bug that automatically sets the request disk/memory if not specified in the config file.

Merge request reports