Segmentation fault (signal 11) for V4.0

mirabelle

Member
Hi,

I tried to run WRF with three domains and GFS0p25 for initialization. The resolutions are 27 km, 9 km, and 3 km.
Here I attached the namelist files, error, and the qsub file.

I attempted to run WRF by “qsub pbs_wrf” , as shown in the pbs_wrf file attached.

I encountered the following error.

= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= EXIT CODE: 139
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions

I have
set w_damping = 1,
set epssm = 0.5
time_step = 5
smooth_cg_topo = .true
ulimit -s unlimited
export MP_STACK_SIZE=64000000

But the error still not solved.
I appreciate your patience in advance and look forward to your assistance.

Sincerely,
Mira
 

Attachments

Hi,
I suspect you may need more processors to run domain 03, given its size. As a test, can you try running only 2 domains and see if it runs to completion?
 
Back
Top