Skip to content
Snippets Groups Projects
Commit 3e190c3b authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Added config setting that will allow local jobs to run with the custom

file transfer plugin
parent 9fcee0b0
No related branches found
No related tags found
1 merge request!645Fix local HTCondor using file transfer plugin
Pipeline #3623 passed
...@@ -15,7 +15,11 @@ SEC_DEFAULT_NEGOTIATION=NEVER ...@@ -15,7 +15,11 @@ SEC_DEFAULT_NEGOTIATION=NEVER
# Add flag to ensure our lustre-needing workflows can run on our cluster # Add flag to ensure our lustre-needing workflows can run on our cluster
HASLUSTRE = True HASLUSTRE = True
STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE NRAO_TRANSFER_HOST
# Add flag to ensure the file transfer plugin behaves with our local setup
NRAO_TRANSFER_HOST = "LOCAL"
STARTD_ATTRS = $(STARTD_ATTRS) NRAO_TRANSFER_HOST
# Plugins # Plugins
FILETRANSFER_PLUGINS = $(FILETRANSFER_PLUGINS), /usr/libexec/condor/nraorsync_plugin.py FILETRANSFER_PLUGINS = $(FILETRANSFER_PLUGINS), /usr/libexec/condor/nraorsync_plugin.py
......
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