mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to MPICH 3.1.2
From the announcement: This release contains significant enhancements to the BG/Q device, especially for RMA and shared memory functionality. It also contains enhancements to ROMIO and upgrades hwloc to 1.9. In addition, it updates its weak alias support to align with gcc-4.x, has a better implementation of MPI_Allreduce for intercommunicator, adds more F08 test cases and fixes several bugs present in 3.1.1.
This commit is contained in:
parent
b0947c5314
commit
1e9581ff9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365036
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mpich
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.1.2
|
||||
CATEGORIES= net parallel
|
||||
MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/
|
||||
|
||||
@ -26,7 +25,7 @@ OPTIONS_GROUP= PM
|
||||
OPTIONS_GROUP_PM= GFORKER HYDRA
|
||||
OPTIONS_RADIO= DEFAULTPM
|
||||
OPTIONS_RADIO_DEFAULTPM=DGFORKER DHYDRA
|
||||
OPTIONS_DEFAULT= FORTRAN HYDRA DHYDRA
|
||||
OPTIONS_DEFAULT= HYDRA DHYDRA
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
FORTRAN_CONFIGURE_ENABLE= fortran
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mpich-3.1.1.tar.gz) = 455ccfaf4ec724d2cf5d8bff1f3d26a958ad196121e7ea26504fd3018757652d
|
||||
SIZE (mpich-3.1.1.tar.gz) = 10812560
|
||||
SHA256 (mpich-3.1.2.tar.gz) = 37c3ba2d3cd3f4ea239497d9d34bd57a663a34e2ea25099c2cbef118c9156587
|
||||
SIZE (mpich-3.1.2.tar.gz) = 10954345
|
||||
|
@ -45,18 +45,18 @@ include/primitives/opa_unsafe.h
|
||||
lib/libmpi.a
|
||||
lib/libmpi.so
|
||||
lib/libmpi.so.12
|
||||
lib/libmpi.so.12.0.1
|
||||
lib/libmpi.so.12.0.2
|
||||
lib/libmpich.so
|
||||
lib/libmpichcxx.so
|
||||
%%FORTRAN%%lib/libmpichf90.so
|
||||
lib/libmpicxx.a
|
||||
lib/libmpicxx.so
|
||||
lib/libmpicxx.so.12
|
||||
lib/libmpicxx.so.12.0.1
|
||||
lib/libmpicxx.so.12.0.2
|
||||
%%FORTRAN%%lib/libmpifort.a
|
||||
%%FORTRAN%%lib/libmpifort.so
|
||||
%%FORTRAN%%lib/libmpifort.so.12
|
||||
%%FORTRAN%%lib/libmpifort.so.12.0.1
|
||||
%%FORTRAN%%lib/libmpifort.so.12.0.2
|
||||
lib/libmpl.so
|
||||
lib/libopa.so
|
||||
libdata/pkgconfig/mpich.pc
|
||||
|
Loading…
Reference in New Issue
Block a user