mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bd4d7ab13df98988b1ca2a4e01c8c163"
|
||||
|
||||
SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "5a42f1a889d4a2d996c26e48cbf9c595cbf4316c6814f7c181e3320d21dedd42"
|
||||
SRC_URI[sha256sum] = "17406ea90a6ed4ecd5be39c9ddcbfac9343e6ab4f77ac4e8c5ebe4a3e3b6c501"
|
||||
|
||||
RDEPENDS:${PN} += "bash perl libxml2"
|
||||
|
||||
Reference in New Issue
Block a user