Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Segmentation Fault in compiling WRF model with Vortex following option

Hose

New member
Dear users,
I am trying to compile wrf with vortex following option and i am getting the below error:

"/opt/cray/pe/cce/8.6.5/cce/x86_64/bin/optcg" was terminated due to receipt of signal 013: Segmentation fault.
../configure.wrf:540: recipe for target 'module_comm_dm.o' failed
make[2]: [module_comm_dm.o] Error 2 (ignored)

I chose
# Compiler choice: 47 (dm+sm) CRAY CCE (ftn $(NOOMP)/cc): Cray XE and XC)
# Nesting option: 3 (Vortex Following Option).

I am attaching the configure.wrf, log.compile and enviroment files which i used.
I would appreciate it if you would take the time to check out my posts and give suggestions.
 

Attachments

  • 1670494989025.png
    1670494989025.png
    18.9 KB · Views: 1
  • configure.wrf.txt
    20.8 KB · Views: 2
  • install_wrf.sh.txt
    404 bytes · Views: 1
  • log.complie_1206.txt
    2.6 MB · Views: 1
Hi,
There are potentially a few different things going on here. For simplicity, and to narrow down the issue, can you try to compile the latest WRF code (V4.4.1) with the basic nesting option (i.e., not vortex-following), and using either a serial option, or a dmpar option (instead of dm+sm)? Please let me know the results of that. If it fails, send the configure.wrf and compile log for that compile. Thanks!
 
Top