From 64da54f6d89f4dfd914c5e420713123019689930 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 11 Dec 2014 12:36:35 +0100 Subject: [PATCH] scripts/OPAL.build: add use of unstable modules --- scripts/OPAL.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/OPAL.build b/scripts/OPAL.build index 5b030bd..e787f5a 100755 --- a/scripts/OPAL.build +++ b/scripts/OPAL.build @@ -2,6 +2,8 @@ source "$(dirname $0)/../lib/libem.bash" +module use unstable + # add -fopenmp to CC and CXX, if you want to compile with OpenMP function em.configure() { CC="$MPICC" CXX="$MPICXX" cmake \