From 0446d2c4065d6287f46e0498d25919d9ff2afc99 Mon Sep 17 00:00:00 2001 From: ebert1 <ja.ebert@fz-juelich.de> Date: Mon, 13 Jun 2022 11:50:56 +0200 Subject: [PATCH] Update modules for `Stages/2022` 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. --- modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.sh b/modules.sh index 7624482..7214be7 100644 --- a/modules.sh +++ b/modules.sh @@ -1,2 +1,2 @@ module purge -module load Stages/2020 GCC/10.3.0 OpenMPI/4.1.1 TensorFlow/2.5.0-Python-3.8.5 Horovod/0.23.0-Python-3.8.5 mpi4py/3.0.3-Python-3.8.5 PyTorch/1.8.1-Python-3.8.5 scikit/2021-Python-3.8.5 +module load Stages/2022 GCC/11.2.0 OpenMPI/4.1.2 TensorFlow/2.6.0-CUDA-11.5 Horovod/0.24.3 mpi4py/3.1.3 PyTorch/1.11-CUDA-11.5 scikit-learn/1.0.1 -- GitLab