lcpp-org / crane

A MOOSE application dedicated to general Chemical ReAction NEtworks for plasma chemistry and thermochemistry problems.
https://crane-plasma-chemistry.readthedocs.io/
GNU Lesser General Public License v2.1
21 stars 20 forks source link

Make issues #100

Closed f14d752 closed 1 year ago

f14d752 commented 1 year ago

Dear developers of crane,

I am KenShu Ho. I got 10 errors while I tried to compile crane. It looks like the errors were generated during compiling meshgenerators. The log of compilation is attached. I installed my moose framework last Saturday. Could you please help me solve these problems?

Thank you very much for your help! install20230508-1.log

smpeyres commented 1 year ago

Hi KenShu,

These errors seem to be a problem with the MOOSE submodule within CRANE. Assuming you have successfully installed MOOSE separately from CRANE, I would suggest making a new clone of CRANE but this time SKIP the git submodule update --init moose step, and try the compile with make -jn again.

It is sometimes the case that MOOSE is ahead of CRANE... Getting CRANE to be a tracked MOOSE application so it is always instep is currently in development (issue #86)

Let me know if this helps!

f14d752 commented 1 year ago

It worked! There was no error message pup up and all 3 tests were passed.

Thank you very much for your help. At the same time, thank you guys very much for creating and keeping maintaining this software.