hpc4cmb / toast

Time Ordered Astrophysics Scalable Tools
Other
44 stars 39 forks source link

Add extra logic to avoid unnecessary communicator splits #572

Closed tskisner closed 2 years ago

tskisner commented 2 years ago

This work attempts to minimize MPI communicator operations that may be fragile on some systems.

tskisner commented 2 years ago

Although these minor changes did not help the original problem, they are a good cleanup of the communicator usage and do not impact anything else.