Regression tests failed - OpenMC version 0.14.0

Dear Community,

I recently installed version 0.14.0 of OpenMC. To install the code, I cloned the official repository using:

$ git clone --recurse-submodules GitHub - openmc-dev/openmc: OpenMC Monte Carlo Code

Then I ran cmake. I made sure to build OpenMC with a debug build:

$ cmake -DCMAKE_BUILD_TYPE=Debug …

Following the instructions at 4. Test Suite — OpenMC Documentation, I set OPENMC_CROSS_SECTIONS and OPENMC_ENDF_DATA. Unfortunately, I do not have NJOY installed on my machine.

To test the installation, I ran ctest on the “build” folder and pytest on the “tests/regression_tests” and “tests/unit_tests” folders. While all the c++ tests and most of the unit tests passed, most of the regression tests, 133 out of 165 to be exact, failed.

Is anyone experiencing the same issues? Do you have any recommendations?

Thank you very much in advance, and compliments once again for the great job you are doing!