summaryrefslogtreecommitdiff
path: root/net/mpich/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/mpich: Update to 4.3.0Laurent Chardon2025-02-061-9/+9
| | | | | ChangeLog: https://raw.githubusercontent.com/pmodels/mpich/v4.3.0/CHANGES PR: 284589
* net/mpich: Update to 4.2.3Laurent Chardon2024-10-041-8/+8
| | | | PR: 281834
* net/mpich: Update to 4.2.1Laurent2024-04-242-11/+19
| | | | | | | | | | | | | - Submitter becomes maintainer - Remove bash dependency - Restore the www doc folder - Remove bugfix for slurm_query_node_list.c as it was fixed upstream While I'm here: - Remove GNU_CONFIGURE_MANPREFIX after 9fd7ee1cdf6c ChangeLog: https://www.mpich.org/2024/04/17/mpich-4-2-1-released/ PR: 278505
* net/mpich: fix with Slurm-23.11.1Thierry Thomas2023-12-181-0/+11
| | | | | | See <https://github.com/pmodels/mpich/issues/6806>. Patch from <https://github.com/pmodels/mpich/pull/6820>.
* net/mpich: upgrade to 4.1.2Thierry Thomas2023-12-105-198/+63
| | | | | | | | | | | | Upgrade to 4.1.2 Release notes at <https://www.mpich.org/2023/06/08/mpich-4-1-2-released/>. It also installs mpi_f08.mod and some other interfaces, but this requires ISO_Fortran_binding.h to be found. PR: 275317 Exp-run by: antoine@
* Mk/Uses/mpi.mk: revert c9a111c1f2ce by marking MPICH libraries as privateThierry Thomas2022-12-281-0/+12
| | | | | | | Mark the libraries brought by MPICH dependencies as private, in order to avoid to register them. Patch provided by tijl@.
* net/mpich: do not fail when F90 is setOlivier Certner2022-11-042-7/+46
| | | | PR: 267502
* net/mpich: Fix bug with uninitialized variablesYuri Victorovich2021-11-041-0/+10
| | | | | | | | Patch suggested in https://github.com/nwchemgit/nwchem/issues/463#issuecomment-960359049 is added. science/nwchem now works with mpich.
* net/mpich: replace L0 fix with upstream versionJan Beich2021-10-271-0/+50
| | | | | PR: 252536 Reported by: Edoardo Aprà
* net/mpich: unbreak optimized runtime after 88e134883dd2Henrik Gulbrandsen2021-09-061-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runtime may fail without a L0 driver like intel-compute-runtime e.g., $ mpivars Abort(268484367) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack: MPIR_Init_thread(153): gpu_init failed [unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=268484367 : system msg for write_line failure : Bad file descriptor Attempting to use an MPI routine before initializing MPICH $ MPIR_CVAR_ENABLE_GPU=0 mpivars Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack: MPIR_Init_thread(159)......: MPID_Init(591).............: MPIDI_SHM_mpi_init_hook(22): MPIDI_IPC_mpi_init_hook(36): MPIDI_GPU_mpi_init_hook(79): gpu_get_dev_count failed [unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535 : system msg for write_line failure : Bad file descriptor Abort(2139535) on node 0 (rank 0 in comm 0): Fatal error in PMPI_Init_thread: Other MPI error, error stack: MPIR_Init_thread(159)......: MPID_Init(591).............: MPIDI_SHM_mpi_init_hook(22): MPIDI_IPC_mpi_init_hook(36): MPIDI_GPU_mpi_init_hook(79): gpu_get_dev_count failed [unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=2139535 : system msg for write_line failure : Bad file descriptor Segmentation fault PR: 256244 (for tracking)
* net/mpich: update to 3.4.2Jan Beich2021-05-291-10/+7
| | | | | Changes: https://www.mpich.org/2021/05/28/mpich-3-4-2-released/ Reported by: GitHub (watch releases)
* net/mpich: Update to 3.4.1Neel Chauhan2021-02-201-8/+8
| | | | | | | Changes: https://www.mpich.org/2021/01/26/mpich-3-4-1-released/ Notes: svn path=/head/; revision=566140
* - Upgrade to 3.4:Thierry Thomas2021-01-084-43/+394
| | | | | | | | | | | Release notes at <https://www.mpich.org/2021/01/05/mpich-3-4-released/> - Depend on external libfabric and libjson-c - Add a test target. Notes: svn path=/head/; revision=560756
* net/mpich: Unbreak build with GCC 10Tobias Kortkamp2020-07-052-0/+60
| | | | | | | | | | | | | checking whether gfortran10 allows mismatched arguments... no configure: error: The Fortran compiler gfortran10 will not compile files that call the same routine with arguments of different types. http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/mpich-3.2.1_6.log PR: 246700 Notes: svn path=/head/; revision=541283
* net/mpich: Remove the compiler version checkYuri Victorovich2018-12-171-0/+18
| | | | | | | It fails on science/meep for no obvious reason, and would otherwise prevent meep from being upgraded mpich2->mpich. Notes: svn path=/head/; revision=487710
* Update to 3.2.1 and drop maintainership.Tijl Coosemans2018-06-072-22/+0
| | | | Notes: svn path=/head/; revision=471929
* Add patch to apply alignment attribute to a struct instead of a typedef.Tijl Coosemans2016-11-231-0/+11
| | | | | | | | | | | 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 MFH: 2016Q4 Notes: svn path=/head/; revision=426949
* Update to MPICH 3.2Tijl Coosemans2015-11-126-73/+11
| | | | Notes: svn path=/head/; revision=401389
* - Update to MPICH 3.1.4Tijl Coosemans2015-02-265-0/+73
| | | | | | | | | | - Pass *FLAGS variables to configure via MPICHLIB_*FLAGS because otherwise they are hardcoded into mpicc [1] PR: 197563 [1] Notes: svn path=/head/; revision=380043
* Remove net/mpich. It fails to build, does not have a maintainer, noGerald Pfeifer2009-01-235-64/+0
| | | | | | | | | other port depends on it, and has been superseded by net/mpich2. Discussed with: pav Notes: svn path=/head/; revision=226708
* Don't use implicitly f77 but set USE_FORTRAN, thus install the f90Thierry Thomas2007-07-283-0/+41
| | | | | | | interface and fix on -CURRENT. Notes: svn path=/head/; revision=196444
* o Update to 1.2.2Mario Sergio Fujikawa Ferreira2001-08-262-13/+10
| | | | | | | | | | | o Remove patch-aa (no longer necessary) o Add patch-mpid::ch2::chtick.c which fixes a missing header file include PR: 30102 Submitted by: MAINTAINER Notes: svn path=/head/; revision=46940
* Add WWW:.Daniel Harris2000-09-151-0/+13
| | | | | | | | | | | Also let mpid/server find the FreeBSD openssl implementation. PR: 21174 Submitted by: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> Approved by: MAINTAINER Notes: svn path=/head/; revision=32644
* Update to version 1.2.1Kevin Lo2000-09-092-32/+12
| | | | | | | | PR: 21102 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32460
* Update to version 1.2.0.Steve Price1999-12-251-0/+19
| | | | | | | | PR: 15686 Submitted by: maintainer Notes: svn path=/head/; revision=24084
* Update net/mpich to version 1.1.2. The examples/test directory nowChuck Robey1999-02-152-145/+14
| | | | | | | | | compiiles and runs, too! PR: 8364 and 10076 Submitted by: David Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=16728
* Addition of 3 patches makes this compile for ELF. Don't take offChuck Robey1998-10-191-0/+134
| | | | | | | | | | | the BROKEN yet, I haven't yet had time to review the PLIST. It might well have changed due to the addition of patch-a[bc]. patch-ad made it respect statfs better for 3.0. PR: 8364 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=14066
* Update to version 1.1.1.Steve Price1998-07-271-0/+11
PR: 7360 Submitted by: maintainer Notes: svn path=/head/; revision=12147