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 is crashing

run these commands in the folder where the rsl.out and rsl.errors are and see if it shows something.

Bash:
grep -i FATAL rsl.*

grep -i error rsl.*

grep -i SIGSEGV rsl.*

grep -i cfl rsl.*
 
Hi thanks
rsl.error.0118: 0 /util/opt/ucx/1.12.1/gcc/8.5.0/lib/libucs.so.0(ucs_handle_error+0x2a4) [0x14e1d05f7c94]
rsl.error.0118:[c2515:3597549] *** End of error message ***
rsl.error.0119: 0 /util/opt/ucx/1.12.1/gcc/8.5.0/lib/libucs.so.0(ucs_handle_error+0x2a4) [0x153891badc94]
rsl.error.0119:[c2515:3597547] *** End of error message ***

I am getting this messeages after running the command
grep -i error rsl.*

Any suggestions regarding the error?
 
Top