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_new does not have a stanza to pass in cmake commands for GNU

William.Hatheway

Active member
-p Preselect a stanza configuration with matching description

There is no stanza to pass for GNU on WPS 4.6.0 using configure_new.

This command fails (see attach log file)
Bash:
./configure_new -x -p "GNU" -- -DWRF_ROOT=${WRF_ROOT} -DBUILD_EXTERNALS=OFF -DZLIB_ROOT=${ZLIB_ROOT} -DPNG_ROOT=${PNG_ROOT} -DJasper_ROOT=${Jasper_ROOT} -DUSE_MPI=ON 2>&1 | tee wps.configure.log

Whereas the intel oneapi llvm has a stanza "Intel oneAPI compilers"

Though it is different between versions or WRF configure_new and WPS configure_new
 

Attachments

  • gnu.log
    5.3 KB · Views: 3
from WRF configure_new

Bash:
./configure_new
Using default build directory : _build
Using default install directory : /home/workhorse/WRF/WRFPLUS-4.7.0/install
0   Linux         gfortran    /    gcc         /    mpif90      /    mpicc      GNU (gfortran/gcc)
!! - Compiler not found, some configurations will not work and will be hidden
Select configuration [0-0] Default [0] (note !!)  :
 
Top