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

When installing the WRF, run ./compile em_real encounted the error. " Problems building executables"

llluuuu

New member
When the WRF is installing in the computer server, it comes across the error ,
"
build started: Wed 17 Jan 2024 07:49:48 PM CST
build completed: Wed 17 Jan 2024 08:02:12 PM CST

---> Problems building executables, look for errors in the build log
"

Intel interpreter was installed by root account. the Szlib, hdf5 , netcdf( C,Fortran) libpng,jasper were installed by test account.
the detail of log file has been uploaded , please help me .
 

Attachments

  • log(1).compile.txt
    122.5 KB · Views: 4
  • log(1).compile.txt
    122.5 KB · Views: 1
Hi,
If you haven't already, take a look at this compiling tutorial and go through the tests to make sure everything is installed correctly and is compatible. If all the tests pass, can you issue the following?

Code:
./clean -a

./configure

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

and if/when it fails, please attach the new compile log and your configure.wrf file. Thanks!
 
Top