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 runtime ERROR: double free or corruption (fasttop): 0x000000000ad83860

Hi

I followed the complete tutorial Compiling WRF and successfully compiled the WRF and WPS with all tests passed.
When I try to run the wrf.exe it is getting crashed.

I reinstalled everything and try to run it again but it is still not working.

I have attached the wrf run log files, can you please check and tell me what might be the issue here.

I am submitting a slurm job to an HPC cluster using the following command.
sbatch -nodes=1 --ntasks-per-node=40 -A pttest --wrap="/test/em_real/real.exe; mpirun -np 36 /test/em_real/wrf.exe"

 

Attachments

  • slurm-1727684.zip
    23.1 KB · Views: 6
Hi,
Can you package all of your rsl.* files together in a single .tar or .zip file and attach that so I can take a look? Thanks!
 
Hi
I am attaching all the rsl files and the namelist file used.
can you please have a look at it and tell me what might be the reason it is getting crashed.

Thank You
 

Attachments

  • rsl_error.zip
    394.3 KB · Views: 1
Hi,
It's hard to say if the segmentation fault you're seeing is due to the DFI program. There are so many different options turned on in your namelist. But several of the messages, related to DFI, like
Code:
In dolph: TIME, W = **********                NaN       
In dolph: TIME, W = **********                NaN
In dolph: TIME, W = **********                NaN
In dolph: TIME, W = **********                NaN
In dolph: TIME, W = **********                NaN
In dolph: TIME, W = **********                NaN
In dolph: TIME, W = **********                NaN
In dolph: TIME, W = **********                NaN

show NaN values for W, as you can see. As a test, can you try to run this without DFI and see what happens? If it fails again, please send your rsl files again. Thanks!
 
Top