You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We built libfabric with --enable-xpmem but did not load the xpmem kernel module. We observed a performance regression on small message sizes compared to not building with xpmem when running Intel MPI Benchmark Alltoall with Open MPI5.
Expected behavior
The performance shouldn't be impacted when not loading the xpmem kernel module, whether building libfabric with --enable-xpmem or not
Describe the bug
We built libfabric with
--enable-xpmem
but did not load the xpmem kernel module. We observed a performance regression on small message sizes compared to not building with xpmem when running Intel MPI Benchmark Alltoall with Open MPI5.To Reproduce
Expected behavior
The performance shouldn't be impacted when not loading the xpmem kernel module, whether building libfabric with
--enable-xpmem
or notOutput
building libfabric without
--enable-xpmem
building libfabric with
--enable-xpmem
The latency increases for message size <= 64 bytes
Environment:
Amazon Linux2, 16 hpc7g.16xlarge
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: