From ac5ebb198ac5fa23e10766caab1eed26336ca38d Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@tu-dresden.de> Date: Thu, 5 Aug 2021 15:18:55 +0200 Subject: [PATCH] jobs_and_resources/alpha_centauri.md: added missing module load for Tensorflow --- doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md index 5d78babb4..7b7a0ccaf 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/alpha_centauri.md @@ -46,7 +46,7 @@ modules with CUDA11, GCC 10 and OpenMPI4: ```Bash module load modenv/hiera GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 PyTorch/1.7.1 module load -modenv/hiera GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 TensorFlow/2.4.1 +module load modenv/hiera GCC/10.2.0 CUDA/11.1.1 OpenMPI/4.0.5 TensorFlow/2.4.1 ``` **Hint**: To check the available modules for the **hiera** software environment, use the command: -- GitLab