Skip to content
Snippets Groups Projects
Commit 44fcdc23 authored by Nathan Hertz's avatar Nathan Hertz Committed by Nathan Hertz
Browse files

Added `HasLustre` configuration requirement to local HTCondor cluster

parent 25659e5d
No related branches found
No related tags found
1 merge request!428Added `HasLustre` configuration requirement to local HTCondor cluster
Pipeline #2555 passed
......@@ -11,4 +11,8 @@ SEC_DEFAULT_AUTHENTICATION=NEVER
SEC_DEFAULT_INTEGRITY=NEVER
SEC_DEFAULT_NEGOTIATION=NEVER
# Add flag to ensure our lustre-needing workflows can run on our cluster
HASLUSTRE = True
STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE
PoolName = "workspaces"
......@@ -13,6 +13,10 @@ SEC_DEFAULT_AUTHENTICATION=NEVER
SEC_DEFAULT_INTEGRITY=NEVER
SEC_DEFAULT_NEGOTIATION=NEVER
# Add flag to ensure our lustre-needing workflows can run on our cluster
HASLUSTRE = True
STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE
PoolName = "workspaces"
SCHEDD_DEBUG = D_ALL
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