WRF compile error

jihun

New member
Hello, I was compiling WRF and an error occurred with ./compile -j 4 em_real.
I will attach compile.log. What needs to be addressed?
my env
M1 Max MacStudio
Homebrew
 

Attachments

@jihun
Your compile.log file does not have any errors listed in it. Can you re-run the compile, making sure to send both the standard error and output to the log file by utilizing the ">&" syntax as shown below? Issue the following:

Code:
./clean -a

./configure

./compile em_real -j 1 >& compile.log

When it fails again, please attach the new compile log, along with your configure.wrf file. Thanks!
 
Back
Top