William.Hatheway
Active member
Good morning,
I have a question for the admins. I have successfully install WRF v4.6.1 using the configure_new script with Intel OneAPI 2025.
However, I notice that everything is built and installed in the _build folder that is created as part of the script.
It appears that the same folders are in the root directory /WRF AND /_build directory but the .exe files are only in the _build/main folder instead of the WRF/main folder.
I am confused as to why the installation is built in two different locations and the files appear to be the same. Wouldn't that make the installation larger in file size?
Thanks ahead for clearing this up for me.
I have a question for the admins. I have successfully install WRF v4.6.1 using the configure_new script with Intel OneAPI 2025.
Bash:
./configure_new -x -p "oneAPI LLVM" -- -DCMAKE_Fortran_COMPILER=ifx -DMPI_Fortran_COMPILER=mpiifx -DMPI_C_COMPILER=mpiicx -DWRF_CORE=ARW -DWRF_NESTING=BASIC -DWRF_CASE=EM_REAL -DUSE_MPI=ON 2>&1 | tee wrf.configure.log
However, I notice that everything is built and installed in the _build folder that is created as part of the script.
It appears that the same folders are in the root directory /WRF AND /_build directory but the .exe files are only in the _build/main folder instead of the WRF/main folder.
I am confused as to why the installation is built in two different locations and the files appear to be the same. Wouldn't that make the installation larger in file size?
Thanks ahead for clearing this up for me.