From b8f97f0bbdc2968a622db062105f8b41736daaca Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 14 Sep 2020 14:24:29 +0200 Subject: [PATCH] [eve] Updated petsc module. Thanks to @wenqing for creating the new module. --- scripts/env/eve/petsc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/env/eve/petsc.sh b/scripts/env/eve/petsc.sh index 2c080425253..26a6ba155bf 100644 --- a/scripts/env/eve/petsc.sh +++ b/scripts/env/eve/petsc.sh @@ -5,7 +5,7 @@ else fi source $DIR/mpi.sh -module load petsc-bilke/3.11.0-foss2019b +module load petsc/3.12.4_maint_foss_2019b echo -e "Note: If you want to run a simulation on the cluster be aware of the "\ "mixed CPU architecture. There are Sandy-Bridge-based nodes (orte-28, "\ "frontend2) as well as Skylake-based nodes (orte-40, frontend1)"\ -- GitLab