Issue on using multiple nodes on HPC #150
-
I'm trying to run the two_turbine default case that is given in the solver on HPC for which I'm using 2 nodes (20 cores per node). The simulation is getting hanged (neither throwing an error nor stopping) after some time steps. But if I run it on 1 node it's running fine. Could someone please comment on this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
gcc 7.2 is from 2017 so you might want to update your compiler to a more recent version (it is very likely why you cannot compile) |
Beta Was this translation helpful? Give feedback.
gcc 7.2 is from 2017 so you might want to update your compiler to a more recent version (it is very likely why you cannot compile)
The current master branch has been tested with various recent gcc versions and it is compiling fine.
Best,
Sylvain