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
config/cmake: find MPI if the MPI component is requested
Otherwise projects using `conduit::conduit_mpi` may get errors about
`MPI::MPI_C` not being a target without finding it themselves. Instead
of requesting users to find MPI themselves, let them request support via
an MPI component.
0 commit comments