Skip to content
Snippets Groups Projects
Commit 50a1367e authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Got my mustache tags backwards

parent 08de3081
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1418WS-1904: Add RADIAL configuration to workflow container and quicklook template
Pipeline #11025 passed
...@@ -76,13 +76,13 @@ log = condor.log ...@@ -76,13 +76,13 @@ log = condor.log
SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin SBIN_PATH = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin
VLASS_DIR = {{data_location}} VLASS_DIR = {{data_location}}
should_transfer_files = yes should_transfer_files = yes
transfer_input_files = {{^radial}}$ENV(HOME)/.ssh/condor_ssh_config, {{/radial}}$ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/.matplotlib, nraorsync://$(SBIN_PATH)/pycapo, nraorsync://$(SBIN_PATH)/update_stage, nraorsync://$(SBIN_PATH)/casa_envoy, nraorsync://$(SBIN_PATH)/vela, nraorsync://$(VLASS_DIR)/working, nraorsync://$(VLASS_DIR)/rawdata, nraorsync://$(VLASS_DIR)/products{{#remote}}, nraorsync://$(VLASS_DIR)/{{profile}}.properties{{/remote}}, nraorsync://$(VLASS_DIR)/PPR.xml, nraorsync://$(VLASS_DIR)/metadata.json{{files_to_transfer}} transfer_input_files = {{#radial}}$ENV(HOME)/.ssh/condor_ssh_config, {{/radial}}$ENV(HOME)/.ssh/condor_transfer, nraorsync://$(SBIN_PATH)/.matplotlib, nraorsync://$(SBIN_PATH)/pycapo, nraorsync://$(SBIN_PATH)/update_stage, nraorsync://$(SBIN_PATH)/casa_envoy, nraorsync://$(SBIN_PATH)/vela, nraorsync://$(VLASS_DIR)/working, nraorsync://$(VLASS_DIR)/rawdata, nraorsync://$(VLASS_DIR)/products{{#remote}}, nraorsync://$(VLASS_DIR)/{{profile}}.properties{{/remote}}, nraorsync://$(VLASS_DIR)/PPR.xml, nraorsync://$(VLASS_DIR)/metadata.json{{files_to_transfer}}
transfer_output_files = .job.ad transfer_output_files = .job.ad
+nrao_output_files = "working products" +nrao_output_files = "working products"
when_to_transfer_output = ON_EXIT when_to_transfer_output = ON_EXIT
output_destination = nraorsync://$(VLASS_DIR) output_destination = nraorsync://$(VLASS_DIR)
+WantIOProxy = True +WantIOProxy = True
{{^radial}} {{#radial}}
universe = grid universe = grid
grid_resource = condor radialhead.nrao.radial.local radialhead.nrao.radial.local grid_resource = condor radialhead.nrao.radial.local radialhead.nrao.radial.local
+remote_jobuniverse = 5 +remote_jobuniverse = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment