LLNL / axom

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

Make non-MPI builds work #669

Open nselliott opened 2 years ago

nselliott commented 2 years ago

With -DENABLE_MPI=OFF in the configuration, there are compile failures across several axom components due to MPI code not being guarded.

rhornung67 commented 2 years ago

And add CI job without MPI.