scripts/OPAL.build: add use of unstable modules

This commit is contained in:
2014-12-11 12:36:35 +01:00
parent 3ec01be1ab
commit 64da54f6d8

View File

@@ -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 \