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

Failing to build WRF v4.7.1 (and v4.6.1) on Derecho using cmake

Yongxin

Member
I downloaded WRF v4.7.1 (and v4.6.1) using the command:
git clone --recurse-submodule --branch v4.7.1 GitHub - wrf-model/WRF: The official repository for the Weather Research and Forecasting (WRF) model

and did the following:
module --force purge
module load ncarenv/24.12
module reset
module load cmake
module list
Currently Loaded Modules:
1) ncarenv/24.12 (S) 5) libfabric/1.15.2.0 9) ncl/6.6.2
2) craype/2.7.31 6) cray-mpich/8.1.29 10) ncview/2.1.9
3) intel/2024.2.1 7) hdf5/1.12.3 11) nco/5.3.1
4) ncarcompilers/1.0.0 8) netcdf/4.9.2 12) cmake/3.26.6

and then issued:
cd WRF
./configure_new

which worked fine and lastly I issued:
./compile_new >& compile01.log &

Somehow the build fails after some time and the place where the build fails is different if I issue "./compile_new" immediately. My compile01.log file is attached here. I am wondering if anyone has any suggestions on how to fix this issue.

Thanks,
Yongxin
 

Attachments

  • compile01.log
    60.6 KB · Views: 1
Top