Problems while compiling MOOSE #16151
-
Good evening everybody, I followed literally the instructions reported at https://mooseframework.inl.gov/getting_started/installation/conda.html, to install MOOSE on Ubuntu 20.04.1 but when I compile MOOSE I got this error: Compiling C++ (in opt mode) /home/giovanni/projects/moose/framework/build/unity_src/loops_Unity.C... I've tried also to run the tests, but obviously all tests failed. So I've tried to uninstall everything and reinstall but did not worked. Sometimes also Ubuntu crashed. When this problem happen generally the computer stop working for some minutes (I cannot move neither the mouse) Thank you in advance for any suggestion. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Good Evevening, The problem was solved. Jeson Miller explained me (at this discussion https://groups.google.com/g/moose-users/c/UjkErXUTfD0) that 6 Gb of RAM are not enough to perform the command make -j4. Thank you anyway. |
Beta Was this translation helpful? Give feedback.
-
@Giovar6 Thank you for re-submitting your question! |
Beta Was this translation helpful? Give feedback.
Good Evevening,
The problem was solved. Jeson Miller explained me (at this discussion https://groups.google.com/g/moose-users/c/UjkErXUTfD0) that 6 Gb of RAM are not enough to perform the command make -j4.
I've used instead the command: make -j3 and MOOSE compiled perfectly.
I have also performed the test obtaining several pass and some skip.
Thank you anyway.
Giovanni