hugary1995 / raccoon

Massively parallel FEM code for phase-field for fracture by Dolbow Lab at Duke University
https://hugary1995.github.io/raccoon
GNU Lesser General Public License v2.1
56 stars 44 forks source link

How to install raccoon when you already have moose installed #161

Open ayush4424 opened 6 months ago

ayush4424 commented 6 months ago

image Do i need to start from step 2 only ? On starting from step 1 in one of the devices i installed mini conda again and it removed the moose environment and upon entering conda create --name moose moose-libmesh moose-tools, the whole system hanged On an other device i just skipped installing mini conda again and followed all steps but it shows error when i do step 3 i.e. make -j 6 Do i need to install Libtorch as well ? I found this keyword in one of the errors Please help Regards, Ayush

cunyizju commented 3 months ago

If you have successfully installed MOOSE, you can just skip git submodule --init --recursive and optional commands. It works well in my computer. Hope it helps.

Regards, Bruce