shanyuzhou
New member
Good morning,
I am a beginner and trying to learn how to run the WRF LES model to simulate the flow of tracer particles named 'plume' at a certain wind speed with 2 domains. When I set the simulation time to less than 1 hour, it runs fine, but when I set it to 5 hours, the program always stops around 1 hour and 30 minutes with a segmentation fault. What could be the reason for this?
>>> mpirun -np 3 ./wrf.exe
starting wrf task 0 of 3
starting wrf task 1 of 3
starting wrf task 2 of 3
--------------------------------------------------------------------------
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 2 with PID 0 on node lars-ProLiant-DL380-Gen9 exited on signal 11 (Segmentation fault).
For the last part in the error file:
------------------------- rsl --------------------------------------------
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7a2c40623960 in ???
#1 0x7a2c40622ac5 in ???
#2 0x7a2c4004251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3 0x5e2533153c43 in ???
#4 0x5e2533157396 in ???
#5 0x5e253315c14d in ???
#6 0x5e25328fb68c in ???
#7 0x5e2531ec625c in ???
#8 0x5e25317ca952 in ???
#9 0x5e25315cd174 in ???
#10 0x5e2530787cf9 in ???
#11 0x5e2530788389 in ???
#12 0x5e2530713d17 in ???
#13 0x5e253071319e in ???
#14 0x7a2c40029d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#15 0x7a2c40029e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#16 0x5e25307131d4 in ???
#17 0xffffffffffffffff in ???
I am a beginner and trying to learn how to run the WRF LES model to simulate the flow of tracer particles named 'plume' at a certain wind speed with 2 domains. When I set the simulation time to less than 1 hour, it runs fine, but when I set it to 5 hours, the program always stops around 1 hour and 30 minutes with a segmentation fault. What could be the reason for this?
>>> mpirun -np 3 ./wrf.exe
starting wrf task 0 of 3
starting wrf task 1 of 3
starting wrf task 2 of 3
--------------------------------------------------------------------------
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 2 with PID 0 on node lars-ProLiant-DL380-Gen9 exited on signal 11 (Segmentation fault).
For the last part in the error file:
------------------------- rsl --------------------------------------------
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x7a2c40623960 in ???
#1 0x7a2c40622ac5 in ???
#2 0x7a2c4004251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3 0x5e2533153c43 in ???
#4 0x5e2533157396 in ???
#5 0x5e253315c14d in ???
#6 0x5e25328fb68c in ???
#7 0x5e2531ec625c in ???
#8 0x5e25317ca952 in ???
#9 0x5e25315cd174 in ???
#10 0x5e2530787cf9 in ???
#11 0x5e2530788389 in ???
#12 0x5e2530713d17 in ???
#13 0x5e253071319e in ???
#14 0x7a2c40029d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#15 0x7a2c40029e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#16 0x5e25307131d4 in ???
#17 0xffffffffffffffff in ???