-
Notifications
You must be signed in to change notification settings - Fork 1k
Installing MOOSE with GCC 7 and OpenMPI 4.0.1 #16546
-
Hello, I have used the following modules to compile MOOSE:
I was able to compiled PETSC and LibMesh, but I got the following errors when I run the tests: geomsearch/2d_moving_penetration.pl_test4ns ............................................................... OK
|
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments · 5 replies
-
./run_tests -j 4 should get rid of the failed tests |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, thanks I did that after the installations, it is starting again: ./run_tests -j 4 |
Beta Was this translation helpful? Give feedback.
All reactions
-
The skips listed here are normal, the failures you are seeing indicate that your MPI is not setup correctly. You should be able to get a more detailed error messages from one the failing tests, you can scroll up for the details or just run a single test, for example:
The |
Beta Was this translation helpful? Give feedback.
All reactions
-
Is this on INL HPC ? |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I rerun again and I got this time 8 FAILS. This test is meant to have 0 FAILS? outputs/xml.parallel/distributed ............................................................. [min_cpus=3] OK
|
Beta Was this translation helpful? Give feedback.
All reactions
-
You should indeed have 0 fails in the test suite. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Beta Was this translation helpful? Give feedback.
./run_tests -j 4 should get rid of the failed tests