git: 88e134883dd2 - main - net/mpich: enable L0 by default for GPU support
Jan Beich
jbeich at FreeBSD.org
Sun May 30 21:43:31 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88e134883dd2a2a78b909fdee59257513afe0c77
commit 88e134883dd2a2a78b909fdee59257513afe0c77
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-29 17:29:17 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-30 21:43:06 +0000
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
---
net/mpich/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list