diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-13 11:15:15 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-14 11:55:59 -0800 | 
| commit | 6231fc0160613c3e2be36a63c8aa43d6d421b1dc (patch) | |
| tree | 80858fcafc631c6f5d3de395e5a12e82f7a6877c | |
| parent | 9afefefac5dacd113bc3c21c055fd9aa3e802d00 (diff) | |
| download | meta-openembedded-6231fc0160613c3e2be36a63c8aa43d6d421b1dc.tar.gz | |
mpich: upgrade 4.0.2 -> 4.0.3
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>
| -rw-r--r-- | meta-oe/recipes-devtools/mpich/mpich_4.0.3.bb (renamed from meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb b/meta-oe/recipes-devtools/mpich/mpich_4.0.3.bb index d277f7e71c..000f739812 100644 --- a/meta-oe/recipes-devtools/mpich/mpich_4.0.2.bb +++ b/meta-oe/recipes-devtools/mpich/mpich_4.0.3.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bd4d7ab13df98988b1ca2a4e01c8c163" | 6 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bd4d7ab13df98988b1ca2a4e01c8c163" | 
| 7 | 7 | ||
| 8 | SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" | 8 | SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz" | 
| 9 | SRC_URI[sha256sum] = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42" | 9 | SRC_URI[sha256sum] = "17406ea90a6ed4ecd5be39c9ddcbfac9343e6ab4f77ac4e8c5ebe4a3e3b6c501" | 
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "bash perl libxml2" | 11 | RDEPENDS:${PN} += "bash perl libxml2" | 
| 12 | 12 | ||
