beuraieon_a
Member
Hello, I need assistance with an error I encountered when I tried to compile WRF. I already have WRF installed in my computer via an installation script by Hatheway et al. (2023); thus, all compilers and essential libraries were already installed/built. But it was configured with basic nesting.
I intended to configure and compile WRF with nesting as vortex following (with dmpar GNU compiler), having all relevant folders and files in a separate folder from the already installed WRF with basic nesting. The configuration was successful, but the compilation (./compile -j 2 em_real 2>&1 | tee compile.wrf1.log) ended with a error:
Thank you very much in advance.
I intended to configure and compile WRF with nesting as vortex following (with dmpar GNU compiler), having all relevant folders and files in a separate folder from the already installed WRF with basic nesting. The configuration was successful, but the compilation (./compile -j 2 em_real 2>&1 | tee compile.wrf1.log) ended with a error:
I have attached the configuration and compilation logs for your perusal. As a beginner in WRF and Linux, I am confused that such error occurred despite my compilers already present in the computer, so I really need your assistance on the procedure to properly troubleshoot this problem.Neither WRF_EM_CORE nor WRF_PLUS_CORE
are explicitly specified in shell environment....
==============================================================================================
V4.5.2
No git found or not a git repository, git commit version not available.
Compiling: WRF_EM_CORE
WRFIO_NCD_LARGE_FILE_SUPPORT=1
Linux brianwrf 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
==============================================================================================
setting parallel make -j 2
==============================================================================================
The following indicate the compilers selected to build the WRF system
Serial Fortran compiler (mostly for tool generation):
which SFC
/usr/bin/gfortran
Serial C compiler (mostly for tool generation):
which SCC
/usr/bin/gcc
Fortran compiler for the model source code:
which FC
Will use 'time' to report timing information
C compiler for the model source code:
which CC
make: *** [Makefile:68: configcheck] Error 1
Thank you very much in advance.