Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

wrf.exe aborts with segfault

wbernha
Beginner
924 Views
We have compiled the WRF source code (and the source code for the required netCDF libraries) with Version 11.1 INTEL FORTRAN and C++ compilers on our RHEL 5.3 server.

wrf.exe aborts, sending "segfault at 00007fff17655c70 rip 0000000001012253 rsp 00007fff17655c70 error 6" to the syslog.

This same code, compiled with gfortran and gcc, runs fine. Has anyone had a similar experience?
0 Kudos
1 Solution
Kevin_D_Intel
Employee
924 Views

A colleague wrote a Knowledge base article (here) recently on building WRF 3.1.1 with 11.1 compilers. I don't know if it may help.

View solution in original post

0 Kudos
3 Replies
Kevin_D_Intel
Employee
925 Views

A colleague wrote a Knowledge base article (here) recently on building WRF 3.1.1 with 11.1 compilers. I don't know if it may help.
0 Kudos
wbernha
Beginner
924 Views

A colleague wrote a Knowledge base article (here) recently on building WRF 3.1.1 with 11.1 compilers. I don't know if it may help.
Thanks Kevin. This did the trick. It was the stack size, mentioned at the end of the article. Once we set it to unlimited, the process ran fine.
0 Kudos
Kevin_D_Intel
Employee
924 Views

Great! Glad that helped. I'll pass that along to the author.
0 Kudos
Reply