Hi everyone. I'm using WRF3.5.1.
When I run real.exe by "mpirun -np 20 real.exe" for three nested domains.
The progress will stop after the first 2 domains are processed.
I got
The the rsl.out.0000 file did not show any error information and is given in the attachment.
The namelist is also given in the attachments since I always get a hint like "spam message, contains contatct."
However, when I use only one core by "./real.exe".
The real.exe could be ran successfully.
I'm very confused about this.
And actually I need a larger domain for
And the real.exe will be killed even if I use one core with this larger domain.
When I type "free -m", the free memory is 61491, the total memory is 63911.
My disk place is not full and the enviroment WRFIO_NCD_LARGE_FILE_SUPPORT=1 and ulimit -s unlimited are set.
View attachment namelist.input
View attachment rsl.error.0000.one_core.txt
View attachment rsl.out.0000.20cores.txt
When I run real.exe by "mpirun -np 20 real.exe" for three nested domains.
The progress will stop after the first 2 domains are processed.
I got
Code:
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= RANK xx PID xxxx RUNNING at xxx pc
= KILLED BY SIGNAL: 9 (Killed)
===================================================================================
The namelist is also given in the attachments since I always get a hint like "spam message, contains contatct."
However, when I use only one core by "./real.exe".
The real.exe could be ran successfully.
I'm very confused about this.
And actually I need a larger domain for
Code:
e_we = 361, 385, 421
e_sn = 361, 373, 301.
And the real.exe will be killed even if I use one core with this larger domain.
When I type "free -m", the free memory is 61491, the total memory is 63911.
My disk place is not full and the enviroment WRFIO_NCD_LARGE_FILE_SUPPORT=1 and ulimit -s unlimited are set.
View attachment namelist.input
View attachment rsl.error.0000.one_core.txt
View attachment rsl.out.0000.20cores.txt