aladshaw3 / cats

Catalysis And Treatment Simulations (CATS) library for MOOSE
MIT License
5 stars 5 forks source link

Moose Conda Package Issue: Intermittent MPI failures upon exiting #41

Open aladshaw3 opened 1 month ago

aladshaw3 commented 1 month ago

Based on recent unit test failures, it appears that a recent update to OpenMPI and the package Moose installs into conda, may have some MPI issue during execution.

mca_base_component_repository_open: unable to open mca_btl_openib: librdmacm.so.1: cannot open shared object file:

This issue does not occur often, but does appear to cause occasional CI failures. Solution would be to disable the tests that require MPI.

aladshaw3 commented 1 month ago

PR #40 will disable the MPI tests on the DG Navier-Stokes equations for the serpentine channel. May want to refactor that test to use a more refined mesh that won't require MPI.