From 11f0364eb756dd32615666dfb948efc5e835bb70 Mon Sep 17 00:00:00 2001 From: Daniel Wortmann Date: Thu, 6 Apr 2017 13:23:51 +0200 Subject: [PATCH] Updated JUQUEEN config --- cmake/machines.sh | 2 +- cmake/machines/JUQUEEN/xlfsource.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/machines.sh b/cmake/machines.sh index 9aae143a..26d4bc54 100644 --- a/cmake/machines.sh +++ b/cmake/machines.sh @@ -59,7 +59,7 @@ function configure_machine(){ echo "All required modules load loaded" else echo "You have to load the required modules" - echo "module load hdf5/1.8.15_BGQ scalapack/2.0.2_elpa_simd" + echo "'source $DIR/cmake/machines/JUQUEEN/xlfsource.sh' should help" exit fi cp $DIR/cmake/machines/JUQUEEN/JUQUEEN.cmake config.cmake diff --git a/cmake/machines/JUQUEEN/xlfsource.sh b/cmake/machines/JUQUEEN/xlfsource.sh index fb8760f1..37ad3aa6 100644 --- a/cmake/machines/JUQUEEN/xlfsource.sh +++ b/cmake/machines/JUQUEEN/xlfsource.sh @@ -1 +1,2 @@ module load hdf5/1.8.15_BGQ scalapack/2.0.2_elpa_simd +export XML2LIB=/bgsys/local/libxml2/lib -- GitLab