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

./configure option 24 for WRF no longer compiling

megschiede

New member
Hello!

I have recently been trying to recompile WRFV4.4.1 to test some experiments and I have begun to run into an issue. I have always used option 24 (dmpar INTEL (ifort/icc): SGI MPT) at the ./configure step when recompiling WRF. Beginning this past Friday (2/28) I began having issues when recompiling. Now when I go to recompile em_real I get a make error where it says ***[Makefile:60: configcheck] Error 1. I have attached configure.wrf and log.compile to this thread.

I have tried a few alternate configurations (e.g. option 15 or option 34 with no luck for either configuration). Option 15 gave me the same output as option 24. Option 34 did recompile but led to errors in building the executables.

Do you have any suggestions to fix this issue? I greatly appreciate the help!
 

Attachments

  • log.compile.log
    2.8 KB · Views: 2
  • configure.wrf.log
    22.8 KB · Views: 1
The latest updates on Derecho have not removed ifort, but have removed icc from the environment. Please use the Intel oneAPI LLVM stanzas instead (options 76-79 on Derecho).
 
The latest updates on Derecho have not removed ifort, but have removed icc from the environment. Please use the Intel oneAPI LLVM stanzas instead (options 76-79 on Derecho).
Thank you! I have just finished compiling WRFV4.6.1 with no issues
 
Top