aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-05-29 17:29:17 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-05-30 21:43:06 +0000
commit88e134883dd2a2a78b909fdee59257513afe0c77 (patch)
treeafe3ecf8fcad5f9bafdc239c3c20cf18a31f2512
parent99cc74200edcd49f1f21d301f3fcaa78aae76271 (diff)
downloadports-88e134883dd2a2a78b909fdee59257513afe0c77.tar.gz
ports-88e134883dd2a2a78b909fdee59257513afe0c77.zip
net/mpich: enable L0 by default for GPU support
To disable at runtime set MPIR_CVAR_ENABLE_GPU=0 via environ(7). PR: 256244 Tested by: thierry
-rw-r--r--net/mpich/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 8bf142dc5587..451d6542003a 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mpich
PORTVERSION= 3.4.2
+PORTREVISION= 1
CATEGORIES= net parallel
MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/
@@ -32,7 +33,7 @@ OPTIONS_GROUP= PM
OPTIONS_GROUP_PM= GFORKER HYDRA
OPTIONS_RADIO= DEFAULTPM
OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA
-OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA
+OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA L0
OPTIONS_SUB= yes
FORTRAN_USES= fortran