Newbie to WRF. Version 4.5.
Successful compilation under WSL2 Ubuntu 22.04 (after a few days of permutations, of course).
Running 9 km dx=dy.
0.25 GFS initialization.
8 processors.
24-hour run.
(namelist.input attached. The rsl files don't show much out of the ordinary, except for what I saw below. No CFL issues, for example...)
Model runs about 9-10 hours from initialization, then seg faults:
$ tail -10 rsl.error.0002
#5 0x14523ca in ???
#6 0x487626 in ???
#7 0x408e77 in ???
#8 0x4082be in ???
#9 0x7ff027bced8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10 0x7ff027bcee3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11 0x4082f5 in ???
#12 0xffffffffffffffff in ???
Here's the odd thing: No seg fault occurs when I restart from an rst file written just before the crash!!
I could recompile with -D to find the crash line, but I am concerned the transient nature may limit the usefulness of this information.
Any ideas would be helpful! Apologies if I missed any similar issue in the forum archive.
Successful compilation under WSL2 Ubuntu 22.04 (after a few days of permutations, of course).
Running 9 km dx=dy.
0.25 GFS initialization.
8 processors.
24-hour run.
(namelist.input attached. The rsl files don't show much out of the ordinary, except for what I saw below. No CFL issues, for example...)
Model runs about 9-10 hours from initialization, then seg faults:
$ tail -10 rsl.error.0002
#5 0x14523ca in ???
#6 0x487626 in ???
#7 0x408e77 in ???
#8 0x4082be in ???
#9 0x7ff027bced8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10 0x7ff027bcee3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11 0x4082f5 in ???
#12 0xffffffffffffffff in ???
Here's the odd thing: No seg fault occurs when I restart from an rst file written just before the crash!!
I could recompile with -D to find the crash line, but I am concerned the transient nature may limit the usefulness of this information.
Any ideas would be helpful! Apologies if I missed any similar issue in the forum archive.
Attachments
Last edited: