mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
99cc74200e
commit
88e134883d
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= mpich
|
PORTNAME= mpich
|
||||||
PORTVERSION= 3.4.2
|
PORTVERSION= 3.4.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net parallel
|
CATEGORIES= net parallel
|
||||||
MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/
|
MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -32,7 +33,7 @@ OPTIONS_GROUP= PM
|
||||||
OPTIONS_GROUP_PM= GFORKER HYDRA
|
OPTIONS_GROUP_PM= GFORKER HYDRA
|
||||||
OPTIONS_RADIO= DEFAULTPM
|
OPTIONS_RADIO= DEFAULTPM
|
||||||
OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA
|
OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA
|
||||||
OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA
|
OPTIONS_DEFAULT= FORTRAN GFORKER HYDRA DHYDRA L0
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
FORTRAN_USES= fortran
|
FORTRAN_USES= fortran
|
||||||
|
|
Loading…
Add table
Reference in a new issue