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

WRF run terminated with MPI

m39

New member
Hello!
我在运行下面的命令时出现了以下信息,不知道如何处理。

Thank you for your help!

:~/WRF/test/em_real$ mpirun -np 2 ./wrf.exe
starting wrf task 0 of 2
starting wrf task 1 of 2
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun noticed that process rank 1 with PID 0 on node LAPTOP-7HCU7H56 exited on signal 11 (Segmentation fault).
--------------------------------------------------------------------------
 

Attachments

  • namelist.input
    3.7 KB · Views: 1
  • rsl.error.0000
    48.9 KB · Views: 1
  • rsl.out.0000
    47.3 KB · Views: 1
  • run_1way.tar
    10 KB · Views: 1
  • run_2way.tar
    20 KB · Views: 1
Last edited:
Hi,
I found a few CFL errors in your rsl* files

Code:
rsl.error.0000:d01 2016-10-06_21:17:30            1  points exceeded v_cfl = 2 in domain d01 at time 2016-10-06_21:17:30 hours
rsl.error.0000:d01 2016-10-06_21:17:30 Max   W:     34     42     27 W: -102.36  w-cfl:    2.54  dETA:    0.04
rsl.out.0000:d01 2016-10-06_21:17:30            1  points exceeded v_cfl = 2 in domain d01 at time 2016-10-06_21:17:30 hours
rsl.out.0000:d01 2016-10-06_21:17:30 Max   W:     34     42     27 W: -102.36  w-cfl:    2.54  dETA:    0.04

This indicates that the model has become unstable. See Segmentation Faults - Helpful Information, which includes suggestions for CFL errors.
 
Top