- 13 Jun, 2022 1 commit
-
-
Jan Ebert authored
The `scikit` module is not available in `Stages/2022`. We instead add the `scikit-learn` module, which actually has nothing to do with the original one.
-
- 29 Mar, 2022 1 commit
-
-
Stefan Kesselheim authored
-
- 04 Nov, 2021 1 commit
-
-
Stefan Kesselheim authored
Improve everything See merge request kesselheim1/sc_venv_template!1
-
- 29 Oct, 2021 11 commits
-
-
Jan Ebert authored
ZSH does not set `BASH_SOURCE`, so we use a command to get the corresponding path. See also https://stackoverflow.com/a/28336473.
-
Jan Ebert authored
We now assign once at the top; this makes portability changes with regard to this variable easier.
-
Jan Ebert authored
- more modern bash code (e.g. replace backtick expansions with `$([...])`) - handle more paths (e.g. with spaces); this boils down to simply quoting every variable - prefer clearer `${BASH_SOURCE[0]}` over `$BASH_SOURCE`
-
Jan Ebert authored
-
Jan Ebert authored
I picked the most recent versions that matched the newest stable GCC. ParaStationMPI does not yet have GCC 11 modules and not sure about stability of the GCC 11 module.
-
Jan Ebert authored
Better practice in order to separate the virtual environment cleanly from the one it is started from.
-
Jan Ebert authored
This is simply clearer.
-
Jan Ebert authored
Could of course also use `./`, but then we may need to include `chmod u+x` as well.
-
Jan Ebert authored
-
Jan Ebert authored
-
Jan Ebert authored
-
- 16 Dec, 2020 1 commit
-
-
Stefan Kesselheim authored
-
- 15 Dec, 2020 1 commit
-
-
Stefan Kesselheim authored
-