LLNL / axom

CS infrastructure components for HPC applications
BSD 3-Clause "New" or "Revised" License
152 stars 27 forks source link

Undo work-around for Conduit limitation. #1329

Closed gunney1 closed 5 months ago

gunney1 commented 5 months ago

In earlier versions, Conduit used to not support MPI_ANY_SOURCE and MPI_ANY_TAG when checking non-blocking sends and receives. It does now.

This change backs out a work-around I implemented at the time.