From 468734c8458735d142e1716b986d930e383bc35d Mon Sep 17 00:00:00 2001
From: Falco Weichselbaum <f.weichselbaum@fz-juelich.de>
Date: Fri, 22 Oct 2021 16:14:59 +0200
Subject: [PATCH] modules updated to GCCcore .10.3.0 and TensorFlow 2.5.0

---
 HPC_setup/mlt_modules_hdfml.sh  | 4 ++--
 HPC_setup/mlt_modules_juwels.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HPC_setup/mlt_modules_hdfml.sh b/HPC_setup/mlt_modules_hdfml.sh
index 57e1afc1..2fb0d99d 100644
--- a/HPC_setup/mlt_modules_hdfml.sh
+++ b/HPC_setup/mlt_modules_hdfml.sh
@@ -9,11 +9,11 @@ module --force purge
 module use $OTHERSTAGES
 
 ml Stages/2020
-ml GCCcore/.9.3.0
+ml GCCcore/.10.3.0
 
 ml Jupyter/2020.2.6-Python-3.8.5
 ml Python/3.8.5
-ml TensorFlow/2.3.1-Python-3.8.5
+ml TensorFlow/2.5.0-Python-3.8.5
 ml SciPy-Stack/2020-Python-3.8.5
 ml dask/2.22.0-Python-3.8.5
 ml GEOS/3.8.1-Python-3.8.5
diff --git a/HPC_setup/mlt_modules_juwels.sh b/HPC_setup/mlt_modules_juwels.sh
index 4f0f366f..f632a2c3 100755
--- a/HPC_setup/mlt_modules_juwels.sh
+++ b/HPC_setup/mlt_modules_juwels.sh
@@ -9,11 +9,11 @@ module --force purge
 module use $OTHERSTAGES
 
 ml Stages/2020
-ml GCCcore/.9.3.0
+ml GCCcore/.10.3.0
 
 ml Jupyter/2020.2.6-Python-3.8.5
 ml Python/3.8.5
-ml TensorFlow/2.3.1-Python-3.8.5
+ml TensorFlow/2.5.0-Python-3.8.5
 ml SciPy-Stack/2020-Python-3.8.5
 ml dask/2.22.0-Python-3.8.5
 ml GEOS/3.8.1-Python-3.8.5
-- 
GitLab