Please Help!!!
Configuration
- Code: Select all
checking for perl5... no
checking for perl... found /usr/bin/perl (perl)
Will use NETCDF in dir: /xxxxx/xxxxx/HWRF_lib
PHDF5 not set in environment. Will configure WRF for use without.
Will use 'timex' to report timing information
If you REALLY want Grib2 output from WRF, modify the arch/Config_new.pl script.
Right now you are not getting the Jasper lib, from the environment, compiled into WRF.
------------------------------------------------------------------------
Please select from among the following AIX ARCH options:
1. (serial) 2. (dmpar) IBM (xlf90_r/cc_r)
Enter selection [1-2] : 2
------------------------------------------------------------------------
Configuration successful!
------------------------------------------------------------------------
testing for MPI_Comm_f2c and MPI_Comm_c2f
MPI_Comm_f2c and MPI_Comm_c2f are supported
testing for fseeko and fseeko64
fseeko64 is supported
------------------------------------------------------------------------
# Settings for AIX xlf compiler with xlc (dmpar)
#
DESCRIPTION = IBM ($SFC/$SCC)
DMPARALLEL = 1
OMPCPP = # -D_OPENMP
OMP = # -qsmp=noauto
OMPCC = # -qsmp=noauto
SFC = xlf90_r
SCC = cc_r
SC99 = c99_r
CCOMP = cc_r
DM_FC = mpxlf90_r
DM_CC = mpcc_r -DMPI2_SUPPORT -DMPI2_SUPPORT
FC = timex $(DM_FC)
CC = $(DM_CC) -DFSEEKO64_OK
LD = $(FC)
RWORDSIZE = 8
PROMOTION = -qrealsize=$(RWORDSIZE) -qintsize=4
ARCH_LOCAL = -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM
CFLAGS_LOCAL = -DNOUNDERSCORE
LDFLAGS_LOCAL = -lmass -lmassv -bnoquiet # print diagnostic messages
CPLUSPLUSLIB = -lC
ESMF_LDFLAG = $(CPLUSPLUSLIB)
# -qhot commented out in 3.0.1.1 release because of reported problems with
# model results under certain configurations. Use at your own risk.
# -qstrict added in 3.6.1 release because of reported problems with
# model stability under certain configurations. Use at your own risk.
FCOPTIM = -O3 -qalias_size=209715200 -qstrict # -qhot
FCREDUCEDOPT = -O2 # implies -qstrict
FCNOOPT = -qnoopt
FCDEBUG = # -g $(FCNOOPT) -qfullpath
FORMAT_FIXED = -qfixed
FORMAT_FREE = -qfree=f90
FCSUFFIX = -qsuffix=f=f90
BYTESWAPIO =
FCBASEOPTS_NO_G = -w -qspill=81920 -qmaxmem=-1 $(FORMAT_FREE) $(BYTESWAPIO) #-qflttrap=zerodivide:invalid:enable -qsigtrap -C # -qinitauto=7FF7FFFF
FCBASEOPTS = $(FCBASEOPTS_NO_G) $(FCDEBUG)
MODULE_SRCH_FLAG =
TRADFLAG = #-traditional # causing troubles with xl cpp on AIX, -traditional removed fom default settings
CPP = /lib/cpp -P
AR = ar
ARFLAGS = ru
M4 = m4 -B 20000
RANLIB = ranlib
CC_TOOLS = cc
###########################################################
######################
# POSTAMBLE
FGREP = fgrep -iq
ARCHFLAGS = $(COREDEFS) -DIWORDSIZE=$(IWORDSIZE) -DDWORDSIZE=$(DWORDSIZE) -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=$(LWORDSIZE) \
$(ARCH_LOCAL) \
$(DA_ARCHFLAGS) \
-DDM_PARALLEL \
\
-DNETCDF \
\
\
\
\
\
\
\
\
\
-DUSE_ALLOCATABLES \
-DGRIB1 \
-DINTIO \
-DLIMIT_ARGS \
-DCONFIG_BUF_LEN=$(CONFIG_BUF_LEN) \
-DMAX_DOMAINS_F=$(MAX_DOMAINS) \
-DMAX_HISTORY=$(MAX_HISTORY) \
-DNMM_NEST=$(WRF_NMM_NEST)
CFLAGS = $(CFLAGS_LOCAL) -DDM_PARALLEL \
-DMAX_HISTORY=$(MAX_HISTORY) -DNMM_CORE=0
FCFLAGS = $(FCOPTIM) $(FCBASEOPTS)
ESMF_LIB_FLAGS =
# ESMF 5 -- these are defined in esmf.mk, included above
ESMF_IO_LIB = -L$(WRF_SRC_ROOT_DIR)/external/esmf_time_f90 -lesmf_time
ESMF_IO_LIB_EXT = -L$(WRF_SRC_ROOT_DIR)/external/esmf_time_f90 -lesmf_time
INCLUDE_MODULES = $(MODULE_SRCH_FLAG) \
$(ESMF_MOD_INC) $(ESMF_LIB_FLAGS) \
-I$(WRF_SRC_ROOT_DIR)/main \
-I$(WRF_SRC_ROOT_DIR)/external/io_netcdf \
-I$(WRF_SRC_ROOT_DIR)/external/io_int \
-I$(WRF_SRC_ROOT_DIR)/frame \
-I$(WRF_SRC_ROOT_DIR)/share \
-I$(WRF_SRC_ROOT_DIR)/phys \
-I$(WRF_SRC_ROOT_DIR)/chem -I$(WRF_SRC_ROOT_DIR)/inc \
-I$(NETCDFPATH)/include \
REGISTRY = Registry
CC_TOOLS_CFLAGS = -DNMM_CORE=0
LIB_BUNDLED = \
$(WRF_SRC_ROOT_DIR)/external/fftpack/fftpack5/libfftpack.a \
$(WRF_SRC_ROOT_DIR)/external/io_grib1/libio_grib1.a \
$(WRF_SRC_ROOT_DIR)/external/io_grib_share/libio_grib_share.a \
$(WRF_SRC_ROOT_DIR)/external/io_int/libwrfio_int.a \
$(ESMF_IO_LIB) \
$(WRF_SRC_ROOT_DIR)/external/RSL_LITE/librsl_lite.a \
$(WRF_SRC_ROOT_DIR)/frame/module_internal_header_util.o \
$(WRF_SRC_ROOT_DIR)/frame/pack_utils.o
LIB_EXTERNAL = \
-L$(WRF_SRC_ROOT_DIR)/external/io_netcdf -lwrfio_nf -L/gpfs1/umohanty/HWRF_lib/lib -lnetcdf
LIB = $(LIB_BUNDLED) $(LIB_EXTERNAL) $(LIB_LOCAL) $(LIB_WRF_HYDRO)
LDFLAGS = $(OMP) $(FCFLAGS) $(LDFLAGS_LOCAL) -bmaxstack:256000000 -bmaxdata:2048000000
ENVCOMPDEFS =
WRF_CHEM = 0
CPPFLAGS = $(ARCHFLAGS) $(ENVCOMPDEFS) -I$(LIBINCLUDE) $(TRADFLAG)
NETCDFPATH = /gpfs1/umohanty/HWRF_lib
PNETCDFPATH =
bundled: io_only
external: io_only $(WRF_SRC_ROOT_DIR)/external/RSL_LITE/librsl_lite.a gen_comms_rsllite module_dm_rsllite $(ESMF_TARGET)
io_only: esmf_time wrfio_nf \
wrf_ioapi_includes wrfio_grib_share wrfio_grib1 wrfio_int fftpack
######################
------------------------------------------------------------------------
Settings listed above are written to configure.wrf.
If you wish to change settings, please edit that file.
If you wish to change the default options, edit the file:
arch/configure_new.defaults
Compile out
- Code: Select all
copying Registry/Registry.EM to Registry/Registry
==============================================================================================
V3.7.1
Compiling: WRF_EM_CORE
WRFIO_NCD_LARGE_FILE_SUPPORT=1
WRFIO_NCD_LARGE_FILE=1
AIX f2n2login2 3 5 00CEB8834C00
Not sure how to figure out the version of this compiler: xlf90_r
==============================================================================================
not setting parallel make
==============================================================================================
The following indicate the compilers selected to build the WRF system
Serial Fortran compiler (mostly for tool generation):
which SFC
/usr/bin/xlf90_r
Serial C compiler (mostly for tool generation):
which SCC
/usr/vac/bin/cc_r
Fortran compiler for the model source code:
which FC
/usr/bin/mpxlf90_r
Will use 'timex' to report timing information
C compiler for the model source code:
which CC
/usr/bin/mpcc_r
==============================================================================================
make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include " ext
--------------------------------------
( cd frame ; make -i -r externals )
( cd /xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 ; make FC="xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " RANLIB="ranlib" CPP="/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 " AR="ar" ARFLAGS="ru" )
/bin/rm -f ESMF_Base.o
sed -e "/\!.*'/s/'//g" ESMF_Base.F90 > ESMF_Base.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Base.b > ESMF_Base.f
/bin/rm -f ESMF_Base.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Base.o -c ESMF_Base.f
** esmf_basemod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Base.f.
/bin/rm -f ESMF_BaseTime.o
sed -e "/\!.*'/s/'//g" ESMF_BaseTime.F90 > ESMF_BaseTime.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_BaseTime.b > ESMF_BaseTime.f
/bin/rm -f ESMF_BaseTime.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_BaseTime.o -c ESMF_BaseTime.f
** esmf_basetimemod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_BaseTime.f.
/bin/rm -f ESMF_Calendar.o
sed -e "/\!.*'/s/'//g" ESMF_Calendar.F90 > ESMF_Calendar.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Calendar.b > ESMF_Calendar.f
/bin/rm -f ESMF_Calendar.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Calendar.o -c ESMF_Calendar.f
** esmf_calendarmod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Calendar.f.
/bin/rm -f ESMF_Fraction.o
sed -e "/\!.*'/s/'//g" ESMF_Fraction.F90 > ESMF_Fraction.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Fraction.b > ESMF_Fraction.f
/bin/rm -f ESMF_Fraction.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Fraction.o -c ESMF_Fraction.f
** esmf_fractionmod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Fraction.f.
/bin/rm -f ESMF_TimeInterval.o
sed -e "/\!.*'/s/'//g" ESMF_TimeInterval.F90 > ESMF_TimeInterval.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_TimeInterval.b > ESMF_TimeInterval.f
/bin/rm -f ESMF_TimeInterval.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_TimeInterval.o -c ESMF_TimeInterval.f
** esmf_timeintervalmod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_TimeInterval.f.
/bin/rm -f ESMF_Stubs.o
sed -e "/\!.*'/s/'//g" ESMF_Stubs.F90 > ESMF_Stubs.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Stubs.b > ESMF_Stubs.f
/bin/rm -f ESMF_Stubs.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Stubs.o -c ESMF_Stubs.f
** esmf_stubs === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Stubs.f.
/bin/rm -f ESMF_Time.o
sed -e "/\!.*'/s/'//g" ESMF_Time.F90 > ESMF_Time.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Time.b > ESMF_Time.f
/bin/rm -f ESMF_Time.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Time.o -c ESMF_Time.f
** esmf_timemod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Time.f.
/bin/rm -f ESMF_Alarm.o
sed -e "/\!.*'/s/'//g" ESMF_Alarm.F90 > ESMF_Alarm.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Alarm.b > ESMF_Alarm.f
/bin/rm -f ESMF_Alarm.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Alarm.o -c ESMF_Alarm.f
** esmf_alarmmod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Alarm.f.
/bin/rm -f ESMF_Clock.o
sed -e "/\!.*'/s/'//g" ESMF_Clock.F90 > ESMF_Clock.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. ESMF_Clock.b > ESMF_Clock.f
/bin/rm -f ESMF_Clock.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o ESMF_Clock.o -c ESMF_Clock.f
** esmf_clockmod === End of Compilation 1 ===
1501-510 Compilation successful for file ESMF_Clock.f.
/bin/rm -f Meat.o
sed -e "/\!.*'/s/'//g" Meat.F90 > Meat.b
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I. -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. Meat.b > Meat.f
/bin/rm -f Meat.b
xlf90_r -qrealsize=8 -qintsize=4 -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -o Meat.o -c Meat.f
** normalize_basetime === End of Compilation 1 ===
** normalize_time === End of Compilation 2 ===
.
.
...
--------------------------------------
( cd frame ; make -i -r framework; cd ../external/io_netcdf ; make -i -r NETCDFPATH="/xxxxx/xxxxx/HWRF_lib" FC="timex mpxlf90_r -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " RANLIB="ranlib" CPP="/lib/cpp -P" LDFLAGS=" -O3 -qalias_size=209715200 -qstrict -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -lmass -lmassv -bnoquiet -bmaxstack:256000000 -bmaxdata:2048000000" TRADFLAG="" ESMF_IO_LIB_EXT="-L/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -lesmf_time" LIB_LOCAL="" ESMF_MOD_DEPENDENCE="/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf; cd ../io_netcdf ; make -i -r NETCDFPATH="/xxxxx/xxxxx/HWRF_lib" FC="xlf90_r -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " RANLIB="ranlib" CPP="/lib/cpp -P" LDFLAGS=" -O3 -qalias_size=209715200 -qstrict -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -lmass -lmassv -bnoquiet -bmaxstack:256000000 -bmaxdata:2048000000" TRADFLAG="" ESMF_IO_LIB_EXT="-L/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -lesmf_time" LIB_LOCAL="" ESMF_MOD_DEPENDENCE="/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR"; cd ../io_pio ; echo SKIPPING PIO BUILD make -i -r NETCDFPATH="" FC="xlf90_r -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " RANLIB="ranlib" CPP="/lib/cpp -P" LDFLAGS=" -O3 -qalias_size=209715200 -qstrict -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -lmass -lmassv -bnoquiet -bmaxstack:256000000 -bmaxdata:2048000000" TRADFLAG="" ESMF_IO_LIB_EXT="-L/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -lesmf_time" LIB_LOCAL="" ESMF_MOD_DEPENDENCE="/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR"; cd ../io_int ; make -i -r SFC="xlf90_r -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " FC="xlf90_r -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " RANLIB="ranlib" CPP="/lib/cpp -P -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM" DM_FC="mpxlf90_r -w -qspill=81920 -qmaxmem=-1 -qfree=f90 " TRADFLAG="" ESMF_IO_LIB_EXT="-L/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -lesmf_time" ESMF_MOD_DEPENDENCE="/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90/module_utility.o" AR="INTERNAL_BUILD_ERROR_SHOULD_NOT_NEED_AR" diffwrf ; cd ../../frame )
( cd .. ; tools/registry -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -DNEW_BDYS Registry/Registry ) ;
opening Registry/registry.dimspec
including Registry/registry.dimspec
opening Registry/Registry.EM_COMMON
including Registry/Registry.EM_COMMON
Registry error: unbalanced quotes in line:
state real ptropnn ij dyn_em 1 - i1 "PTROPNN" "PTROP, nearest neighbor interp "pa"
opening Registry/registry.io_boilerplate
including Registry/registry.io_boilerplate
opening Registry/io_boilerplate_temporary.inc
including Registry/io_boilerplate_temporary.inc
opening Registry/registry.fire
including Registry/registry.fire
opening Registry/registry.avgflx
including Registry/registry.avgflx
opening Registry/registry.stoch
including Registry/registry.stoch
opening Registry/registry.les
including Registry/registry.les
opening Registry/registry.cam
including Registry/registry.cam
opening Registry/registry.clm
including Registry/registry.clm
opening Registry/registry.ssib
including Registry/registry.ssib
opening Registry/registry.wrfplus
including Registry/registry.wrfplus
opening Registry/registry.lake
including Registry/registry.lake
opening Registry/registry.diags
including Registry/registry.diags
opening Registry/registry.afwa
including Registry/registry.afwa
opening Registry/registry.sbm
including Registry/registry.sbm
opening Registry/registry.bdy_perturb
including Registry/registry.bdy_perturb
make: 1254-059 The signal code from the last command is 11.
make: 1254-005 Ignored error code 11 from last command.
rm -f module_state_description.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_state_description.F > module_state_description.bb
1506-297 (S) Unable to open input file module_state_description.F. A file or directory in the path name does not exist..
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_state_description.bb | /lib/cpp -P > module_state_description.f90
rm -f module_state_description.b module_state_description.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_state_description.f90
1517-020: (E) Source file is empty.
** module_state_description.f90 === End of Compilation 1 ===
1501-510 Compilation successful for file module_state_description.f90.
rm -f module_streams.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_streams.F > module_streams.bb
"module_streams.F", line 7.10: 1506-296 (S) #include file "switches_and_alarms.inc" not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_streams.bb | /lib/cpp -P > module_streams.f90
rm -f module_streams.b module_streams.bb
timex mpxlf90_r -o module_streams.o -c -O3 -qalias_size=209715200 -qstrict -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include -qrealsize=8 -qintsize=4 -qsuffix=f=f90 module_streams.f90
"module_streams.f90", line 8.45: 1516-050 (S) Expression or initial value must be evaluated at compile time.
"module_streams.f90", line 9.45: 1516-050 (S) Expression or initial value must be evaluated at compile time.
"module_streams.f90", line 10.45: 1516-050 (S) Expression or initial value must be evaluated at compile time.
"module_streams.f90", line 12.45: 1516-050 (S) Expression or initial value must be evaluated at compile time.
"module_streams.f90", line 13.45: 1516-050 (S) Expression or initial value must be evaluated at compile time.
"module_streams.f90", line 14.45: 1516-050 (S) Expression or initial value must be evaluated at compile time.
** module_streams === End of Compilation 1 ===
1501-511 Compilation failed for file module_streams.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_domain_type.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_domain_type.F > module_domain_type.bb
"module_domain_type.F", line 117.10: 1506-296 (S) #include file <state_subtypes.inc> not found.
"module_domain_type.F", line 125.10: 1506-296 (S) #include file <state_struct.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_domain_type.bb | /lib/cpp -P > module_domain_type.f90
rm -f module_domain_type.b module_domain_type.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_domain_type.f90
"module_domain_type.f90", line 6.8: 1514-219 (S) Unable to access module symbol file for module module_streams. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_domain_type.f90.
real 0.10
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_configure.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_configure.F > module_configure.bb
"module_configure.F", line 8.10: 1506-296 (S) #include file <scalar_tables.inc> not found.
"module_configure.F", line 13.10: 1506-296 (S) #include file <scalar_tables_init.inc> not found.
"module_configure.F", line 31.10: 1506-296 (S) #include file <namelist_defines.inc> not found.
"module_configure.F", line 35.10: 1506-296 (S) #include file <namelist_defines2.inc> not found.
"module_configure.F", line 105.10: 1506-296 (S) #include file <namelist_defines.inc> not found.
"module_configure.F", line 108.10: 1506-296 (S) #include file <namelist_statements.inc> not found.
"module_configure.F", line 141.12: 1506-296 (S) #include file <namelist_defaults.inc> not found.
"module_configure.F", line 154.12: 1506-296 (S) #include file <config_reads.inc> not found.
"module_configure.F", line 176.10: 1506-296 (S) #include file <config_assigns.inc> not found.
"module_configure.F", line 314.10: 1506-296 (S) #include file <config_assigns.inc> not found.
"module_configure.F", line 328.12: 1506-296 (S) #include file <in_use_for_config_xz.inc> not found.
"module_configure.F", line 330.12: 1506-296 (S) #include file <in_use_for_config_tw.inc> not found.
"module_configure.F", line 332.12: 1506-296 (S) #include file <in_use_for_config_os.inc> not found.
"module_configure.F", line 334.12: 1506-296 (S) #include file <in_use_for_config_ln.inc> not found.
"module_configure.F", line 336.12: 1506-296 (S) #include file <in_use_for_config_gk.inc> not found.
"module_configure.F", line 338.12: 1506-296 (S) #include file <in_use_for_config_df.inc> not found.
"module_configure.F", line 340.12: 1506-296 (S) #include file <in_use_for_config_ac.inc> not found.
"module_configure.F", line 371.10: 1506-296 (S) #include file <namelist_defines.inc> not found.
"module_configure.F", line 372.10: 1506-296 (S) #include file <namelist_statements.inc> not found.
"module_configure.F", line 493.10: 1506-296 (S) #include file "namelist_nametest.inc" not found.
"module_configure.F", line 546.10: 1506-296 (S) #include file <scalar_indices.inc> not found.
"module_configure.F", line 547.10: 1506-296 (S) #include file <scalar_indices_init.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_configure.bb | /lib/cpp -P > module_configure.f90
rm -f module_configure.b module_configure.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_configure.f90
"module_configure.f90", line 6.7: 1514-219 (S) Unable to access module symbol file for module module_state_description. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_configure.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_0.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_0.F > module_alloc_space_0.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_0.bb | /lib/cpp -P > module_alloc_space_0.f90
rm -f module_alloc_space_0.b module_alloc_space_0.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_0.f90
"module_alloc_space_0.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_0.f90.
real 0.10
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_1.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_1.F > module_alloc_space_1.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_1.bb | /lib/cpp -P > module_alloc_space_1.f90
rm -f module_alloc_space_1.b module_alloc_space_1.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_1.f90
"module_alloc_space_1.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_1.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_2.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_2.F > module_alloc_space_2.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_2.bb | /lib/cpp -P > module_alloc_space_2.f90
rm -f module_alloc_space_2.b module_alloc_space_2.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_2.f90
"module_alloc_space_2.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_2.f90.
real 0.10
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_3.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_3.F > module_alloc_space_3.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_3.bb | /lib/cpp -P > module_alloc_space_3.f90
rm -f module_alloc_space_3.b module_alloc_space_3.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_3.f90
"module_alloc_space_3.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_3.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_4.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_4.F > module_alloc_space_4.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_4.bb | /lib/cpp -P > module_alloc_space_4.f90
rm -f module_alloc_space_4.b module_alloc_space_4.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_4.f90
"module_alloc_space_4.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_4.f90.
real 0.10
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_5.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_5.F > module_alloc_space_5.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_5.bb | /lib/cpp -P > module_alloc_space_5.f90
rm -f module_alloc_space_5.b module_alloc_space_5.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_5.f90
"module_alloc_space_5.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_5.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_6.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_6.F > module_alloc_space_6.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_6.bb | /lib/cpp -P > module_alloc_space_6.f90
rm -f module_alloc_space_6.b module_alloc_space_6.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_6.f90
"module_alloc_space_6.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_6.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_7.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_7.F > module_alloc_space_7.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_7.bb | /lib/cpp -P > module_alloc_space_7.f90
rm -f module_alloc_space_7.b module_alloc_space_7.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_7.f90
"module_alloc_space_7.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_7.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_8.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_8.F > module_alloc_space_8.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_8.bb | /lib/cpp -P > module_alloc_space_8.f90
rm -f module_alloc_space_8.b module_alloc_space_8.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_8.f90
"module_alloc_space_8.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_8.f90.
real 0.10
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f module_alloc_space_9.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_alloc_space_9.F > module_alloc_space_9.bb
"module_alloc_space.h", line 149.11: 1506-296 (S) #include file <allocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_alloc_space_9.bb | /lib/cpp -P > module_alloc_space_9.f90
rm -f module_alloc_space_9.b module_alloc_space_9.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_alloc_space_9.f90
"module_alloc_space_9.f90", line 22.11: 1514-219 (S) Unable to access module symbol file for module module_domain_type. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_alloc_space_9.f90.
rm -f module_domain.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_domain.F > module_domain.bb
"module_domain.F", line 1717.11: 1506-296 (S) #include file <deallocs.inc> not found.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_domain.bb | /lib/cpp -P > module_domain.f90
rm -f module_domain.b module_domain.bb
timex mpxlf90_r -c -qrealsize=8 -qintsize=4 -qsuffix=f=f90 -qnoopt -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include module_domain.f90
"module_domain.f90", line 30.8: 1514-219 (S) Unable to access module symbol file for module module_configure. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_domain.f90.
real 0.11
user 0.03
sys 0.03
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
rm -f hires_timer.o
mpcc_r -DMPI2_SUPPORT -DMPI2_SUPPORT -DFSEEKO64_OK -o hires_timer.o -c -DNOUNDERSCORE -DDM_PARALLEL -DMAX_HISTORY=25 -DNMM_CORE=0 hires_timer.c
rm -f module_timing.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_timing.F > module_timing.bb
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_timing.bb | /lib/cpp -P > module_timing.f90
rm -f module_timing.b module_timing.bb
timex mpxlf90_r -o module_timing.o -c -O3 -qalias_size=209715200 -qstrict -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include -qrealsize=8 -qintsize=4 -qsuffix=f=f90 module_timing.f90
** module_timing === End of Compilation 1 ===
1501-510 Compilation successful for file module_timing.f90.
real 0.32
user 0.11
sys 0.04
rm -f module_nesting.o
/lib/cpp -P -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DWRFPLUS=1 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=8 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_SUBR -DNATIVE_MASSV -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. module_nesting.F > module_nesting.bb
/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/tools/standard.exe module_nesting.bb | /lib/cpp -P > module_nesting.f90
rm -f module_nesting.b module_nesting.bb
timex mpxlf90_r -o module_nesting.o -c -O3 -qalias_size=209715200 -qstrict -w -qspill=81920 -qmaxmem=-1 -qfree=f90 -I../dyn_em -I../dyn_nmm -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/esmf_time_f90 -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/main -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_netcdf -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/external/io_int -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/frame -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/share -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/phys -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/chem -I/xxxxx/xxxxx/xxxxxBuild_WRF/WRFPLUSV3/inc -I/xxxxx/xxxxx/HWRF_lib/include -qrealsize=8 -qintsize=4 -qsuffix=f=f90 module_nesting.f90
"module_nesting.f90", line 9.8: 1514-219 (S) Unable to access module symbol file for module module_domain. Check path and file permissions of file. Use association not done for this module.
1501-511 Compilation failed for file module_nesting.f90.
...
==========================================================================
build started: Thu Oct 15 14:56:45 IST 2015
build completed: Thu Oct 15 15:13:42 IST 2015
---> Problems building executables, look for errors in the build log <---
==========================================================================