This release includes:
- a profiling tool (see https://github.com/pmodels/armci-mpi/blob/master/PROFILING.md for details)
- many other small fixes and improvements (see below)
This release is being made so I can use it in Spack.
What's Changed
- debugging docs by @jeffhammond in #34
- sprintf fix by @jeffhammond in #36
- fix unitialized usage issues - part 1 by @jeffhammond in #37
- update copyright for Intel to 2019 and add NVIDIA at 2022 by @jeffhammond in #38
- MPICH info stuff + MPI_Get_library_version by @jeffhammond in #40
- Fix the dst addrs in Get inside overlap benchmark by @MamziB in #39
- parse Intel MPI library version by @jeffhammond in #41
- add ARMCI_Init_mpi_comm to match upstream by @jeffhammond in #43
- GitHub workflows by @jeffhammond in #44
- more workflows stuff from GA by @jeffhammond in #45
- more workflows stuff from GA by @jeffhammond in #46
- profiling library by @jeffhammond in #42
- Fix tests by @sthibaul in #47
- Fix build with -Werror=implicit-function-declaration by @sthibaul in #48
New Contributors
Full Changelog: v0.3.1-beta...v0.4