Installation Error #21994
-
|
MOOSE Teams, I am new to MOOSE and I meet some problems when I try to install MOOSE. I follow the install procedure on the website #, but when I try to compile and test MOOSE, it's all failed in it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
Hello The compilation failed, so the tests wont run for sure. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
The compilation failed, so the tests wont run for sure.
I searched a bit for this error and it seems you may be running out of memory. On what machine are you building MOOSE?
Can you try to build with only one process, eg
make -j 1Guillaume