From f9c9d9f8609c4fa41951e32a643983c12d72890f Mon Sep 17 00:00:00 2001 From: Mehmed Mustafa Date: Tue, 12 Mar 2024 08:45:46 +0100 Subject: [PATCH] change transfer host order --- src/utils/operandi_utils/hpc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/operandi_utils/hpc/constants.py b/src/utils/operandi_utils/hpc/constants.py index 44d7c5ab..6249134a 100644 --- a/src/utils/operandi_utils/hpc/constants.py +++ b/src/utils/operandi_utils/hpc/constants.py @@ -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"]