Skip to content
Snippets Groups Projects

Relocatable Null

Merged Charlotte Hausman requested to merge relocatable_workflows into main
1 unresolved thread
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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}}
Loading