Skip to content

Commit

Permalink
change transfer host order
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 12, 2024
1 parent 0716609 commit f9c9d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/operandi_utils/hpc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# "gwdu103.hpc.gwdg.de" - bad host entry, has no access to /scratch1, but to /scratch2
HPC_EXECUTOR_HOSTS = ["gwdu102.hpc.gwdg.de", "gwdu101.hpc.gwdg.de", "login-mdc.hpc.gwdg.de"]
HPC_EXECUTOR_PROXY_HOSTS = ["login.gwdg.de"]
HPC_TRANSFER_HOSTS = ["transfer-scc.gwdg.de", "transfer-mdc.hpc.gwdg.de"]
HPC_TRANSFER_HOSTS = ["transfer-mdc.hpc.gwdg.de", "transfer-scc.gwdg.de"]
HPC_TRANSFER_PROXY_HOSTS = ["transfer.gwdg.de", "login.gwdg.de"]

0 comments on commit f9c9d9f

Please sign in to comment.