LLNL / Aluminum

High-performance, GPU-aware communication library
https://aluminum.readthedocs.io/en/latest/
Other
84 stars 21 forks source link

Add testing for communicator initialization/destruction #222

Closed ndryden closed 9 months ago

ndryden commented 9 months ago

This is to help diagnose issues with communicator setup/teardown. It supports creating and destroying a backend's communicator type using MPI_COMM_WORLD and the default stream. It avoids most other testing machinery, but will use the standard hang detection.