Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 21:43:31 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88e134883dd2 - main - net/mpich: enable L0 by default for GPU support
Message-ID:  <202105302143.14ULhVYC013205@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88e134883dd2a2a78b909fdee59257513afe0c77

commit 88e134883dd2a2a78b909fdee59257513afe0c77
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-05-29 17:29:17 +0000
Commit:     Jan Beich <jbeich@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105302143.14ULhVYC013205>