Alex Brooks
Alex Brooks
## Pull Request Description This PR implements IPC support for the ze backend in MPL. Level zero uses file descriptors for IPC handles, so they cannot be directly transmitted between...
## Pull Request Description Starting with oneAPI version 2022.0.1, new warnings are showing up when using `icx`, for which this PR addresses: ``` adio/common/p2p_aggregation.c:150:9: warning: variable 'totalAmountDataReceived' set but not...
## Pull Request Description This PR adds support to bypass Yaksa in RMA paths for contiguous buffers. Last 3 commits only Depends on #6608 (for `MPIR_Ilocalcopy` and all related non-blocking...
## Pull Request Description This PR fixes the case for when GPU packing should be done in the netmod pt2pt path. It was meant to be captured in #6433, but...
## Pull Request Description The IPC cache in ZE is currently unbound in size, which can result in unbound growth in memory usage in an application even if the application...
When using `--with-pmix=` to use pmix as the process manager, configure only searches in `/lib` and does not also search `/lib64`. Example on Aurora: ``` > ../configure --with-ofi=/opt/cray/libfabric/1.22.0 --disable-fortran --with-pmix=/usr...