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 (signal 11)

Tianger

New member
An error occurs when I use the running wrf.exe
(base) root@50a2ac458b87:/workspace/work/wrf# cat wrf.log
starting wrf task 0 of 4
starting wrf task 1 of 4
starting wrf task 2 of 4
starting wrf task 3 of 4

===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 18828 RUNNING AT 50a2ac458b87
= 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've started with 32 threads all the way up to a single thread, but this issue still occurs, I've attached my wps file and input file, hoping for your help
 

Attachments

  • namelist.input
    2.6 KB · Views: 1
  • namelist.wps
    1.3 KB · Views: 1
  • rsl.zip
    143.6 KB · Views: 3
Thank you for your answer,
I have set the adaptive timestep as required by CFL notifications, smooth_cg_topo = .true., epssm = 0.2, w_damping = 1, adaptive_timestep set the minimum timestep 15 and the maximum 45, and still get an error.
In your rsl.error.0002 file there is a CFL error. This thread (Segmentation Faults and CFL Errors) in section 4) might help.
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 18956 RUNNING AT 50a2ac458b87
= EXIT CODE: 135
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Bus error (signal 7)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Also attached is the latest run log, but it doesn't seem to find any issues, is this a problem with my computer running or a software parameter setting issue?
 

Attachments

  • rsl.zip
    352.5 KB · Views: 0
  • namelist.input
    2.7 KB · Views: 0
Top