- 积分
- 331
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-5-27
- 最后登录
- 1970-1-1
|
GrADS
系统平台: |
学校大型机上 intel/11.1.046 |
问题截图: |
- |
问题概况: |
大型机上装WRFV3.8.1 先module load 了netcdf/4.1.3 intel/11.1.046 openmpi/1.6.5 然后./configure选了15(dmpar),./compile em_real 后无法在main下生成那三个exe |
我看过提问的智慧: |
看过 |
自己思考时长(天): |
20 |
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
compile.log中的所有error
I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_radiation_driver.f90
module_radiation_driver.f90(180): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_RRTMG_SWF]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swrad_fast
-------^
real 0m12.291s
user 0m11.028s
sys 0m0.138s
rm -f module_sf_noahdrv.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_sf_noahdrv.F > module_sf_noahdrv.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_sf_noahdrv.bb | /lib/cpp -P -traditional > module_sf_noahdrv.f90
rm -f module_sf_noahdrv.b module_sf_noahdrv.bb
time mpif90 -f90=ifort -o module_sf_noahdrv.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_sf_noahdrv.f90
real 0m7.539s
user 0m4.032s
sys 0m0.118s
rm -f module_fr_fire_model.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_fr_fire_model.F > module_fr_fire_model.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_fr_fire_model.bb | /lib/cpp -P -traditional > module_fr_fire_model.f90
module_radiation_driver.f90(1936): error #6406: Conflicting attributes or multiple declaration of name. [RRTMG_SWRAD_FAST]
CALL RRTMG_SWRAD_FAST( &
------------------^
module_radiation_driver.f90(180): error #6580: Name in only-list does not exist. [RRTMG_SWRAD_FAST]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swrad_fast
-------------------------------------^
compilation aborted for module_radiation_driver.f90 (code 1)
real 0m14.082s
user 0m0.446s
sys 0m0.335s
make[3]: [module_radiation_driver.o] Error 1 (ignored)
rm -f module_cam_wv_saturation.o
rm -f module_fr_fire_model.b module_fr_fire_model.bb
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_wv_saturation.F > module_cam_wv_saturation.bb
time mpif90 -f90=ifort -o module_fr_fire_model.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_fr_fire_model.f90
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_wv_saturation.bb | /lib/cpp -P -traditional > module_cam_wv_saturation.f90
rm -f module_cam_wv_saturation.b module_cam_wv_saturation.bb
time mpif90 -f90=ifort -o module_cam_wv_saturation.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_wv_saturation.f90
real 0m5.469s
user 0m0.188s
sys 0m0.102s
rm -f module_cam_molec_diff.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_molec_diff.F > module_cam_molec_diff.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_molec_diff.bb | /lib/cpp -P -traditional > module_cam_molec_diff.f90
rm -f module_cam_molec_diff.b module_cam_molec_diff.bb
time mpif90 -f90=ifort -o module_cam_molec_diff.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_molec_diff.f90
real 0m5.165s
user 0m0.216s
sys 0m0.093s
rm -f module_mixactivate.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_mixactivate.F > module_mixactivate.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_mixactivate.bb | /lib/cpp -P -traditional > module_mixactivate.f90
rm -f module_mixactivate.b module_mixactivate.bb
time mpif90 -f90=ifort -o module_mixactivate.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_mixactivate.f90
real 0m2.988s
user 0m0.431s
sys 0m0.084s
rm -f module_surface_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_surface_driver.F > module_surface_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_surface_driver.bb | /lib/cpp -P -traditional > module_surface_driver.f90
rm -f module_surface_driver.b module_surface_driver.bb
time mpif90 -f90=ifort -o module_surface_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_surface_driver.f90
module_mixactivate.f90(262): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RADIATION_DRIVER]
USE module_radiation_driver, only: cal_cldfra2
------^
module_mixactivate.f90(497): error #6406: Conflicting attributes or multiple declaration of name. [CAL_CLDFRA2]
CALL cal_cldfra2(CLDFRA,qc,qi,f_qc,f_qi, &
----------^
module_mixactivate.f90(262): error #6580: Name in only-list does not exist. [CAL_CLDFRA2]
USE module_radiation_driver, only: cal_cldfra2
-------------------------------------^
compilation aborted for module_mixactivate.f90 (code 1)
real 0m3.936s
user 0m0.056s
sys 0m0.069s
make[3]: [module_mixactivate.o] Error 1 (ignored)
rm -f module_fr_fire_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_fr_fire_driver.F > module_fr_fire_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_fr_fire_driver.bb | /lib/cpp -P -traditional > module_fr_fire_driver.f90
rm -f module_fr_fire_driver.b module_fr_fire_driver.bb
time mpif90 -f90=ifort -o module_fr_fire_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_fr_fire_driver.f90
real 0m9.733s
user 0m1.843s
sys 0m0.374s
rm -f module_cam_cldwat.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_cldwat.F > module_cam_cldwat.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_cldwat.bb | /lib/cpp -P -traditional > module_cam_cldwat.f90
rm -f module_cam_cldwat.b module_cam_cldwat.bb
time mpif90 -f90=ifort -o module_cam_cldwat.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_cldwat.f90
real 0m1.291s
user 0m0.062s
sys 0m0.047s
rm -f module_cam_esinti.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_esinti.F > module_cam_esinti.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_esinti.bb | /lib/cpp -P -traditional > module_cam_esinti.f90
rm -f module_cam_esinti.b module_cam_esinti.bb
time mpif90 -f90=ifort -o module_cam_esinti.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_esinti.f90
real 0m1.053s
user 0m0.045s
sys 0m0.042s
rm -f module_cam_mp_ndrop.o
real 0m19.485s
user 0m13.496s
sys 0m0.201s
rm -f module_cam_mp_cldwat2m_micro.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_mp_ndrop.F > module_cam_mp_ndrop.bb
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_mp_cldwat2m_micro.F > module_cam_mp_cldwat2m_micro.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_mp_ndrop.bb | /lib/cpp -P -traditional > module_cam_mp_ndrop.f90
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_mp_cldwat2m_micro.bb | /lib/cpp -P -traditional > module_cam_mp_cldwat2m_micro.f90
rm -f module_cam_mp_ndrop.b module_cam_mp_ndrop.bb
rm -f module_cam_mp_cldwat2m_micro.b module_cam_mp_cldwat2m_micro.bb
time mpif90 -f90=ifort -o module_cam_mp_ndrop.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_mp_ndrop.f90
time mpif90 -f90=ifort -o module_cam_mp_cldwat2m_micro.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_mp_cldwat2m_micro.f90
real 0m8.640s
user 0m2.146s
sys 0m0.099s
rm -f module_bl_camuwpbl_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_bl_camuwpbl_driver.F > module_bl_camuwpbl_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_bl_camuwpbl_driver.bb | /lib/cpp -P -traditional > module_bl_camuwpbl_driver.f90
rm -f module_bl_camuwpbl_driver.b module_bl_camuwpbl_driver.bb
time mpif90 -f90=ifort -o module_bl_camuwpbl_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_bl_camuwpbl_driver.f90
real 0m13.526s
user 0m7.782s
sys 0m0.156s
rm -f module_cu_camzm.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cu_camzm.F > module_cu_camzm.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cu_camzm.bb | /lib/cpp -P -traditional > module_cu_camzm.f90
real 0m4.412s
user 0m2.542s
sys 0m0.090s
rm -f module_cu_kfcup.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cu_kfcup.F > module_cu_kfcup.bb
rm -f module_cu_camzm.b module_cu_camzm.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cu_kfcup.bb | /lib/cpp -P -traditional > module_cu_kfcup.f90
time mpif90 -f90=ifort -o module_cu_camzm.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cu_camzm.f90
rm -f module_cu_kfcup.b module_cu_kfcup.bb
time mpif90 -f90=ifort -o module_cu_kfcup.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cu_kfcup.f90
module_cu_kfcup.f90(4873): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MIXACTIVATE]
use module_mixactivate, only: activate
----------^
module_cu_kfcup.f90(4950): error #6406: Conflicting attributes or multiple declaration of name. [ACTIVATE]
call activate( w_act, 0.0, 0.0, 0.0, 1.0, tk_act, rho_act, &
-----------^
module_cu_kfcup.f90(4873): error #6580: Name in only-list does not exist. [ACTIVATE]
use module_mixactivate, only: activate
-------------------------------------^
compilation aborted for module_cu_kfcup.f90 (code 1)
real 0m4.623s
user 0m0.093s
sys 0m0.063s
make[3]: [module_cu_kfcup.o] Error 1 (ignored)
rm -f module_pbl_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_pbl_driver.F > module_pbl_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_pbl_driver.bb | /lib/cpp -P -traditional > module_pbl_driver.f90
rm -f module_pbl_driver.b module_pbl_driver.bb
time mpif90 -f90=ifort -o module_pbl_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_pbl_driver.f90
real 0m9.834s
user 0m3.342s
sys 0m0.138s
rm -f module_fr_fire_driver_wrf.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_fr_fire_driver_wrf.F > module_fr_fire_driver_wrf.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_fr_fire_driver_wrf.bb | /lib/cpp -P -traditional > module_fr_fire_driver_wrf.f90
rm -f module_fr_fire_driver_wrf.b module_fr_fire_driver_wrf.bb
time mpif90 -f90=ifort -o module_fr_fire_driver_wrf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_fr_fire_driver_wrf.f90
real 0m7.940s
user 0m2.534s
sys 0m0.163s
rm -f module_cam_mp_microp_aero.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cam_mp_microp_aero.F > module_cam_mp_microp_aero.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cam_mp_microp_aero.bb | /lib/cpp -P -traditional > module_cam_mp_microp_aero.f90
real 0m7.498s
user 0m0.466s
sys 0m0.098s
rm -f module_shcu_camuwshcu.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_shcu_camuwshcu.F > module_shcu_camuwshcu.bb
rm -f module_cam_mp_microp_aero.b module_cam_mp_microp_aero.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_shcu_camuwshcu.bb | /lib/cpp -P -traditional > module_shcu_camuwshcu.f90
time mpif90 -f90=ifort -o module_cam_mp_microp_aero.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cam_mp_microp_aero.f90
rm -f module_shcu_camuwshcu.b module_shcu_camuwshcu.bb
time mpif90 -f90=ifort -o module_shcu_camuwshcu.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_shcu_camuwshcu.f90
real 0m3.909s
user 0m0.715s
sys 0m0.090s
rm -f module_mp_cammgmp_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_mp_cammgmp_driver.F > module_mp_cammgmp_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_mp_cammgmp_driver.bb | /lib/cpp -P -traditional > module_mp_cammgmp_driver.f90
rm -f module_mp_cammgmp_driver.b module_mp_cammgmp_driver.bb
time mpif90 -f90=ifort -o module_mp_cammgmp_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_mp_cammgmp_driver.f90
real 0m8.005s
user 0m5.195s
sys 0m0.083s
rm -f module_cu_camzm_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cu_camzm_driver.F > module_cu_camzm_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cu_camzm_driver.bb | /lib/cpp -P -traditional > module_cu_camzm_driver.f90
rm -f module_cu_camzm_driver.b module_cu_camzm_driver.bb
time mpif90 -f90=ifort -o module_cu_camzm_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cu_camzm_driver.f90
real 0m16.195s
user 0m13.350s
sys 0m0.384s
rm -f module_microphysics_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_microphysics_driver.F > module_microphysics_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_microphysics_driver.bb | /lib/cpp -P -traditional > module_microphysics_driver.f90
rm -f module_microphysics_driver.b module_microphysics_driver.bb
real 0m3.913s
user 0m1.646s
sys 0m0.081s
rm -f module_shcu_camuwshcu_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_shcu_camuwshcu_driver.F > module_shcu_camuwshcu_driver.bb
time mpif90 -f90=ifort -o module_microphysics_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_microphysics_driver.f90
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_shcu_camuwshcu_driver.bb | /lib/cpp -P -traditional > module_shcu_camuwshcu_driver.f90
rm -f module_shcu_camuwshcu_driver.b module_shcu_camuwshcu_driver.bb
time mpif90 -f90=ifort -o module_shcu_camuwshcu_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_shcu_camuwshcu_driver.f90
real 0m5.777s
user 0m0.535s
sys 0m0.084s
rm -f module_physics_init.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_physics_init.F > module_physics_init.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_physics_init.bb | /lib/cpp -P -traditional > module_physics_init.f90
rm -f module_physics_init.b module_physics_init.bb
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include module_physics_init.f90
module_microphysics_driver.f90(134): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MIXACTIVATE]
USE module_mixactivate, only: prescribe_aerosol_mixactivate
-------^
module_microphysics_driver.f90(570): error #6406: Conflicting attributes or multiple declaration of name. [PRESCRIBE_AEROSOL_MIXACTIVATE]
call prescribe_aerosol_mixactivate ( &
------------------^
module_microphysics_driver.f90(134): error #6580: Name in only-list does not exist. [PRESCRIBE_AEROSOL_MIXACTIVATE]
USE module_mixactivate, only: prescribe_aerosol_mixactivate
---------------------------------^
compilation aborted for module_microphysics_driver.f90 (code 1)
real 0m14.154s
user 0m0.149s
sys 0m0.117s
make[3]: [module_microphysics_driver.o] Error 1 (ignored)
rm -f module_cumulus_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_cumulus_driver.F > module_cumulus_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_cumulus_driver.bb | /lib/cpp -P -traditional > module_cumulus_driver.f90
rm -f module_cumulus_driver.b module_cumulus_driver.bb
time mpif90 -f90=ifort -o module_cumulus_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_cumulus_driver.f90
module_physics_init.f90(1668): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_RRTMG_SWF]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swinit_fast
-------^
module_physics_init.f90(3104): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP]
USE module_cu_kfcup
-------^
module_physics_init.f90(1937): error #6406: Conflicting attributes or multiple declaration of name. [RRTMG_SWINIT_FAST]
CALL rrtmg_swinit_fast( &
------------------^
module_physics_init.f90(1668): error #6580: Name in only-list does not exist. [RRTMG_SWINIT_FAST]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swinit_fast
-------------------------------------^
compilation aborted for module_physics_init.f90 (code 1)
real 0m18.378s
user 0m0.396s
sys 0m0.146s
make[3]: [module_physics_init.o] Error 1 (ignored)
rm -f module_shallowcu_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_shallowcu_driver.F > module_shallowcu_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_shallowcu_driver.bb | /lib/cpp -P -traditional > module_shallowcu_driver.f90
rm -f module_shallowcu_driver.b module_shallowcu_driver.bb
time mpif90 -f90=ifort -o module_shallowcu_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_shallowcu_driver.f90
module_cumulus_driver.f90(164): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP]
USE module_cu_kfcup , ONLY : KF_CUP_CPS
-------^
module_cumulus_driver.f90(1321): error #6406: Conflicting attributes or multiple declaration of name. [KF_CUP_CPS]
CALL KF_CUP_CPS( GRID_ID=grid%grid_id &
-------------^
module_cumulus_driver.f90(164): error #6580: Name in only-list does not exist. [KF_CUP_CPS]
USE module_cu_kfcup , ONLY : KF_CUP_CPS
---------------------------------^
compilation aborted for module_cumulus_driver.f90 (code 1)
real 0m15.552s
user 0m0.565s
sys 0m0.359s
make[3]: [module_cumulus_driver.o] Error 1 (ignored)
real 0m6.065s
user 0m0.328s
sys 0m0.109s
make[3]: Leaving directory `/nuist/p/work/ZM333/WRFV3/phys'
ar: module_cu_kfcup.o: No such file or directory
make[2]: [physics] Error 1 (ignored)
make[2]: Leaving directory `/nuist/p/work/ZM333/WRFV3/phys'
make[1]: Leaving directory `/nuist/p/work/ZM333/WRFV3'
if [ 0 -eq 1 ] ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " chemics ; fi
if [ 1 -eq 1 ] ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " em_core ; fi
make[1]: Entering directory `/nuist/p/work/ZM333/WRFV3'
--------------------------------------
if [ 0 -eq 0 ] ; then \
CF= ; \
else \
CF="../chem/module_aerosols_sorgam.o ../chem/module_gocart_aerosols.o ../chem/module_mosaic_driver.o ../chem/module_input_tracer.o ../chem/module_aerosols_soa_vbs.o" ; \
fi
( cd dyn_em ; make -i -r -j 2 CF="" )
make[2]: Entering directory `/nuist/p/work/ZM333/WRFV3/dyn_em'
rm -f module_advect_em.o
rm -f module_big_step_utilities_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_advect_em.F > module_advect_em.bb
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_big_step_utilities_em.F > module_big_step_utilities_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_advect_em.bb | /lib/cpp -P -traditional > module_advect_em.f90
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_big_step_utilities_em.bb | /lib/cpp -P -traditional > module_big_step_utilities_em.f90
rm -f module_advect_em.b module_advect_em.bb
rm -f module_big_step_utilities_em.b module_big_step_utilities_em.bb
time mpif90 -f90=ifort -o module_advect_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_advect_em.f90
time mpif90 -f90=ifort -o module_big_step_utilities_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_big_step_utilities_em.f90
real 0m22.050s
user 0m16.791s
sys 0m0.175s
rm -f module_small_step_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_small_step_em.F > module_small_step_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_small_step_em.bb | /lib/cpp -P -traditional > module_small_step_em.f90
rm -f module_small_step_em.b module_small_step_em.bb
time mpif90 -f90=ifort -o module_small_step_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_small_step_em.f90
real 0m6.320s
user 0m4.886s
sys 0m0.075s
rm -f module_damping_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_damping_em.F > module_damping_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_damping_em.bb | /lib/cpp -P -traditional > module_damping_em.f90
rm -f module_damping_em.b module_damping_em.bb
time mpif90 -f90=ifort -o module_damping_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_damping_em.f90
real 0m1.481s
user 0m0.147s
sys 0m0.043s
rm -f module_solvedebug_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_solvedebug_em.F > module_solvedebug_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_solvedebug_em.bb | /lib/cpp -P -traditional > module_solvedebug_em.f90
rm -f module_solvedebug_em.b module_solvedebug_em.bb
time mpif90 -f90=ifort -o module_solvedebug_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_solvedebug_em.f90
real 0m1.357s
user 0m0.169s
sys 0m0.048s
rm -f module_bc_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_bc_em.F > module_bc_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_bc_em.bb | /lib/cpp -P -traditional > module_bc_em.f90
rm -f module_bc_em.b module_bc_em.bb
time mpif90 -f90=ifort -o module_bc_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_bc_em.f90
real 0m2.959s
user 0m1.068s
sys 0m0.068s
rm -f module_init_utilities.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_init_utilities.F > module_init_utilities.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_init_utilities.bb | /lib/cpp -P -traditional > module_init_utilities.f90
rm -f module_init_utilities.b module_init_utilities.bb
time mpif90 -f90=ifort -o module_init_utilities.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_init_utilities.f90
real 0m1.571s
user 0m0.060s
sys 0m0.044s
rm -f module_wps_io_arw.o
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_wps_io_arw.F > module_wps_io_arw.b
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_wps_io_arw.b > module_wps_io_arw.f90
rm -f module_wps_io_arw.b
if fgrep -iq '!$OMP' module_wps_io_arw.f90 ; then \
if [ -n "" ] ; then echo COMPILING module_wps_io_arw.F WITH OMP ; fi ; \
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include module_wps_io_arw.f90 ; \
else \
if [ -n "" ] ; then echo COMPILING module_wps_io_arw.F WITHOUT OMP ; fi ; \
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include module_wps_io_arw.f90 ; \
fi
real 0m4.485s
user 0m0.586s
sys 0m0.119s
rm -f module_polarfft.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_polarfft.F > module_polarfft.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_polarfft.bb | /lib/cpp -P -traditional > module_polarfft.f90
rm -f module_polarfft.b module_polarfft.bb
time mpif90 -f90=ifort -o module_polarfft.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_polarfft.f90
real 0m5.738s
user 0m3.035s
sys 0m0.102s
rm -f module_force_scm.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_force_scm.F > module_force_scm.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_force_scm.bb | /lib/cpp -P -traditional > module_force_scm.f90
rm -f module_force_scm.b module_force_scm.bb
time mpif90 -f90=ifort -o module_force_scm.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_force_scm.f90
real 0m2.358s
user 0m1.084s
sys 0m0.052s
rm -f module_convtrans_prep.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_convtrans_prep.F > module_convtrans_prep.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_convtrans_prep.bb | /lib/cpp -P -traditional > module_convtrans_prep.f90
rm -f module_convtrans_prep.b module_convtrans_prep.bb
time mpif90 -f90=ifort -o module_convtrans_prep.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_convtrans_prep.f90
real 0m1.781s
user 0m0.355s
sys 0m0.052s
rm -f ../phys/module_radiation_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../phys/module_radiation_driver.F > ../phys/module_radiation_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ../phys/module_radiation_driver.bb | /lib/cpp -P -traditional > ../phys/module_radiation_driver.f90
rm -f ../phys/module_radiation_driver.b ../phys/module_radiation_driver.bb
time mpif90 -f90=ifort -o ../phys/module_radiation_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ../phys/module_radiation_driver.f90
../phys/module_radiation_driver.f90(180): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_RRTMG_SWF]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swrad_fast
-------^
real 1m10.756s
user 1m4.831s
sys 0m0.271s
rm -f ../phys/module_cumulus_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../phys/module_cumulus_driver.F > ../phys/module_cumulus_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ../phys/module_cumulus_driver.bb | /lib/cpp -P -traditional > ../phys/module_cumulus_driver.f90
rm -f ../phys/module_cumulus_driver.b ../phys/module_cumulus_driver.bb
time mpif90 -f90=ifort -o ../phys/module_cumulus_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ../phys/module_cumulus_driver.f90
../phys/module_radiation_driver.f90(1936): error #6406: Conflicting attributes or multiple declaration of name. [RRTMG_SWRAD_FAST]
CALL RRTMG_SWRAD_FAST( &
------------------^
../phys/module_radiation_driver.f90(180): error #6580: Name in only-list does not exist. [RRTMG_SWRAD_FAST]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swrad_fast
-------------------------------------^
compilation aborted for ../phys/module_radiation_driver.f90 (code 1)
real 0m10.136s
user 0m0.530s
sys 0m0.358s
make[2]: [../phys/module_radiation_driver.o] Error 1 (ignored)
rm -f module_stoch.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_stoch.F > module_stoch.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_stoch.bb | /lib/cpp -P -traditional > module_stoch.f90
rm -f module_stoch.b module_stoch.bb
time mpif90 -f90=ifort -o module_stoch.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_stoch.f90
../phys/module_cumulus_driver.f90(164): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP]
USE module_cu_kfcup , ONLY : KF_CUP_CPS
-------^
../phys/module_cumulus_driver.f90(1321): error #6406: Conflicting attributes or multiple declaration of name. [KF_CUP_CPS]
CALL KF_CUP_CPS( GRID_ID=grid%grid_id &
-------------^
../phys/module_cumulus_driver.f90(164): error #6580: Name in only-list does not exist. [KF_CUP_CPS]
USE module_cu_kfcup , ONLY : KF_CUP_CPS
---------------------------------^
compilation aborted for ../phys/module_cumulus_driver.f90 (code 1)
real 0m11.096s
user 0m0.517s
sys 0m0.370s
make[2]: [../phys/module_cumulus_driver.o] Error 1 (ignored)
rm -f module_sfs_nba.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_sfs_nba.F > module_sfs_nba.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_sfs_nba.bb | /lib/cpp -P -traditional > module_sfs_nba.f90
rm -f module_sfs_nba.b module_sfs_nba.bb
time mpif90 -f90=ifort -o module_sfs_nba.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_sfs_nba.f90
real 0m8.085s
user 0m2.831s
sys 0m0.110s
rm -f module_avgflx_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_avgflx_em.F > module_avgflx_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_avgflx_em.bb | /lib/cpp -P -traditional > module_avgflx_em.f90
rm -f module_avgflx_em.b module_avgflx_em.bb
time mpif90 -f90=ifort -o module_avgflx_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_avgflx_em.f90
real 0m1.502s
user 0m0.227s
sys 0m0.048s
rm -f module_after_all_rk_steps.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_after_all_rk_steps.F > module_after_all_rk_steps.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_after_all_rk_steps.bb | /lib/cpp -P -traditional > module_after_all_rk_steps.f90
rm -f module_after_all_rk_steps.b module_after_all_rk_steps.bb
real 0m5.031s
user 0m2.268s
sys 0m0.124s
rm -f init_modules_em.o
/nuist/p/work/ZM333/WRFV3/tools/standard.exe init_modules_em.F > init_modules_em.b
time mpif90 -f90=ifort -o module_after_all_rk_steps.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_after_all_rk_steps.f90
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional init_modules_em.b > init_modules_em.f90
rm -f init_modules_em.b
if fgrep -iq '!$OMP' init_modules_em.f90 ; then \
if [ -n "" ] ; then echo COMPILING init_modules_em.F WITH OMP ; fi ; \
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include init_modules_em.f90 ; \
else \
if [ -n "" ] ; then echo COMPILING init_modules_em.F WITHOUT OMP ; fi ; \
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include init_modules_em.f90 ; \
fi
real 0m3.218s
user 0m0.044s
sys 0m0.047s
rm -f ../phys/module_microphysics_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../phys/module_microphysics_driver.F > ../phys/module_microphysics_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ../phys/module_microphysics_driver.bb | /lib/cpp -P -traditional > ../phys/module_microphysics_driver.f90
rm -f ../phys/module_microphysics_driver.b ../phys/module_microphysics_driver.bb
time mpif90 -f90=ifort -o ../phys/module_microphysics_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ../phys/module_microphysics_driver.f90
../phys/module_microphysics_driver.f90(134): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MIXACTIVATE]
USE module_mixactivate, only: prescribe_aerosol_mixactivate
-------^
real 0m13.857s
user 0m0.684s
sys 0m0.385s
rm -f ../phys/module_physics_init.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../phys/module_physics_init.F > ../phys/module_physics_init.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ../phys/module_physics_init.bb | /lib/cpp -P -traditional > ../phys/module_physics_init.f90
../phys/module_microphysics_driver.f90(570): error #6406: Conflicting attributes or multiple declaration of name. [PRESCRIBE_AEROSOL_MIXACTIVATE]
call prescribe_aerosol_mixactivate ( &
------------------^
../phys/module_microphysics_driver.f90(134): error #6580: Name in only-list does not exist. [PRESCRIBE_AEROSOL_MIXACTIVATE]
USE module_mixactivate, only: prescribe_aerosol_mixactivate
---------------------------------^
rm -f ../phys/module_physics_init.b ../phys/module_physics_init.bb
compilation aborted for ../phys/module_microphysics_driver.f90 (code 1)
real 0m7.110s
user 0m0.159s
sys 0m0.086s
make[2]: [../phys/module_microphysics_driver.o] Error 1 (ignored)
rm -f shift_domain_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional shift_domain_em.F > shift_domain_em.bb
time mpif90 -f90=ifort -o ../phys/module_physics_init.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ../phys/module_physics_init.f90
/nuist/p/work/ZM333/WRFV3/tools/standard.exe shift_domain_em.bb | /lib/cpp -P -traditional > shift_domain_em.f90
rm -f shift_domain_em.b shift_domain_em.bb
time mpif90 -f90=ifort -o shift_domain_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 shift_domain_em.f90
../phys/module_physics_init.f90(1668): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RA_RRTMG_SWF]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swinit_fast
-------^
../phys/module_physics_init.f90(3104): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CU_KFCUP]
USE module_cu_kfcup
-------^
../phys/module_physics_init.f90(1937): error #6406: Conflicting attributes or multiple declaration of name. [RRTMG_SWINIT_FAST]
CALL rrtmg_swinit_fast( &
------------------^
../phys/module_physics_init.f90(1668): error #6580: Name in only-list does not exist. [RRTMG_SWINIT_FAST]
USE module_ra_rrtmg_swf , ONLY : rrtmg_swinit_fast
-------------------------------------^
compilation aborted for ../phys/module_physics_init.f90 (code 1)
real 0m16.977s
user 0m0.397s
sys 0m0.174s
make[2]: [../phys/module_physics_init.o] Error 1 (ignored)
rm -f couple_or_uncouple_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional couple_or_uncouple_em.F > couple_or_uncouple_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe couple_or_uncouple_em.bb | /lib/cpp -P -traditional > couple_or_uncouple_em.f90
rm -f couple_or_uncouple_em.b couple_or_uncouple_em.bb
time mpif90 -f90=ifort -o couple_or_uncouple_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 couple_or_uncouple_em.f90
real 0m19.015s
user 0m1.552s
sys 0m0.667s
rm -f nest_init_utils.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional nest_init_utils.F > nest_init_utils.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe nest_init_utils.bb | /lib/cpp -P -traditional > nest_init_utils.f90
rm -f nest_init_utils.b nest_init_utils.bb
time mpif90 -f90=ifort -o nest_init_utils.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 nest_init_utils.f90
real 0m10.249s
user 0m2.001s
sys 0m0.410s
rm -f adapt_timestep_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional adapt_timestep_em.F > adapt_timestep_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe adapt_timestep_em.bb | /lib/cpp -P -traditional > adapt_timestep_em.f90
rm -f adapt_timestep_em.b adapt_timestep_em.bb
time mpif90 -f90=ifort -o adapt_timestep_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 adapt_timestep_em.f90
real 0m15.419s
user 0m0.702s
sys 0m0.137s
rm -f interp_domain_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional interp_domain_em.F > interp_domain_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe interp_domain_em.bb | /lib/cpp -P -traditional > interp_domain_em.f90
rm -f interp_domain_em.b interp_domain_em.bb
time mpif90 -f90=ifort -o interp_domain_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 interp_domain_em.f90
real 0m1.821s
user 0m0.036s
sys 0m0.052s
rm -f module_diffusion_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_diffusion_em.F > module_diffusion_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_diffusion_em.bb | /lib/cpp -P -traditional > module_diffusion_em.f90
rm -f module_diffusion_em.b module_diffusion_em.bb
time mpif90 -f90=ifort -o module_diffusion_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_diffusion_em.f90
real 0m28.202s
user 0m2.316s
sys 0m0.517s
rm -f module_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_em.F > module_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_em.bb | /lib/cpp -P -traditional > module_em.f90
rm -f module_em.b module_em.bb
time mpif90 -f90=ifort -o module_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_em.f90
real 0m7.347s
user 0m2.532s
sys 0m0.137s
rm -f module_sfs_driver.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_sfs_driver.F > module_sfs_driver.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_sfs_driver.bb | /lib/cpp -P -traditional > module_sfs_driver.f90
rm -f module_sfs_driver.b module_sfs_driver.bb
time mpif90 -f90=ifort -o module_sfs_driver.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_sfs_driver.f90
real 0m9.070s
user 0m1.295s
sys 0m0.365s
rm -f start_em.o
/nuist/p/work/ZM333/WRFV3/tools/standard.exe start_em.F > start_em.b
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional start_em.b > start_em.f90
rm -f start_em.b
if fgrep -iq '!$OMP' start_em.f90 ; then \
if [ -n "" ] ; then echo COMPILING start_em.F WITH OMP ; fi ; \
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include start_em.f90 ; \
else \
if [ -n "" ] ; then echo COMPILING start_em.F WITHOUT OMP ; fi ; \
time mpif90 -f90=ifort -c -real-size `expr 8 \* 4` -i4 -O0 -fno-inline -no-ip -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include start_em.f90 ; \
fi
real 0m23.496s
user 0m19.754s
sys 0m0.190s
rm -f module_first_rk_step_part1.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_first_rk_step_part1.F > module_first_rk_step_part1.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_first_rk_step_part1.bb | /lib/cpp -P -traditional > module_first_rk_step_part1.f90
rm -f module_first_rk_step_part1.b module_first_rk_step_part1.bb
time mpif90 -f90=ifort -o module_first_rk_step_part1.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_first_rk_step_part1.f90
module_first_rk_step_part1.f90(40): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_RADIATION_DRIVER]
USE module_radiation_driver, ONLY : pre_radiation_driver, radiation_driver
--------^
module_first_rk_step_part1.f90(42): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_CUMULUS_DRIVER]
USE module_cumulus_driver, ONLY : cumulus_driver
--------^
start_em.f90(34): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_PHYSICS_INIT]
USE module_physics_init
-------^
module_first_rk_step_part1.f90(242): error #6406: Conflicting attributes or multiple declaration of name. [PRE_RADIATION_DRIVER]
CALL pre_radiation_driver ( grid, config_flags &
-----------^
module_first_rk_step_part1.f90(267): error #6406: Conflicting attributes or multiple declaration of name. [RADIATION_DRIVER]
CALL radiation_driver(p_top=grid%p_top,ACFRCV=grid%acfrcv,ACFRST=grid%acfrst,ALBEDO=grid%albedo,CFRACH=grid%cfrach,CFRACL=grid%cfr&
-----^
module_first_rk_step_part1.f90(595): error #6406: Conflicting attributes or multiple declaration of name. [CUMULUS_DRIVER]
CALL cumulus_driver(grid,U=grid%u_phy,V=grid%v_phy,TH=th_phy,T=grid%t_phy,W=grid%w_2,P=grid%p_hyd,PI=pi_phy,RHO=grid%rho,ITIMESTEP&
-----^
module_first_rk_step_part1.f90(40): error #6580: Name in only-list does not exist. [PRE_RADIATION_DRIVER]
USE module_radiation_driver, ONLY : pre_radiation_driver, radiation_driver
----------------------------------------^
module_first_rk_step_part1.f90(40): error #6580: Name in only-list does not exist. [RADIATION_DRIVER]
USE module_radiation_driver, ONLY : pre_radiation_driver, radiation_driver
--------------------------------------------------------------^
module_first_rk_step_part1.f90(42): error #6580: Name in only-list does not exist. [CUMULUS_DRIVER]
USE module_cumulus_driver, ONLY : cumulus_driver
--------------------------------------^
compilation aborted for module_first_rk_step_part1.f90 (code 1)
real 0m11.950s
user 0m0.656s
sys 0m0.434s
make[2]: [module_first_rk_step_part1.o] Error 1 (ignored)
rm -f module_first_rk_step_part2.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional module_first_rk_step_part2.F > module_first_rk_step_part2.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe module_first_rk_step_part2.bb | /lib/cpp -P -traditional > module_first_rk_step_part2.f90
rm -f module_first_rk_step_part2.b module_first_rk_step_part2.bb
time mpif90 -f90=ifort -o module_first_rk_step_part2.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 module_first_rk_step_part2.f90
compilation aborted for start_em.f90 (code 1)
real 0m25.667s
user 0m1.199s
sys 0m0.593s
make[2]: [start_em.o] Error 1 (ignored)
real 0m15.352s
user 0m3.249s
sys 0m0.399s
rm -f solve_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional solve_em.F > solve_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe solve_em.bb | /lib/cpp -P -traditional > solve_em.f90
rm -f solve_em.b solve_em.bb
time mpif90 -f90=ifort -o solve_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 solve_em.f90
solve_em.f90(72): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_MICROPHYSICS_DRIVER]
USE module_microphysics_driver
-------^
solve_em.f90(77): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MODULE_FIRST_RK_STEP_PART1]
USE module_first_rk_step_part1
-------^
solve_em.f90(4401): error #6632: Keyword arguments are invalid without an explicit interface. [DT]
& DT=dtm ,DX=grid%dx ,DY=grid%dy &
----------------^
solve_em.f90(4401): error #6632: Keyword arguments are invalid without an explicit interface. [DX]
& DT=dtm ,DX=grid%dx ,DY=grid%dy &
------------------------------------^
solve_em.f90(4401): error #6632: Keyword arguments are invalid without an explicit interface. [DY]
& DT=dtm ,DX=grid%dx ,DY=grid%dy &
-------------------------------------------------------------^
solve_em.f90(4402): error #6632: Keyword arguments are invalid without an explicit interface. [DZ8W]
& ,DZ8W=dz8w ,F_ICE_PHY=grid%f_ice_phy &
----------------^
solve_em.f90(4402): error #6632: Keyword arguments are invalid without an explicit interface. [F_ICE_PHY]
& ,DZ8W=dz8w ,F_ICE_PHY=grid%f_ice_phy &
------------------------------------^
solve_em.f90(4403): error #6632: Keyword arguments are invalid without an explicit interface. [ITIMESTEP]
& ,ITIMESTEP=grid%itimestep ,LOWLYR=grid%lowlyr &
----------------^
solve_em.f90(4403): error #6632: Keyword arguments are invalid without an explicit interface. [LOWLYR]
& ,ITIMESTEP=grid%itimestep ,LOWLYR=grid%lowlyr &
-------------------------------------------------------------^
solve_em.f90(4404): error #6632: Keyword arguments are invalid without an explicit interface. [P8W]
& ,P8W=p8w ,P=p_phy ,PI_PHY=pi_phy &
----------------^
solve_em.f90(4404): error #6632: Keyword arguments are invalid without an explicit interface. [P]
& ,P8W=p8w ,P=p_phy ,PI_PHY=pi_phy &
------------------------------------^
solve_em.f90(4404): error #6632: Keyword arguments are invalid without an explicit interface. [PI_PHY]
& ,P8W=p8w ,P=p_phy ,PI_PHY=pi_phy &
--------------------------------------------------------^
solve_em.f90(4405): error #6632: Keyword arguments are invalid without an explicit interface. [RHO]
& ,RHO=grid%rho ,SPEC_ZONE=grid%spec_zone &
----------------^
solve_em.f90(4405): error #6632: Keyword arguments are invalid without an explicit interface. [SPEC_ZONE]
& ,RHO=grid%rho ,SPEC_ZONE=grid%spec_zone &
------------------------------------^
solve_em.f90(4406): error #6632: Keyword arguments are invalid without an explicit interface. [SR]
& ,SR=grid%sr ,TH=th_phy &
----------------^
solve_em.f90(4406): error #6632: Keyword arguments are invalid without an explicit interface. [TH]
& ,SR=grid%sr ,TH=th_phy &
-----------------------------------------^
solve_em.f90(4407): error #6632: Keyword arguments are invalid without an explicit interface. [REFL_10CM]
& ,refl_10cm=grid%refl_10cm &
----------------^
solve_em.f90(4408): error #6632: Keyword arguments are invalid without an explicit interface. [WARM_RAIN]
& ,WARM_RAIN=grid%warm_rain &
----------------^
solve_em.f90(4409): error #6632: Keyword arguments are invalid without an explicit interface. [T8W]
& ,T8W=t8w &
----------------^
solve_em.f90(4410): error #6632: Keyword arguments are invalid without an explicit interface. [CLDFRA]
& ,CLDFRA=grid%cldfra, EXCH_H=grid%exch_h &
----------------^
solve_em.f90(4410): error #6632: Keyword arguments are invalid without an explicit interface. [EXCH_H]
& ,CLDFRA=grid%cldfra, EXCH_H=grid%exch_h &
------------------------------------^
solve_em.f90(4411): error #6632: Keyword arguments are invalid without an explicit interface. [NSOURCE]
& ,NSOURCE=grid%qndropsource &
----------------^
solve_em.f90(4412): error #6632: Keyword arguments are invalid without an explicit interface. [XLAND]
& ,XLAND=grid%xland,SNOWH=grid%SNOW &
----------------^
solve_em.f90(4412): error #6632: Keyword arguments are invalid without an explicit interface. [SNOWH]
& ,XLAND=grid%xland,SNOWH=grid%SNOW &
---------------------------------^
solve_em.f90(4413): error #6632: Keyword arguments are invalid without an explicit interface. [SPECIFIED]
& ,SPECIFIED=specified_bdy, CHANNEL_SWITCH=channel_bdy &
----------------^
solve_em.f90(4413): error #6632: Keyword arguments are invalid without an explicit interface. [CHANNEL_SWITCH]
& ,SPECIFIED=specified_bdy, CHANNEL_SWITCH=channel_bdy &
-----------------------------------------^
solve_em.f90(4414): error #6632: Keyword arguments are invalid without an explicit interface. [F_RAIN_PHY]
& ,F_RAIN_PHY=grid%f_rain_phy &
----------------^
solve_em.f90(4415): error #6632: Keyword arguments are invalid without an explicit interface. [F_RIMEF_PHY]
& ,F_RIMEF_PHY=grid%f_rimef_phy &
----------------^
solve_em.f90(4416): error #6632: Keyword arguments are invalid without an explicit interface. [MP_PHYSICS]
& ,MP_PHYSICS=config_flags%mp_physics &
----------------^
solve_em.f90(4417): error #6632: Keyword arguments are invalid without an explicit interface. [ID]
& ,ID=grid%id &
----------------^
(5701): catastrophic error: Too many errors, exiting
compilation aborted for solve_em.f90 (code 1)
real 0m23.269s
user 0m1.254s
sys 0m0.480s
make[2]: [solve_em.o] Error 1 (ignored)
ar ru ../main/libwrflib.a module_advect_em.o module_diffusion_em.o module_small_step_em.o module_big_step_utilities_em.o module_em.o module_solvedebug_em.o module_bc_em.o module_init_utilities.o module_wps_io_arw.o module_damping_em.o module_polarfft.o module_force_scm.o module_first_rk_step_part1.o module_first_rk_step_part2.o module_avgflx_em.o module_sfs_nba.o module_convtrans_prep.o module_sfs_driver.o module_stoch.o module_after_all_rk_steps.o init_modules_em.o solve_em.o start_em.o shift_domain_em.o couple_or_uncouple_em.o nest_init_utils.o adapt_timestep_em.o interp_domain_em.o
ar: module_first_rk_step_part1.o: No such file or directory
make[2]: [dyn_em] Error 1 (ignored)
make[2]: Leaving directory `/nuist/p/work/ZM333/WRFV3/dyn_em'
make[1]: Leaving directory `/nuist/p/work/ZM333/WRFV3'
if [ 0 -eq 1 ] ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " nmm_core ; fi
if [ 0 -eq 1 ] ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " exp_core ; fi
if [ 0 -eq 1 ] ; then make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " wrf_hydro ; fi
( cd main ; make -i -r RLFLAGS="" MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " SOLVER=em em_wrf )
make[1]: Entering directory `/nuist/p/work/ZM333/WRFV3/main'
rm -f ../main/module_wrf_top.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../main/module_wrf_top.F > ../main/module_wrf_top.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ../main/module_wrf_top.bb | /lib/cpp -P -traditional > ../main/module_wrf_top.f90
rm -f ../main/module_wrf_top.b ../main/module_wrf_top.bb
time mpif90 -f90=ifort -o ../main/module_wrf_top.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ../main/module_wrf_top.f90
real 0m11.297s
user 0m0.749s
sys 0m0.167s
rm -f wrf.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional wrf.F > wrf.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe wrf.bb | /lib/cpp -P -traditional > wrf.f90
rm -f wrf.b wrf.bb
time mpif90 -f90=ifort -o wrf.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 wrf.f90
real 0m11.091s
user 0m0.128s
sys 0m0.103s
ranlib libwrflib.a
time mpif90 -f90=ifort -o wrf.exe -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -ip wrf.o ../main/module_wrf_top.o libwrflib.a /nuist/p/work/ZM333/WRFV3/external/fftpack/fftpack5/libfftpack.a /nuist/p/work/ZM333/WRFV3/external/io_grib1/libio_grib1.a /nuist/p/work/ZM333/WRFV3/external/io_grib_share/libio_grib_share.a /nuist/p/work/ZM333/WRFV3/external/io_int/libwrfio_int.a -L/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -lesmf_time /nuist/p/work/ZM333/WRFV3/external/RSL_LITE/librsl_lite.a /nuist/p/work/ZM333/WRFV3/frame/module_internal_header_util.o /nuist/p/work/ZM333/WRFV3/frame/pack_utils.o -L/nuist/p/work/ZM333/WRFV3/external/io_netcdf -lwrfio_nf -L/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/lib -lnetcdff -lnetcdf
libwrflib.a(module_dm.o): In function `feedback_domain_em_part2_':
module_dm.f90:(.text+0x1af14f): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af2b5): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af41b): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af5b7): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af7e5): undefined reference to `cd_feedback_mask_'
libwrflib.a(module_dm.o):module_dm.f90:(.text+0x1afa0f): more undefined references to `cd_feedback_mask_' follow
libwrflib.a(solve_interface.o): In function `solve_interface_':
solve_interface.f90:(.text+0x9b3): undefined reference to `solve_em_'
libwrflib.a(init_modules.o): In function `init_modules_':
init_modules.f90:(.text+0x35): undefined reference to `init_modules_em_'
libwrflib.a(mediation_integrate.o): In function `med_nest_initial_':
mediation_integrate.f90:(.text+0x1012): undefined reference to `init_domain_vert_nesting_'
mediation_integrate.f90:(.text+0x1823): undefined reference to `copy_3d_field_'
mediation_integrate.f90:(.text+0x2101): undefined reference to `copy_3d_field_'
mediation_integrate.f90:(.text+0x2b45): undefined reference to `copy_3d_field_'
mediation_integrate.f90:(.text+0x307b): undefined reference to `input_terrain_rsmas_'
mediation_integrate.f90:(.text+0x366f): undefined reference to `copy_3d_field_'
mediation_integrate.f90:(.text+0x3f4d): undefined reference to `copy_3d_field_'
mediation_integrate.f90:(.text+0x4841): undefined reference to `blend_terrain_'
mediation_integrate.f90:(.text+0x511f): undefined reference to `blend_terrain_'
mediation_integrate.f90:(.text+0x5b63): undefined reference to `blend_terrain_'
mediation_integrate.f90:(.text+0x6223): undefined reference to `adjust_tempqv_'
libwrflib.a(mediation_integrate.o): In function `init_domain_constants_':
mediation_integrate.f90:(.text+0xb069): undefined reference to `init_domain_constants_em_'
libwrflib.a(mediation_force_domain.o): In function `med_force_domain_':
mediation_force_domain.f90:(.text+0x181e): undefined reference to `couple_or_uncouple_em_'
mediation_force_domain.f90:(.text+0x26c9): undefined reference to `couple_or_uncouple_em_'
mediation_force_domain.f90:(.text+0x441c): undefined reference to `couple_or_uncouple_em_'
mediation_force_domain.f90:(.text+0x52c9): undefined reference to `couple_or_uncouple_em_'
libwrflib.a(mediation_feedback_domain.o): In function `med_feedback_domain_':
mediation_feedback_domain.f90:(.text+0x27b0): undefined reference to `update_after_feedback_em_'
libwrflib.a(start_domain.o): In function `start_domain_':
start_domain.f90:(.text+0x99b): undefined reference to `start_domain_em_'
0.34user 1.21system 1:14.27elapsed 2%CPU (0avgtext+0avgdata 255920maxresident)k
0inputs+64outputs (0major+83380minor)pagefaults 0swaps
make[1]: [em_wrf] Error 1 (ignored)
make[1]: Leaving directory `/nuist/p/work/ZM333/WRFV3/main'
( cd run ; /bin/rm -f wrf.exe ; ln -s ../main/wrf.exe . )
if [ 0 -eq 1 ] ; then \
( cd main ; make -i -r RLFLAGS="" MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " SOLVER=em em_wrf_SST_ESMF ) ; \
fi
build started: Wed Apr 5 22:13:30 CST 2017
build completed: Wed Apr 5 23:37:50 CST 2017
--------------------------------------
( cd main ; make -i -r RLFLAGS="" MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " SOLVER=em IDEAL_CASE=real em_real )
make[1]: Entering directory `/nuist/p/work/ZM333/WRFV3/main'
rm -f ../dyn_em/module_initialize_real.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ../dyn_em/module_initialize_real.F > ../dyn_em/module_initialize_real.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ../dyn_em/module_initialize_real.bb | /lib/cpp -P -traditional > ../dyn_em/module_initialize_real.f90
rm -f ../dyn_em/module_initialize_real.b ../dyn_em/module_initialize_real.bb
time mpif90 -f90=ifort -o ../dyn_em/module_initialize_real.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ../dyn_em/module_initialize_real.f90
real 0m36.028s
user 0m17.344s
sys 0m0.650s
rm -f ndown_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional ndown_em.F > ndown_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe ndown_em.bb | /lib/cpp -P -traditional > ndown_em.f90
rm -f ndown_em.b ndown_em.bb
time mpif90 -f90=ifort -o ndown_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 ndown_em.f90
Space exceeded in Data Dependence Test in MAIN__
Subdivide routine into smaller ones to avoid optimization loss
An internal threshold was exceeded for routine MAIN__ and optimization level may be reduced. See HTTP://SOFTWARE.INTEL.COM/EN-US/ARTICLES/INTERNAL-THRESHOLD-WAS-EXCEEDED for more information and advice.
real 0m37.058s
user 0m16.201s
sys 0m0.675s
rm -f nup_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional nup_em.F > nup_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe nup_em.bb | /lib/cpp -P -traditional > nup_em.f90
rm -f nup_em.b nup_em.bb
time mpif90 -f90=ifort -o nup_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 nup_em.f90
real 0m17.230s
user 0m2.373s
sys 0m0.525s
rm -f tc_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional tc_em.F > tc_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe tc_em.bb | /lib/cpp -P -traditional > tc_em.f90
rm -f tc_em.b tc_em.bb
time mpif90 -f90=ifort -o tc_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 tc_em.f90
real 0m27.631s
user 0m6.896s
sys 0m0.598s
rm -f real_em.o
/lib/cpp -P -I/nuist/p/work/ZM333/WRFV3/inc -DEM_CORE=1 -DNMM_CORE=0 -DNMM_MAX_DIM=2600 -DCOAMPS_CORE=0 -DDA_CORE=0 -DEXP_CORE=0 -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=4 -DLWORDSIZE=4 -DNONSTANDARD_SYSTEM_FUNC -DWRF_USE_CLM -DDM_PARALLEL -DNETCDF -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DKEEP_INT_AROUND -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -I. -traditional real_em.F > real_em.bb
/nuist/p/work/ZM333/WRFV3/tools/standard.exe real_em.bb | /lib/cpp -P -traditional > real_em.f90
rm -f real_em.b real_em.bb
time mpif90 -f90=ifort -o real_em.o -c -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include -real-size `expr 8 \* 4` -i4 real_em.f90
real 0m33.075s
user 0m9.097s
sys 0m0.916s
ranlib libwrflib.a
time mpif90 -f90=ifort -o ndown.exe -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -ip ndown_em.o ../dyn_em/module_initialize_real.o libwrflib.a /nuist/p/work/ZM333/WRFV3/external/fftpack/fftpack5/libfftpack.a /nuist/p/work/ZM333/WRFV3/external/io_grib1/libio_grib1.a /nuist/p/work/ZM333/WRFV3/external/io_grib_share/libio_grib_share.a /nuist/p/work/ZM333/WRFV3/external/io_int/libwrfio_int.a -L/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -lesmf_time /nuist/p/work/ZM333/WRFV3/external/RSL_LITE/librsl_lite.a /nuist/p/work/ZM333/WRFV3/frame/module_internal_header_util.o /nuist/p/work/ZM333/WRFV3/frame/pack_utils.o -L/nuist/p/work/ZM333/WRFV3/external/io_netcdf -lwrfio_nf -L/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/lib -lnetcdff -lnetcdf
ndown_em.o: In function `MAIN__':
ndown_em.f90:(.text+0x468c): undefined reference to `module_big_step_utilities_em_mp_couple_'
ndown_em.f90:(.text+0x4896): undefined reference to `module_big_step_utilities_em_mp_couple_'
ndown_em.f90:(.text+0x4aa0): undefined reference to `module_big_step_utilities_em_mp_couple_'
ndown_em.f90:(.text+0x4caa): undefined reference to `module_big_step_utilities_em_mp_couple_'
ndown_em.f90:(.text+0x5032): undefined reference to `module_big_step_utilities_em_mp_couple_'
ndown_em.o:ndown_em.f90:(.text+0x5774): more undefined references to `module_big_step_utilities_em_mp_couple_' follow
ndown_em.o: In function `MAIN__':
ndown_em.f90:(.text+0x1dafb): undefined reference to `copy_3d_field_'
ndown_em.f90:(.text+0x1e898): undefined reference to `blend_terrain_'
ndown_em.f90:(.text+0x20e9e): undefined reference to `init_domain_constants_em_'
ndown_em.o: In function `init_domain_constants_em_ptr_':
ndown_em.f90:(.text+0x2ca0a): undefined reference to `init_domain_constants_em_'
../dyn_em/module_initialize_real.o: In function `module_initialize_real_mp_init_domain_rk_':
../dyn_em/module_initialize_real.f90:(.text+0x4fd80): undefined reference to `blend_terrain_'
../dyn_em/module_initialize_real.f90:(.text+0x56e8e): undefined reference to `module_polarfft_mp_pxft_'
libwrflib.a(module_dm.o): In function `feedback_domain_em_part2_':
module_dm.f90:(.text+0x1af14f): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af2b5): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af41b): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af5b7): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af7e5): undefined reference to `cd_feedback_mask_'
libwrflib.a(module_dm.o):module_dm.f90:(.text+0x1afa0f): more undefined references to `cd_feedback_mask_' follow
libwrflib.a(init_modules.o): In function `init_modules_':
init_modules.f90:(.text+0x35): undefined reference to `init_modules_em_'
libwrflib.a(start_domain.o): In function `start_domain_':
start_domain.f90:(.text+0x99b): undefined reference to `start_domain_em_'
0.37user 1.17system 1:04.06elapsed 2%CPU (0avgtext+0avgdata 249616maxresident)k
0inputs+64outputs (0major+93423minor)pagefaults 0swaps
make[1]: [em_real] Error 1 (ignored)
#TEMPORARILY REMOVED time mpif90 -f90=ifort -o nup.exe -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -ip nup_em.o ../dyn_em/module_initialize_real.o libwrflib.a /nuist/p/work/ZM333/WRFV3/external/fftpack/fftpack5/libfftpack.a /nuist/p/work/ZM333/WRFV3/external/io_grib1/libio_grib1.a /nuist/p/work/ZM333/WRFV3/external/io_grib_share/libio_grib_share.a /nuist/p/work/ZM333/WRFV3/external/io_int/libwrfio_int.a -L/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -lesmf_time /nuist/p/work/ZM333/WRFV3/external/RSL_LITE/librsl_lite.a /nuist/p/work/ZM333/WRFV3/frame/module_internal_header_util.o /nuist/p/work/ZM333/WRFV3/frame/pack_utils.o -L/nuist/p/work/ZM333/WRFV3/external/io_netcdf -lwrfio_nf -L/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/lib -lnetcdff -lnetcdf
time mpif90 -f90=ifort -o tc.exe -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -ip tc_em.o ../dyn_em/module_initialize_real.o libwrflib.a /nuist/p/work/ZM333/WRFV3/external/fftpack/fftpack5/libfftpack.a /nuist/p/work/ZM333/WRFV3/external/io_grib1/libio_grib1.a /nuist/p/work/ZM333/WRFV3/external/io_grib_share/libio_grib_share.a /nuist/p/work/ZM333/WRFV3/external/io_int/libwrfio_int.a -L/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -lesmf_time /nuist/p/work/ZM333/WRFV3/external/RSL_LITE/librsl_lite.a /nuist/p/work/ZM333/WRFV3/frame/module_internal_header_util.o /nuist/p/work/ZM333/WRFV3/frame/pack_utils.o -L/nuist/p/work/ZM333/WRFV3/external/io_netcdf -lwrfio_nf -L/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/lib -lnetcdff -lnetcdf
../dyn_em/module_initialize_real.o: In function `module_initialize_real_mp_init_domain_rk_':
../dyn_em/module_initialize_real.f90:(.text+0x4fd80): undefined reference to `blend_terrain_'
../dyn_em/module_initialize_real.f90:(.text+0x56e8e): undefined reference to `module_polarfft_mp_pxft_'
libwrflib.a(module_dm.o): In function `feedback_domain_em_part2_':
module_dm.f90:(.text+0x1af14f): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af2b5): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af41b): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af5b7): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af7e5): undefined reference to `cd_feedback_mask_'
libwrflib.a(module_dm.o):module_dm.f90:(.text+0x1afa0f): more undefined references to `cd_feedback_mask_' follow
libwrflib.a(init_modules.o): In function `init_modules_':
init_modules.f90:(.text+0x35): undefined reference to `init_modules_em_'
libwrflib.a(start_domain.o): In function `start_domain_':
start_domain.f90:(.text+0x99b): undefined reference to `start_domain_em_'
0.36user 1.18system 0:57.85elapsed 2%CPU (0avgtext+0avgdata 248928maxresident)k
0inputs+64outputs (0major+106712minor)pagefaults 0swaps
make[1]: [em_real] Error 1 (ignored)
time mpif90 -f90=ifort -o real.exe -O3 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -convert big_endian -ip real_em.o ../dyn_em/module_initialize_real.o libwrflib.a /nuist/p/work/ZM333/WRFV3/external/fftpack/fftpack5/libfftpack.a /nuist/p/work/ZM333/WRFV3/external/io_grib1/libio_grib1.a /nuist/p/work/ZM333/WRFV3/external/io_grib_share/libio_grib_share.a /nuist/p/work/ZM333/WRFV3/external/io_int/libwrfio_int.a -L/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -lesmf_time /nuist/p/work/ZM333/WRFV3/external/RSL_LITE/librsl_lite.a /nuist/p/work/ZM333/WRFV3/frame/module_internal_header_util.o /nuist/p/work/ZM333/WRFV3/frame/pack_utils.o -L/nuist/p/work/ZM333/WRFV3/external/io_netcdf -lwrfio_nf -L/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/lib -lnetcdff -lnetcdf
real_em.o: In function `MAIN__':
real_em.f90:(.text+0x15b6): undefined reference to `module_wps_io_arw_mp_read_wps_'
real_em.o: In function `assemble_output_':
real_em.f90:(.text+0x2a25): undefined reference to `module_big_step_utilities_em_mp_couple_'
real_em.f90:(.text+0x2bd4): undefined reference to `module_big_step_utilities_em_mp_couple_'
real_em.f90:(.text+0x2d83): undefined reference to `module_big_step_utilities_em_mp_couple_'
real_em.f90:(.text+0x2f2a): undefined reference to `module_big_step_utilities_em_mp_couple_'
real_em.f90:(.text+0x30f6): undefined reference to `module_big_step_utilities_em_mp_couple_'
real_em.o:real_em.f90:(.text+0x12e17): more undefined references to `module_big_step_utilities_em_mp_couple_' follow
real_em.o: In function `med_sidata_input_':
real_em.f90:(.text+0x1e74a): undefined reference to `module_wps_io_arw_mp_read_wps_'
../dyn_em/module_initialize_real.o: In function `module_initialize_real_mp_init_domain_rk_':
../dyn_em/module_initialize_real.f90:(.text+0x4fd80): undefined reference to `blend_terrain_'
../dyn_em/module_initialize_real.f90:(.text+0x56e8e): undefined reference to `module_polarfft_mp_pxft_'
libwrflib.a(module_dm.o): In function `feedback_domain_em_part2_':
module_dm.f90:(.text+0x1af14f): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af2b5): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af41b): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af5b7): undefined reference to `cd_feedback_mask_'
module_dm.f90:(.text+0x1af7e5): undefined reference to `cd_feedback_mask_'
libwrflib.a(module_dm.o):module_dm.f90:(.text+0x1afa0f): more undefined references to `cd_feedback_mask_' follow
libwrflib.a(init_modules.o): In function `init_modules_':
init_modules.f90:(.text+0x35): undefined reference to `init_modules_em_'
libwrflib.a(start_domain.o): In function `start_domain_':
start_domain.f90:(.text+0x99b): undefined reference to `start_domain_em_'
0.36user 1.20system 1:11.69elapsed 2%CPU (0avgtext+0avgdata 256528maxresident)k
0inputs+64outputs (0major+87490minor)pagefaults 0swaps
make[1]: [em_real] Error 1 (ignored)
make[1]: Leaving directory `/nuist/p/work/ZM333/WRFV3/main'
( cd test/em_real ; /bin/rm -f wrf.exe ; ln -s ../../main/wrf.exe . )
if [ 0 -eq 1 ] ; then \
( cd main ; make -i -r RLFLAGS="" MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/nuist/p/work/ZM333/WRFV3/external/esmf_time_f90 -I/nuist/p/work/ZM333/WRFV3/main -I/nuist/p/work/ZM333/WRFV3/external/io_netcdf -I/nuist/p/work/ZM333/WRFV3/external/io_int -I/nuist/p/work/ZM333/WRFV3/frame -I/nuist/p/work/ZM333/WRFV3/share -I/nuist/p/work/ZM333/WRFV3/phys -I/nuist/p/work/ZM333/WRFV3/chem -I/nuist/p/work/ZM333/WRFV3/inc -I/nuist/p/public/app/netcdf/4.1.3/intel/11.1.046/include " SOLVER=em IDEAL_CASE=real em_wrf_SST_ESMF ) ; \
( cd test/em_esmf_exp ; /bin/rm -f wrf.exe ; ln -s ../../main/wrf.exe . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f wrf_SST_ESMF.exe ; ln -s ../../main/wrf_SST_ESMF.exe . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f real.exe ; ln -s ../../main/real.exe . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f README.namelist ; ln -s ../../run/README.namelist . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA RRTM_DATA RRTMG_LW_DATA RRTMG_SW_DATA ; \
ln -sf ../../run/ETAMPNEW_DATA . ; \
ln -sf ../../run/ETAMPNEW_DATA.expanded_rain . ; \
ln -sf ../../run/RRTM_DATA . ; \
ln -sf ../../run/RRTMG_LW_DATA . ; \
ln -sf ../../run/RRTMG_SW_DATA . ; \
ln -sf ../../run/CAM_ABS_DATA . ; \
ln -sf ../../run/CAM_AEROPT_DATA . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP4.5 . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP6 . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP8.5 CAMtr_volume_mixing_ratio ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.A1B . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.A2 . ; \
ln -sf ../../run/CLM_ALB_ICE_DFS_DATA . ; \
ln -sf ../../run/CLM_ALB_ICE_DRC_DATA . ; \
ln -sf ../../run/CLM_ASM_ICE_DFS_DATA . ; \
ln -sf ../../run/CLM_ASM_ICE_DRC_DATA . ; \
ln -sf ../../run/CLM_DRDSDT0_DATA . ; \
ln -sf ../../run/CLM_EXT_ICE_DFS_DATA . ; \
ln -sf ../../run/CLM_EXT_ICE_DRC_DATA . ; \
ln -sf ../../run/CLM_KAPPA_DATA . ; \
ln -sf ../../run/CLM_TAU_DATA . ; \
ln -sf ../../run/ozone.formatted . ; \
ln -sf ../../run/ozone_lat.formatted . ; \
ln -sf ../../run/ozone_plev.formatted . ; \
ln -sf ../../run/aerosol.formatted . ; \
ln -sf ../../run/aerosol_lat.formatted . ; \
ln -sf ../../run/aerosol_lon.formatted . ; \
ln -sf ../../run/aerosol_plev.formatted . ; \
ln -sf ../../run/CCN_ACTIVATE.BIN . ; \
if [ 4 -eq 8 ] ; then \
ln -sf ../../run/ETAMPNEW_DATA_DBL ETAMPNEW_DATA ; \
ln -sf ../../run/ETAMPNEW_DATA.expanded_rain_DBL ETAMPNEW_DATA.expanded_rain ; \
ln -sf ../../run/RRTM_DATA_DBL RRTM_DATA ; \
ln -sf ../../run/RRTMG_LW_DATA_DBL RRTMG_LW_DATA ; \
ln -sf ../../run/RRTMG_SW_DATA_DBL RRTMG_SW_DATA ; \
fi ) ; \
( cd test/em_esmf_exp ; /bin/rm -f GENPARM.TBL ; ln -s ../../run/GENPARM.TBL . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f LANDUSE.TBL ; ln -s ../../run/LANDUSE.TBL . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f SOILPARM.TBL ; ln -s ../../run/SOILPARM.TBL . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f URBPARM.TBL ; ln -s ../../run/URBPARM.TBL . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f VEGPARM.TBL ; ln -s ../../run/VEGPARM.TBL . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f MPTABLE.TBL ; ln -s ../../run/MPTABLE.TBL . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f tr49t67 ; ln -s ../../run/tr49t67 . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f tr49t85 ; ln -s ../../run/tr49t85 . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f tr67t85 ; ln -s ../../run/tr67t85 . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f gribmap.txt ; ln -s ../../run/gribmap.txt . ) ; \
( cd test/em_esmf_exp ; /bin/rm -f grib2map.tbl ; ln -s ../../run/grib2map.tbl . ) ; \
fi
( cd test/em_real ; /bin/rm -f real.exe ; ln -s ../../main/real.exe . )
( cd test/em_real ; /bin/rm -f tc.exe ; ln -s ../../main/tc.exe . )
( cd test/em_real ; /bin/rm -f ndown.exe ; ln -s ../../main/ndown.exe . )
#TEMPORARILY REMOVED ( cd test/em_real ; /bin/rm -f nup.exe ; ln -s ../../main/nup.exe . )
( cd test/em_real ; /bin/rm -f README.namelist ; ln -s ../../run/README.namelist . )
( cd test/em_real ; /bin/rm -f ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA RRTM_DATA RRTMG_LW_DATA RRTMG_SW_DATA ; \
ln -sf ../../run/ETAMPNEW_DATA . ; \
ln -sf ../../run/ETAMPNEW_DATA.expanded_rain . ; \
ln -sf ../../run/RRTM_DATA . ; \
ln -sf ../../run/RRTMG_LW_DATA . ; \
ln -sf ../../run/RRTMG_SW_DATA . ; \
ln -sf ../../run/CAM_ABS_DATA . ; \
ln -sf ../../run/CAM_AEROPT_DATA . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP4.5 . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP6 . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.RCP8.5 CAMtr_volume_mixing_ratio ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.A1B . ; \
ln -sf ../../run/CAMtr_volume_mixing_ratio.A2 . ; \
ln -sf ../../run/CLM_ALB_ICE_DFS_DATA . ; \
ln -sf ../../run/CLM_ALB_ICE_DRC_DATA . ; \
ln -sf ../../run/CLM_ASM_ICE_DFS_DATA . ; \
ln -sf ../../run/CLM_ASM_ICE_DRC_DATA . ; \
ln -sf ../../run/CLM_DRDSDT0_DATA . ; \
ln -sf ../../run/CLM_EXT_ICE_DFS_DATA . ; \
ln -sf ../../run/CLM_EXT_ICE_DRC_DATA . ; \
ln -sf ../../run/CLM_KAPPA_DATA . ; \
ln -sf ../../run/CLM_TAU_DATA . ; \
ln -sf ../../run/ozone.formatted . ; \
ln -sf ../../run/ozone_lat.formatted . ; \
ln -sf ../../run/ozone_plev.formatted . ; \
ln -sf ../../run/aerosol.formatted . ; \
ln -sf ../../run/aerosol_lat.formatted . ; \
ln -sf ../../run/aerosol_lon.formatted . ; \
ln -sf ../../run/aerosol_plev.formatted . ; \
ln -sf ../../run/capacity.asc . ; \
ln -sf ../../run/coeff_p.asc . ; \
ln -sf ../../run/coeff_q.asc . ; \
ln -sf ../../run/constants.asc . ; \
ln -sf ../../run/masses.asc . ; \
ln -sf ../../run/termvels.asc . ; \
ln -sf ../../run/kernels.asc_s_0_03_0_9 . ; \
ln -sf ../../run/kernels_z.asc . ; \
ln -sf ../../run/bulkdens.asc_s_0_03_0_9 . ; \
ln -sf ../../run/bulkradii.asc_s_0_03_0_9 . ; \
ln -sf ../../run/CCN_ACTIVATE.BIN . ; \
if [ 4 -eq 8 ] ; then \
ln -sf ../../run/ETAMPNEW_DATA_DBL ETAMPNEW_DATA ; \
ln -sf ../../run/ETAMPNEW_DATA.expanded_rain_DBL ETAMPNEW_DATA.expanded_rain ; \
ln -sf ../../run/RRTM_DATA_DBL RRTM_DATA ; \
ln -sf ../../run/RRTMG_LW_DATA_DBL RRTMG_LW_DATA ; \
ln -sf ../../run/RRTMG_SW_DATA_DBL RRTMG_SW_DATA ; \
fi )
( cd test/em_real ; /bin/rm -f GENPARM.TBL ; ln -s ../../run/GENPARM.TBL . )
( cd test/em_real ; /bin/rm -f LANDUSE.TBL ; ln -s ../../run/LANDUSE.TBL . )
( cd test/em_real ; /bin/rm -f SOILPARM.TBL ; ln -s ../../run/SOILPARM.TBL . )
( cd test/em_real ; /bin/rm -f URBPARM.TBL ; ln -s ../../run/URBPARM.TBL . )
( cd test/em_real ; /bin/rm -f VEGPARM.TBL ; ln -s ../../run/VEGPARM.TBL . )
( cd test/em_real ; /bin/rm -f MPTABLE.TBL ; ln -s ../../run/MPTABLE.TBL . )
( cd test/em_real ; /bin/rm -f tr49t67 ; ln -s ../../run/tr49t67 . )
( cd test/em_real ; /bin/rm -f tr49t85 ; ln -s ../../run/tr49t85 . )
( cd test/em_real ; /bin/rm -f tr67t85 ; ln -s ../../run/tr67t85 . )
( cd test/em_real ; /bin/rm -f gribmap.txt ; ln -s ../../run/gribmap.txt . )
( cd test/em_real ; /bin/rm -f grib2map.tbl ; ln -s ../../run/grib2map.tbl . )
( cd run ; /bin/rm -f real.exe ; ln -s ../main/real.exe . )
( cd run ; /bin/rm -f tc.exe ; ln -s ../main/tc.exe . )
( cd run ; /bin/rm -f ndown.exe ; ln -s ../main/ndown.exe . )
#TEMPORARILY REMOVED ( cd run ; /bin/rm -f nup.exe ; ln -s ../main/nup.exe . )
( cd run ; if test -f namelist.input ; then \
/bin/cp -f namelist.input namelist.input.backup ; fi ; \
/bin/rm -f namelist.input ; cp ../test/em_real/namelist.input . )
==========================================================================
build started: Wed Apr 5 22:13:30 CST 2017
build completed: Wed Apr 5 23:44:48 CST 2017
---> Problems building executables, look for errors in the build log <---
==========================================================================
|
-
compile.log中的error
|