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

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.
 
Back
Top