I forgot to guard some radiation code with an MPI_PARALLEL which broke builds when MPI is disabled. Here is the fix. Thanks to @maxpkatz for identifying this.
In the long run we may not need this -- there is already a PR underway to at least partially get this logic into the Swarm class itself, and parthenon already handles the MPI_PARALLEL guards correctly.
I forgot to guard some radiation code with an
MPI_PARALLEL
which broke builds when MPI is disabled. Here is the fix. Thanks to @maxpkatz for identifying this.In the long run we may not need this -- there is already a PR underway to at least partially get this logic into the
Swarm
class itself, andparthenon
already handles theMPI_PARALLEL
guards correctly.