Installing Cardinal on an offline HPC Cluster #1014
-
|
I am trying to install Cardinal on an offline HPC Cluster. Since there is no separate article listing the offline installation instructions, I'm following the same Building Cardinal without MOOSE's conda Environment steps and also referring to offline MOOSE installation. The error I'm encountering occurs in After looking at some discussions here, I tried to solve this by setting I have encountered a similar issue involving another How do I proceed from here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @nancysemwal, It looks like Hope that helps, |
Beta Was this translation helpful? Give feedback.
Hi @nancysemwal,
It looks like
contrib/moose/modules/stochastic_tools/src/util/VectorPacker.Cisn't getting compiled for some reason (possibly due to a header-source mismatch). I don't know how to resolve this one, so my recommendation (at the moment) is to disable the stochastic tools module if you don't need it (and it's the only linker error). You can do this by going to Cardinal'sMakefileand settingSTOCHASTIC_TOOLS := no. I'll do some more digging to see if there are other fixes, but this should get you up and running for the moment.Hope that helps,
Kevin