William.Hatheway
Active member
Utilizing WRF and WPS configure_new options is very straight forward and useful. The CMAKE method is very simple once you get an understanding of it.
However, I have noticed some discrepancies between the two configure_new and compile_new when it comes to the preselected stanza.
Below are the two different configure_new:
The first one is for WRF and the second for WPS. When manually selecting the options there is no issue, but when using the preselect stanza method of cmake -p the stanza calls are different. For simplicity I suggest making them match for ease of use.
What are your thoughts? @islas
However, I have noticed some discrepancies between the two configure_new and compile_new when it comes to the preselected stanza.
Below are the two different configure_new:
Code:
Using default install directory : /home/workhorse/WRF_Intel/WRFV4.6.1/install
0 Linux gfortran / gcc / mpif90 / mpicc GNU (gfortran/gcc)
1 Linux ifx / icx / mpif90 / mpicc INTEL (ifx/icx) : oneAPI LLVM
Code:
0 Linux gfortran / gcc / mpif90 / mpicc gfortran
1 Linux ifx / icx / mpif90 / mpicc Intel oneAPI compilers
The first one is for WRF and the second for WPS. When manually selecting the options there is no issue, but when using the preselect stanza method of cmake -p the stanza calls are different. For simplicity I suggest making them match for ease of use.
What are your thoughts? @islas
Last edited: