Skip to content

fix MPI bug in the grid partitioning

Sebastian Ohlmann requested to merge fix-allreduce-partition into develop
  • with Intel 2018 compiler and MPI, octopus crashes in an MPI_Allreduce when running parallel in domains
  • reason: in partition_get_np_local in src/grid/partition.F90, a pointer was declared as intent(out) instead of intent(inout)

See issue #77 (closed).

Merge request reports