Branch: refs/heads/main
Revision: e9012bc
Author: ronawho
Link: Upgrade to GASNet-EX 2021.3.0 by ronawho · Pull Request #20032 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20032 from ronawho/upgrade-gasnet-ex-2022.3.0
Upgrade to GASNet-EX 2021.3.0
GASNet-EX 2021.3.0 includes initial support for HPE Cray EX product
lines (SS-10 and SS-11 networks) and restores support for Omni-Path
networks. There are also numerous bug fixes including all the previous
patches we were bringing in.
For the full changelog see: https://gasnet.lbl.gov/dist-ex/ChangeLog
This is a simple upgrade, a followup PR will explore gasnet-ofi
performance.
Modified Files:
A third-party/gasnet/gasnet-src/docs/gasnet1_differences.md
A third-party/gasnet/gasnet-src/ofi-conduit/gasnet_extended.c
A third-party/gasnet/gasnet-src/ofi-conduit/gasnet_extended_fwd.h
A third-party/gasnet/gasnet-src/tests/testalltoall.c
M third-party/gasnet/README
M third-party/gasnet/gasnet-src/ChangeLog
M third-party/gasnet/gasnet-src/Makefile.am
M third-party/gasnet/gasnet-src/Makefile.in
M third-party/gasnet/gasnet-src/README
M third-party/gasnet/gasnet-src/README-tools
M third-party/gasnet/gasnet-src/acconfig.h
M third-party/gasnet/gasnet-src/aries-conduit/README
M third-party/gasnet/gasnet-src/aries-conduit/gasnet_aries.c
M third-party/gasnet/gasnet-src/aries-conduit/gasnet_aries.h
M third-party/gasnet/gasnet-src/aries-conduit/gasnet_core.c
M third-party/gasnet/gasnet-src/aries-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/configure
M third-party/gasnet/gasnet-src/configure.in
M third-party/gasnet/gasnet-src/docs/GASNet-EX.txt
M third-party/gasnet/gasnet-src/docs/memory_kinds.md
M third-party/gasnet/gasnet-src/extended-ref/coll/gasnet_reduce.c
M third-party/gasnet/gasnet-src/extended-ref/coll/gasnet_refcoll.c
M third-party/gasnet/gasnet-src/extended-ref/coll/gasnet_team.c
M third-party/gasnet/gasnet-src/extended-ref/gasnet_extended.h
M third-party/gasnet/gasnet-src/extended-ref/gasnet_extended_common.c
M third-party/gasnet/gasnet-src/extended-ref/ratomic/gasnet_refratomic.c
M third-party/gasnet/gasnet-src/gasnet_am.h
M third-party/gasnet/gasnet-src/gasnet_basic.h
M third-party/gasnet/gasnet-src/gasnet_config.h.in
M third-party/gasnet/gasnet-src/gasnet_help.h
M third-party/gasnet/gasnet-src/gasnet_internal.c
M third-party/gasnet/gasnet-src/gasnet_internal.h
M third-party/gasnet/gasnet-src/gasnet_mmap.c
M third-party/gasnet/gasnet-src/gasnet_toolhelp.h
M third-party/gasnet/gasnet-src/gasnet_tools.c
M third-party/gasnet/gasnet-src/gasnet_tools.h
M third-party/gasnet/gasnet-src/gasnet_trace.c
M third-party/gasnet/gasnet-src/gasnet_trace.h
M third-party/gasnet/gasnet-src/gasnetex.h
M third-party/gasnet/gasnet-src/ibv-conduit/README
M third-party/gasnet/gasnet-src/ibv-conduit/gasnet_core.c
M third-party/gasnet/gasnet-src/ibv-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/ibv-conduit/gasnet_core_internal.h
M third-party/gasnet/gasnet-src/ibv-conduit/gasnet_core_sndrcv.c
M third-party/gasnet/gasnet-src/license.txt
M third-party/gasnet/gasnet-src/mpi-conduit/gasnet_core.c
M third-party/gasnet/gasnet-src/mpi-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/ofi-conduit/Makefile.am
M third-party/gasnet/gasnet-src/ofi-conduit/Makefile.in
M third-party/gasnet/gasnet-src/ofi-conduit/README
M third-party/gasnet/gasnet-src/ofi-conduit/conduit.mak.in
M third-party/gasnet/gasnet-src/ofi-conduit/gasnet_core.c
M third-party/gasnet/gasnet-src/ofi-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/ofi-conduit/gasnet_core_internal.h
M third-party/gasnet/gasnet-src/ofi-conduit/gasnet_ofi.c
M third-party/gasnet/gasnet-src/ofi-conduit/gasnet_ofi.h
M third-party/gasnet/gasnet-src/ofi-conduit/license.txt
M third-party/gasnet/gasnet-src/other/Makefile-conduit.mak.in
M third-party/gasnet/gasnet-src/other/Makefile-libgasnet.mak.in
M third-party/gasnet/gasnet-src/other/ammpi/license.txt
M third-party/gasnet/gasnet-src/other/amudp/amudp_reqrep.cpp
M third-party/gasnet/gasnet-src/other/amudp/amudp_spmd.cpp
M third-party/gasnet/gasnet-src/other/amudp/license.txt
M third-party/gasnet/gasnet-src/other/gasnet_portable_platform.h
M third-party/gasnet/gasnet-src/other/kinds/gasnet_cuda_uva.c
M third-party/gasnet/gasnet-src/other/kinds/gasnet_hip.c
M third-party/gasnet/gasnet-src/other/kinds/gasnet_kinds_internal.h
M third-party/gasnet/gasnet-src/other/kinds/gasnet_mk.h
M third-party/gasnet/gasnet-src/other/kinds/gasnet_refkinds.c
M third-party/gasnet/gasnet-src/other/pmi-spawner/gasnet_bootstrap_pmi.c
M third-party/gasnet/gasnet-src/other/ssh-spawner/gasnet_bootstrap_ssh.c
M third-party/gasnet/gasnet-src/smp-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/tests/Makefile.in
M third-party/gasnet/gasnet-src/tests/testcudauva.c
M third-party/gasnet/gasnet-src/tests/testexit.c
M third-party/gasnet/gasnet-src/tests/testgasnet.c
M third-party/gasnet/gasnet-src/tests/testhip.c
M third-party/gasnet/gasnet-src/tests/testlarge.c
M third-party/gasnet/gasnet-src/tests/testreduce.c
M third-party/gasnet/gasnet-src/tests/testsegment.c
M third-party/gasnet/gasnet-src/tests/testtools.c
M third-party/gasnet/gasnet-src/tests/upcr-harness/external-chapel/Makefile
M third-party/gasnet/gasnet-src/tests/upcr-harness/external-chapel/harness.conf
M third-party/gasnet/gasnet-src/tests/upcr-harness/external-upcxx/Makefile
M third-party/gasnet/gasnet-src/tests/upcr-harness/external-upcxx/harness.conf
M third-party/gasnet/gasnet-src/tests/upcr-harness/gasnet-tests/harness.conf
M third-party/gasnet/gasnet-src/ucx-conduit/README
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_core.c
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_core.h
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_core_internal.h
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_core_sndrcv.c
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_extended_fwd.h
M third-party/gasnet/gasnet-src/ucx-conduit/gasnet_ucx_req.h
M third-party/gasnet/gasnet-src/udp-conduit/README
M third-party/gasnet/gasnet-src/udp-conduit/gasnet_core.c
M third-party/gasnet/gasnet-src/udp-conduit/gasnet_core_fwd.h
M third-party/gasnet/gasnet-src/version.git
Compare: https://github.com/chapel-lang/chapel/compare/1e98745e482b...e9012bc9bf54