Basic option (option=1) can be successfully complied. I think the problem is not out of memory because memory is sufficient (more than 50GB).Hi,
I've not seen this particular error previously, but from a search online I was able to find this older post to a different forum. This indicates the issue could be due to running out of memory. Can you check on that, and perhaps see if that post is helpful at all?
If that isn't the issue, can you confirm whether the problem still exists when using the latest version of the code (V4.4) and when using a basic nesting option?
Both Option 2 and 3 cannot be compiled.Thanks for trying that. Did you try to compile the moving nest option with V4.4 of the WRF code?
SCC = gcc
CCOMP = gcc
CFLAGS_LOCAL = -w -O3 -c -DRPC_TYPES=1 #-xHost -fp-model fast=2 -no-prec-div -no-prec-sqrt -ftz -no-multibyte-chars # -DRSL0_ONLY
version 4.4.1 has fixed this problem. You can try it.View attachment 7482I encountered the same problem as Ben108472 when I compiled WRF-4.3 and set the moving nest option, using ifort and icc. I compared the compile log file between mine and yours, and found much similarities (the following content is not posted). I tried to set the basic nesting option and I successed!
It is hard to believe that it is a problem of insufficient memory because it is just in compiling! And I have 15G free memory during my compling.
I am trying the method proposed by kwerner. But I can't just change the "icc" into "gcc" when I use WRF to run a real case, because gcc can't be responsible for large scale computing on our server.
Have you solve your problem, Ben108472? I am looking forward to know how you solve this problem and compile the WRF successfully. Thanks!