imoab_coupler test is missing MPI_Finalize();

Issue #114 resolved
Former user created an issue

The lack of MPI_Finalize(); before the end of the test is causing errors under OpenMPI on conda-forge: https://bitbucket.org/fathomteam/moab/src/0d5ae615103b2d07abca9cb4828c58b01fc5ebfd/test/parallel/imoab_coupler.cpp#lines-473

See this PR on conda-forge for details: https://github.com/conda-forge/moab-feedstock/pull/22

I've attached a patch.

Comments (3)

  1. Vijay M

    This issue has been resolved. The changes are in master now and will be part of the next release. Thanks for reporting the issue @Xylar Asay-Davis

  2. Vijay M

    The appropriate fixes have been committed as part of PR $454, and merged to master. The changes will be available as part of the next official MOAB release.

  3. Log in to comment