| Port details on branch 2016Q4 |
- mpich Portable implementation of MPI-1, MPI-2 and MPI-3
- 3.2_2 net
=0 3.2_2Version of this port present on the latest quarterly branch. - Maintainer: tijl@FreeBSD.org
 - Port Added: 2016-11-23 22:30:03
- Last Update: 2016-11-23 22:29:55
- Commit Hash: 98dca1b
- Also Listed In: parallel
- License: MPICH
- WWW:
- http://www.mpich.org/
- Description:
- MPICH is an implementation of the Message-Passing Interface (MPI) standard.
The goal of MPICH is to provide an MPI implementation that supports
different computation and communication platforms including commodity
clusters, high-speed networks and proprietary high-end computing systems.
It also enables cutting-edge research in MPI through an easy-to-extend
modular framework for other derived implementations.
WWW: http://www.mpich.org/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS:
- lam-7.*
- mpd-[0-9]*
- mpiexec-0.*
- mpich2-[0-9]*
- To install the port:
- cd /usr/ports/net/mpich/ && make install clean
- To add the package, run one of these commands:
- pkg install net/mpich
- pkg install mpich
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mpich
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mpich-3.2.tar.gz) = 0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc
SIZE (mpich-3.2.tar.gz) = 11862150
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=0.9.10 : devel/pkgconf
- gfortran48 : lang/gcc
- as : devel/binutils
- Runtime dependencies:
-
- gfortran48 : lang/gcc
- Library dependencies:
-
- libhwloc.so : devel/hwloc
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mpich-3.2_2:
DOCS=on: Build and/or install documentation
FORTRAN=on: Fortran language support
====> Process managers
GFORKER=on: Simple local process manager
HYDRA=on: Parallel process manager
====> Default process manager: you can only select none or one of them
DGFORKER=off: Make gforker the default process manager
DHYDRA=on: Make hydra the default process manager
===> Use 'make config' to modify these settings
- Options name:
- net_mpich
- USES:
- libtool pkgconfig fortran
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2_2 23 Nov 2016 22:29:55
    |
Tijl Coosemans (tijl)  |
MFH: r426949
Add patch to apply alignment attribute to a struct instead of a typedef.
This rounds the size of the struct to a multiple of the alignment such that
malloc and friends allocate memory with the correct alignment.
PR: 214784
Approved by: ports-secteam (feld) |
3.2_2 23 Nov 2016 22:29:55
  |
tijl  |
MFH: r426949
Add patch to apply alignment attribute to a struct instead of a typedef.
This rounds the size of the struct to a multiple of the alignment such that
malloc and friends allocate memory with the correct alignment.
PR: 214784
Approved by: ports-secteam (feld) |
Number of commits found: 2
|