From 6b4df9f33db733a2d75f1f6c2ce060fc1e92fb5a Mon Sep 17 00:00:00 2001 From: Jiangtao Wang <jian.wang@fz-juelich.de> Date: Sat, 8 Feb 2025 02:08:11 +0100 Subject: [PATCH] allow force setup and activate --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index d04fae0..84caf2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,28 @@ # sc_venv_template_hydra + +## Update at Jan.2025 + +As the proxy jump does not work at moment, we are no longer be able to download/install any data or packages on compute nodes, this can causes the problem, +for example, we are at HWAI node, and we activate `venv_jurecadc_hwai` but we are not able to download anything. +Instead, we need to activate `venv_jurecadc_hwai` on `Jureca` login node, while this scripts will bring us to `venv_jurecadc`. Hence, we need to force that activate `venv_jurecadc_hwai` on `jureca` login node. + +Therefore we brings `force` command: +``` +source ./activate.sh --force_booster +source ./activate.sh --force_jurecadc +source ./activate.sh --force_hwai +etc... +``` +it also work for `setup.sh`, for exmaple: +``` +source ./setup.sh --force_hwai +etc... +``` + + + + + ## Setup Virtual Environmnet This is adapted from sc_venv_template https://gitlab.jsc.fz-juelich.de/kesselheim1/sc_venv_template -- GitLab