-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I recently installed and built the MOOSE framework on my system and ran the test suite using ./run_tests -j 6. I am pleased to report that MOOSE compiled successfully, with 4088 tests passed, 154 skipped, and only 1 failed. But, I am unable to build the MOOSE CRANE software successfully. The make -j 4 command fails with a series of errors, primarily related to the LIBMESH_CHKERR macro.
I cloned the repository using git clone https://github.com/lcpp/crane.
I navigated into the directory with cd crane.
I ran make -j 4 to compile.
The make command terminates with multiple compilation errors. The core issue appears to be that LIBMESH_CHKERR is not declared, and the compiler suggests LIBMESH_CHKERRRA instead. The errors are found in several files. I have attached screenshots of the full terminal output showing these errors.



