Skip to content

Commit

Permalink
trigger ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Feb 7, 2024
1 parent 4fa7ddf commit 2416970
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/utils/operandi_utils/hpc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
]

# TODO: Pass multiple hosts. When a host timeouts, another host should be tried
HPC_EXECUTOR_HOST = "gwdu101.hpc.gwdg.de" # "login-mdc.hpc.gwdg.de"
# "login-mdc.hpc.gwdg.de"
HPC_EXECUTOR_HOST = "gwdu101.hpc.gwdg.de"
HPC_EXECUTOR_PROXY_HOST = "login.gwdg.de"
HPC_TRANSFER_HOST = "transfer-scc.gwdg.de"
HPC_TRANSFER_PROXY_HOST = "login.gwdg.de" # "transfer.gwdg.de"
# "transfer.gwdg.de"
HPC_TRANSFER_PROXY_HOST = "login.gwdg.de"

0 comments on commit 2416970

Please sign in to comment.