Skip to content
Snippets Groups Projects
Commit 6b4df9f3 authored by Jiangtao Wang's avatar Jiangtao Wang
Browse files

allow force setup and activate

parent e11ad094
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment