I'm compiling WRF on Ubuntu 18.04. I'm doing a serial compilation but the compiler is still having trouble finding module files.
I'm not sure if the module_utility.o file is being created correctly:
Then, the module_state_description.F file is not being found/created:
I've attached my configure and log.compile files. Is there some configure setting I'm missing? I appreciate any help you can give me.
I'm not sure if the module_utility.o file is being created correctly:
Code:
module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR"
Then, the module_state_description.F file is not being found/created:
Code:
Makefile:183: recipe for target 'module_state_description.F' failed
make[2]: [module_state_description.F] Error 137 (ignored)
rm -f module_state_description.o
/lib/cpp -P -nostdinc -I/home/rodlammers/Build_WRF/WRF/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DDA_CORE=0 -DWRFPLUS=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DWRF_USE_CLM -DNETCDF -DUSE_ALLOCATABLES -Dwrfmodel -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DBUILD_RRTMG_FAST=1 -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional-cpp module_state_description.F > module_state_description.bb
cpp: error: module_state_description.F: No such file or directory
cpp: warning: ‘-x c’ after last input file has no effect
cpp: fatal error: no input files
compilation terminated.
I've attached my configure and log.compile files. Is there some configure setting I'm missing? I appreciate any help you can give me.