From 8d2b513108112924b715efc395d761e92f13b440 Mon Sep 17 00:00:00 2001 From: chausman <chausman@nrao.edu> Date: Tue, 14 Sep 2021 10:10:02 -0600 Subject: [PATCH] making null execution location specifiable --- .../257537f99abc_make_null_relocatable_for_testing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/versions/257537f99abc_make_null_relocatable_for_testing.py b/schema/versions/257537f99abc_make_null_relocatable_for_testing.py index a8244df62..ac1975643 100644 --- a/schema/versions/257537f99abc_make_null_relocatable_for_testing.py +++ b/schema/versions/257537f99abc_make_null_relocatable_for_testing.py @@ -24,14 +24,14 @@ log = condor.log should_transfer_files = yes transfer_input_files = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin/null -#run on a condor node in CV-NAASC {{#remote-cv}} +#run on a condor node in CV-NAASC requirements = (CVPOST == True) +partition = "CVPOST" {{/remote-cv}} -#run on a NMT condor node. (naming consistent with vlass-seci) {{#remote}} +#run on a NMT condor node. (naming consistent with vlass-seci) requirements = (HasLustre =!= True) {{/remote}} -- GitLab