summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/mpich
Commit message (Collapse)AuthorAgeFilesLines
* mpich: upgrade 4.2.3 -> 4.3.0Wang Mingyu2025-02-101-2/+2
| | | | | | | License-Update: Copyright year updted to 2024 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.2.2 -> 4.2.3Wang Mingyu2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Update embedded libfabric to fix a build issue on FreeBSD - Fix HIP support for use with AMD GPUs - Fix potential invalid context issue in CUDA memory hooks - Fix GPU fallback path in ch4/ofi for Intel GPU buffers - Fix IPC handle destruction with Level Zero API (Intel GPU) - Fix potential crash in MPI_ISENDRECV with derived datatypes - Fix bug in persistent MPI_GATHER that incorrectly cached buffer contents at init time - Fix memory allocation bug in ROMIO GPFS driver - Fix missing error names in ch4/ofi netmod - Fix potential hang in multi-VCI active message RMA - Fix bug in ch3 large count support with derived datatypes - Fix manpage generation to provide aliases for large-count versions - Fix potential crash in Hydra with long PMI command messages - Fix bug in exit status capture in Hydra when there are multiple processes with non-zero exit - Fix implementation of C/Fortran status conversion functions - Fix implementation of MPI_Type_create_f90_xxx functions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.2.1 -> 4.2.2Wang Mingyu2024-07-151-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ============ # Update embedded libfabric to v1.20.1 and fix compilation with GCC 14. # Fix dataloop support for MPIX_Type_iov routines # Fix crash in Hydra when system has many local ip addresses # Fix RMA fallback check in ch4:ofi netmod # Fix MPI_UNDEFINED handling in mpi_f08 module # Fix Slurm environment variable inheritance in Hydra # Fix multiple issues with large count support in ROMIO # Fix potential hang in init using PMIx client and nonstandard keys # Fix crash if PMIx client cannot get appnum from server during init # Fix other build errors and warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.2.0 -> 4.2.1Wang Mingyu2024-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ============= -Disable flat_namespace to build libmpifort on macOS by default -Prefix warning messages with "MPICH" -Add --disable-doc configure option -Fix support for building MPICH Fortran support with Xcode 15 on macOS -Fix bug in MPI_WIN_SHARED_QUERY when window is not shared -Fix bug in ch4/ofi gpu pipelining -Fixes for Intel GPU support -Fix memory leak in ch4/shm collectives -Fix bug in MPI_COMM_SPLIT with intercommunicators and non-zero root -Fix bug in DAOS ROMIO driver -Fix bug in cycling error code array -Return an error if there is failure to create a datatype in mpi_f08 module for noncontiguous user data -Return an error when shared memory segment creation fails Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.1.2 -> 4.2.0Wang Mingyu2024-02-191-2/+2
| | | | | | | | | | Changelog: https://www.mpich.org/2024/02/09/mpich-4-2-0-released/ License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.1.1 -> 4.1.2Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | Changelog: ========== with recent versions of LLVM/Clang different floating point values attribute on the same object Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: Upgrade to 4.1.1Zoltán Böszörményi2023-06-082-58/+67
| | | | | | | | | | | | | | | | | | | mpich 4.1+ has its own official way to allow cross-compiling, use it. Remove the old PACKAGECONFIG[x11], the configuration option does not exist anymore. Add PACKAGECONFIG knobs to allow building the C++ and FORTRAN parts. Both are needed by intel-oneapi-mkl in meta-intel. Don't enable either by default to keep the current minimalistic build. Remove configuration options that don't exist in the new version. Fix TMPDIR being emitted into binaries and scripts like mpicc and mpicxx Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 4.0.2 -> 4.0.3Wang Mingyu2022-11-141-1/+1
| | | | | | | | | | | | | | | | | | Changes in 4.0.3 ================= Fix message queue dumping interface support Fix multinic usage in ch4:ofi Fix bug in MPI_WIN_CREATE in ch4:ucx when UCX >= 1.13.0 Fix MPIR_pmi_barrier when PMI2 is used Fix ROMIO lazy mutex initialization Fix build with HIP support Fix potential dynamic process message mixups in ch3 Add missing const to MPI_Pready_list array_of_partitions argument Add support for C++ datatypes even when the C++ binding is disabled Add support for Intel OneAPI compilers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: Add new directory modules/hwloc/config to search pathKhem Raj2022-04-131-2/+2
| | | | | | | This ensures that config.guess and config.sub are installed in for all directories where its needed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 3.4.3 -> 4.0.2wangmy2022-04-121-1/+1
| | | | | | | | Changelog from 3.4.3 to 4.0.2: https://www.mpich.org/category/news/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: upgrade 3.4.2 -> 3.4.3wangmy2021-12-211-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: link explictly with libgccKhem Raj2021-08-201-2/+3
| | | | | | | libmpi.so does need specific symbols from libgcc eg __multf3 on x86 irrespective of C library Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-4/+4
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: Add libgcc to ldflags on x86/glibcKhem Raj2021-06-261-1/+2
| | | | | | | | The build needs them in some subcomponents, it does not come to front when using libgcc as default but when compiler-rt is used then it does not link because its expecting functions from libgcc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: Upgrade to 3.4.2Khem Raj2021-06-011-1/+3
| | | | | | | | Explicitly link with libgcc for __addtf3, __multf3 etc 128bit builtins on x86_64 as they are not available with compiler-rt and when using compiler-rt the link would fail Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpich: Upgrade to 3.4.1Khem Raj2021-03-032-47/+54
| | | | | | | | Add fixes to work with/with-out X Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jose Quaresma <quaresma.jose@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* mpich: Use new config.guess and config.subKhem Raj2018-03-291-0/+5
| | | | | | | This brings in new architecture support for risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mpich: Define PERL variable and pass to configureKhem Raj2017-08-281-2/+2
| | | | | | | | | | | Fixes QA Issue: /usr/bin/parkill contained in package mpich requires /mnt/a/oe/build/tmp/ hosttools/perl, but no providers found in RDEPENDS_mpich also move BASH_SHELL in same realm Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: update to version 3.2Derek Straka2016-10-251-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: fix QA issue and remove blacklistJackie Huang2016-10-031-2/+4
| | | | | | | | Remove the reference of S from .la and DEBUG_PREFIX_MAP from .pc file to avoid QA issues. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix indentationMartin Jansa2016-08-221-9/+10
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: BlacklistMartin Jansa2016-02-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: added BASH_SHELL to CACHED_CONFIGUREVARSVictor Rodriguez2015-05-281-0/+2
| | | | | | | | On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it on the host machine there, this ensures that it is set correctly for the target. Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com>
* mpich: fix ${PN}-${PV} -> ${BP} for multilibYi Zhao2015-05-171-1/+1
| | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
* mpich: Disable RPATH to avoid issues in package_qaAníbal Limón2015-03-211-4/+9
| | | | | | | | | | | Set --disable-rpath to extra opts in order to avoid issues in package_qa also change default pm to gforker because hydra has problems with RPATH. TODO: Make a patch for solve hydra rpath issues. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add mpich supportVictor Rodriguez2015-03-211-0/+29
This patch add mpich support to yocto in order to run MPI framework on embedded systems. Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>