Issue Running FAST.Farm with Intel Compiler #2801
-
|
Hi everyone, Recently, I compiled OpenFAST (v3.5.2) using Intel’s oneAPI HPC Toolkit, and while we saw a nice performance boost in TurbSim when built with the Intel compiler, we’ve hit a snag with FAST.Farm. Specifically, a simulation that runs without issue when compiled using GCC 11.4.0 crashes with a segmentation fault when compiled using Intel Fortran Classic 2021.6.0. Here’s a snippet of the output from the Intel-compiled version, just before the crash: In contrast, compiling the same version with GCC works perfectly. The setup, input files, and runtime conditions are exactly the same in both cases. Has anyone else experienced this issue with Intel compilers? Any thoughts on what might be causing the segmentation fault or how we might debug this more effectively? Thanks in advance for any insights! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I see you are using v3.5.2. There were several updates in 3.5.4 and 3.5.5 to correct some of the segmentation faults. Could you try v3.5.5 and let us know if you still see the issue? It uses the exact same input files as v3.5.2 (input files are unchanged across all 3.5.x releases). |
Beta Was this translation helpful? Give feedback.
I see you are using v3.5.2. There were several updates in 3.5.4 and 3.5.5 to correct some of the segmentation faults. Could you try v3.5.5 and let us know if you still see the issue? It uses the exact same input files as v3.5.2 (input files are unchanged across all 3.5.x releases).