From 1d6aee6e7e355422b68b68cf400c9e914564b23b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 20 Nov 2017 17:37:46 +0100 Subject: [PATCH] MPI/OPAL/modulefile - bugfix in excludeing OPAL_PREFIX from auto-set --- MPI/OPAL/modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/OPAL/modulefile b/MPI/OPAL/modulefile index 3fdb260..2ff1e1e 100644 --- a/MPI/OPAL/modulefile +++ b/MPI/OPAL/modulefile @@ -1,7 +1,7 @@ #%Module1.0 # OPAL_PREFIX is also used by OpenMPI! -module-dont-setenv { OPAL_PREFIX } +set dont-setenv { OPAL_PREFIX } module-whatis "Object Oriented Particle Accelerator Library" module-url "http://amas.psi.ch/OPAL"