Hello everyone,
I know that there are many threads about segmentation faults, but unfortunately none of them helped me resolve my issue. I am confident that the model was compiled successfully and without errors. Since segmentation faults can arise from many different reasons, I would really appreciate your help.
I am attaching my namelist.input, rsl logs, and an example met_em file in an archive for reference.
I run the model using:
The error I receive is:
I am running the model on an HPC system, compiled with dmpar. I use 1 node and 1 CPU, and assign the number of tasks using -n in the Slurm script. Regardless of the number of tasks I assign (even with a single core), I still encounter the same segmentation fault.
When I set debug_level = 100, the last messages in the log are:
Any suggestions on what might be causing this issue, or what else I should check, would be greatly appreciated.
Thank you very much for your help.
I know that there are many threads about segmentation faults, but unfortunately none of them helped me resolve my issue. I am confident that the model was compiled successfully and without errors. Since segmentation faults can arise from many different reasons, I would really appreciate your help.
I am attaching my namelist.input, rsl logs, and an example met_em file in an archive for reference.
I run the model using:
where X is the number of tasks specified in my Slurm script.mpirun -np X ./wrf.exe
The error I receive is:
The model crashes before reaching the first timestep.Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
I am running the model on an HPC system, compiled with dmpar. I use 1 node and 1 CPU, and assign the number of tasks using -n in the Slurm script. Regardless of the number of tasks I assign (even with a single core), I still encounter the same segmentation fault.
When I set debug_level = 100, the last messages in the log are:
I must use Noah-MP as the land surface model, and also I need to use SFCLAY option 1 or 2. Based on the debug output, it seems that the crash might be related to SFCLAY, but I am not certain.d02 2023-10-13_00:00:40 Top of Radiation Driver
d02 2023-10-13_00:00:40 calling inc/HALO_PWP_inline.inc
d02 2023-10-13_00:00:40 in SFCLAY
Any suggestions on what might be causing this issue, or what else I should check, would be greatly appreciated.
Thank you very much for your help.