summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/foam-extend/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/foam-extend/package.py')
-rw-r--r--var/spack/repos/builtin/packages/foam-extend/package.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/foam-extend/package.py b/var/spack/repos/builtin/packages/foam-extend/package.py
index e0c9a5ded9..912426a09f 100644
--- a/var/spack/repos/builtin/packages/foam-extend/package.py
+++ b/var/spack/repos/builtin/packages/foam-extend/package.py
@@ -17,9 +17,7 @@
##############################################################################
#
# Notes
-# - mpi handling: WM_MPLIB=USER and provide wmake rules for special purpose
-# 'USER and 'USERMPI' mpi implementations.
-# The choice of 'USER' vs 'USERMPI' may change in the future.
+# - mpi handling: WM_MPLIB=USERMPI and generate mplibUSERMPI wmake rules.
#
# Changes
# 2017-03-28 Mark Olesen <mark.olesen@esi-group.com>
@@ -99,7 +97,7 @@ class FoamExtend(Package):
# Some user config settings
config = {
'label-size': False, # <- No int32/int64 support
- 'mplib': 'USERMPI', # USER | USERMPI
+ 'mplib': 'USERMPI', # USERMPI
}
# The openfoam architecture, compiler information etc