Started by user Gunther Huebler Obtained jenkins_tests/wrf_plot_clubb_ifort/Jenkinsfile from git https://github.com/larson-group/wrf.git [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/wrf_plot_clubb_ifort [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Cloning the remote Git repository Cloning repository https://github.com/larson-group/wrf.git > git init /home/jenkins/workspace/wrf_plot_clubb_ifort # timeout=10 Fetching upstream changes from https://github.com/larson-group/wrf.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --progress -- https://github.com/larson-group/wrf.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/larson-group/wrf.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision b42ccaf45619d0986e83d32ecafdf55a8690f713 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f b42ccaf45619d0986e83d32ecafdf55a8690f713 # timeout=10 Commit message: "Updates to jenkins scripts." > git rev-list --no-walk f758cf44993eadfd8b3db0d3e30874c3e3afab7e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Configure WRF-CLUBB) [Pipeline] sh + cp WRF/custom_config_files/configure.wrf.intel64.serial.clubb.debug WRF/configure.wrf [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compile WRF-CLUBB) [Pipeline] sh + source /etc/profile.d/larson-group.sh ++ export GIT_EDITOR=vi ++ GIT_EDITOR=vi ++ export SVN_EDITOR=vi ++ SVN_EDITOR=vi ++ export OMP_STACKSIZE=1048579 ++ OMP_STACKSIZE=1048579 ++ export LMOD_ROOT=/opt/lmod/ ++ LMOD_ROOT=/opt/lmod/ ++ source /opt/lmod//lmod/lmod/init/bash +++ '[' -z '' ']' +++ case "$-" in +++ __lmod_vx=x +++ '[' -n x ']' +++ set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash) Shell debugging restarted +++ unset __lmod_vx +++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit ++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core ++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core + module load intel netcdf-fortran mpich intel-oneapi-mkl + '[' -z '' ']' + case "$-" in + __lmod_sh_dbg=x + '[' -n x ']' + set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output Shell debugging restarted + unset __lmod_sh_dbg + return 0 + cd WRF + ./compile em_quarter_ss None of WRF_EM_CORE, WRF_NMM_CORE, specified in shell environment.... copying Registry/Registry.EM to Registry/Registry Compiling: WRF_EM_CORE . setting parallel make -j 2 make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/esmf_time_f90 -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/main -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_netcdf -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_int -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/frame -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/share -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/phys -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/chem -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include " ext make[1]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF' -------------------------------------- ( cd frame ; make -i -r externals ) make[2]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/frame' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/esmf_time_f90 ; \ make -j 2 FC="ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz" RANLIB="ranlib" \ CPP="cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional" AR="ar" ARFLAGS="ru" ) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/esmf_time_f90' /bin/rm -f ESMF_Base.o /bin/rm -f ESMF_Fraction.o sed -e "/\!.*'/s/'//g" ESMF_Base.F90 > ESMF_Base.b sed -e "/\!.*'/s/'//g" ESMF_Fraction.F90 > ESMF_Fraction.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Fraction.b > ESMF_Fraction.f cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Base.b > ESMF_Base.f /bin/rm -f ESMF_Fraction.b /bin/rm -f ESMF_Base.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Fraction.o -c ESMF_Fraction.f ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Base.o -c ESMF_Base.f /bin/rm -f ESMF_BaseTime.o sed -e "/\!.*'/s/'//g" ESMF_BaseTime.F90 > ESMF_BaseTime.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_BaseTime.b > ESMF_BaseTime.f /bin/rm -f ESMF_BaseTime.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_BaseTime.o -c ESMF_BaseTime.f /bin/rm -f ESMF_Calendar.o sed -e "/\!.*'/s/'//g" ESMF_Calendar.F90 > ESMF_Calendar.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Calendar.b > ESMF_Calendar.f /bin/rm -f ESMF_Calendar.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Calendar.o -c ESMF_Calendar.f /bin/rm -f ESMF_TimeInterval.o /bin/rm -f ESMF_Stubs.o sed -e "/\!.*'/s/'//g" ESMF_TimeInterval.F90 > ESMF_TimeInterval.b sed -e "/\!.*'/s/'//g" ESMF_Stubs.F90 > ESMF_Stubs.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Stubs.b > ESMF_Stubs.f cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_TimeInterval.b > ESMF_TimeInterval.f /bin/rm -f ESMF_Stubs.b /bin/rm -f ESMF_TimeInterval.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Stubs.o -c ESMF_Stubs.f ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_TimeInterval.o -c ESMF_TimeInterval.f /bin/rm -f ESMF_Time.o sed -e "/\!.*'/s/'//g" ESMF_Time.F90 > ESMF_Time.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Time.b > ESMF_Time.f /bin/rm -f ESMF_Time.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Time.o -c ESMF_Time.f /bin/rm -f ESMF_Alarm.o sed -e "/\!.*'/s/'//g" ESMF_Alarm.F90 > ESMF_Alarm.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Alarm.b > ESMF_Alarm.f /bin/rm -f ESMF_Alarm.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Alarm.o -c ESMF_Alarm.f /bin/rm -f ESMF_Clock.o sed -e "/\!.*'/s/'//g" ESMF_Clock.F90 > ESMF_Clock.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Clock.b > ESMF_Clock.f /bin/rm -f ESMF_Clock.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Clock.o -c ESMF_Clock.f /bin/rm -f Meat.o /bin/rm -f ESMF_AlarmClock.o sed -e "/\!.*'/s/'//g" Meat.F90 > Meat.b sed -e "/\!.*'/s/'//g" ESMF_AlarmClock.F90 > ESMF_AlarmClock.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. Meat.b > Meat.f cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_AlarmClock.b > ESMF_AlarmClock.f /bin/rm -f Meat.b /bin/rm -f ESMF_AlarmClock.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_AlarmClock.o -c ESMF_AlarmClock.f ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o Meat.o -c Meat.f /bin/rm -f ESMF_Mod.o sed -e "/\!.*'/s/'//g" ESMF_Mod.F90 > ESMF_Mod.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. ESMF_Mod.b > ESMF_Mod.f /bin/rm -f ESMF_Mod.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o ESMF_Mod.o -c ESMF_Mod.f /bin/rm -f module_symbols_util.o sed -e "/\!.*'/s/'//g" module_symbols_util.F90 > module_symbols_util.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. module_symbols_util.b > module_symbols_util.f /bin/rm -f module_symbols_util.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o module_symbols_util.o -c module_symbols_util.f /bin/rm -f module_utility.o sed -e "/\!.*'/s/'//g" module_utility.F90 > module_utility.b cpp -C -P -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I. -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 -traditional -C -P -I. module_utility.b > module_utility.f /bin/rm -f module_utility.b ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o module_utility.o -c module_utility.f /bin/rm -f libesmf_time.a if [ "ar" != "lib.exe" ] ; then \ ar ru libesmf_time.a ESMF_Alarm.o ESMF_BaseTime.o ESMF_Clock.o ESMF_Time.o Meat.o ESMF_Base.o ESMF_Calendar.o ESMF_Fraction.o ESMF_TimeInterval.o ESMF_Stubs.o ESMF_Mod.o module_symbols_util.o module_utility.o ESMF_AlarmClock.o ; \ else \ ar /out:libesmf_time.a ESMF_Alarm.o ESMF_BaseTime.o ESMF_Clock.o ESMF_Time.o Meat.o ESMF_Base.o ESMF_Calendar.o ESMF_Fraction.o ESMF_TimeInterval.o ESMF_Stubs.o ESMF_Mod.o module_symbols_util.o module_utility.o ESMF_AlarmClock.o ; \ fi ar: `u' modifier ignored since `D' is the default (see `U') ar: creating libesmf_time.a ranlib libesmf_time.a make[3]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/esmf_time_f90' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_netcdf ; \ make -j 2 NETCDFPATH="/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf" RANLIB="ranlib" CPP="cpp -C -P" \ CC="gcc" CFLAGS="-w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0" \ FC="ifort -i4 -O2 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz" TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" ) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_netcdf' grep nf_format_64bit /usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include/netcdf.inc ;\ a=$? ; export a ; \ if [ $a -a "$WRFIO_NCD_LARGE_FILE_SUPPORT" = "1" ] ; then \ cpp -C -P -C -P -traditional -DWRFIO_NCD_LARGE_FILE_SUPPORT -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \ else \ cpp -C -P -C -P -traditional -I../ioapi_share wrf_io.F90 | m4 -Uinclude -Uindex -Ulen - > wrf_io.f ; \ fi cpp -C -P -C -P -traditional -I../ioapi_share module_wrfsi_static.F90 > module_wrfsi_static.f integer nf_format_64bit integer nf_format_64bit_offset integer nf_format_64bit_data parameter (nf_format_64bit = 2) parameter (nf_format_64bit_offset = nf_format_64bit) parameter (nf_format_64bit_data = 5) parameter (nf_format_cdf5 = nf_format_64bit_data) ifort -i4 -O2 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o module_wrfsi_static.o -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -I../ioapi_share -c module_wrfsi_static.f ifort -i4 -O2 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o wrf_io.o -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -I../ioapi_share -c wrf_io.f cpp -C -P -C -P -traditional -I../ioapi_share field_routines.F90 > field_routines.f ifort -i4 -O2 -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o field_routines.o -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -I../ioapi_share -c field_routines.f /bin/rm -f libwrfio_nf.a if [ "ar" != "lib.exe" ] ; then \ ar cr libwrfio_nf.a wrf_io.o field_routines.o module_wrfsi_static.o ; \ else \ ar /out:libwrfio_nf.a wrf_io.o field_routines.o module_wrfsi_static.o ; \ fi ranlib libwrfio_nf.a make[3]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_netcdf' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/ioapi_share ; \ make -i -r NATIVE_RWORDSIZE="4" RWORDSIZE="4" AR="ar" ARFLAGS="ru" ) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/ioapi_share' ( /bin/rm -f ../../inc/wrf_io_flags.h foo_io_flags.h; \ /bin/cp wrf_io_flags.h foo_io_flags.h; \ if [ 4 -ne 4 ] ; then \ /bin/rm -f foo_io_flags.h; \ sed -e 's/104/105/' wrf_io_flags.h > foo_io_flags.h ;\ fi ; \ /bin/mv foo_io_flags.h ../../inc/wrf_io_flags.h ) /bin/rm -f ../../inc/wrf_status_codes.h /bin/cp wrf_status_codes.h ../../inc make[3]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/ioapi_share' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib_share ; \ make -j 2 CC="gcc" CFLAGS="-w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0" RM="rm -f" RANLIB="ranlib" CPP="cpp -C -P" \ FC="ifort -i4 -I. -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib_share' make[4]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib_share' rm -f io_grib_share.o gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c get_region_center.c cpp -C -P -traditional -I. io_grib_share.F > io_grib_share.f90 ifort -i4 -I. -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -I. -c io_grib_share.f90 gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gridnav.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c open_file.c ar ru ./libio_grib_share.a io_grib_share.o get_region_center.o gridnav.o open_file.o ar: `u' modifier ignored since `D' is the default (see `U') ar: creating ./libio_grib_share.a ranlib ./libio_grib_share.a make[4]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib_share' make[3]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib_share' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1 ; \ make -j 2 CC="gcc" CFLAGS="-w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0" RM="rm -f" RANLIB="ranlib" CPP="cpp -C -P" \ FC="ifort -i4 -I. -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz " TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" archive) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1' Doing make archive on library subdirectory MEL_grib1 make[4]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/MEL_grib1' make[5]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/MEL_grib1' gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c FTP_getfile.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c apply_bitmap.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c display_gribhdr.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gbyte.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c grib_dec.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c grib_enc.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c grib_seek.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribgetbds.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribgetbms.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribgetgds.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribgetpds.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribhdr2file.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribputbds.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribputgds.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribputpds.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c hdr_print.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c init_dec_struct.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c init_enc_struct.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c init_gribhdr.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c init_struct.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c ld_dec_lookup.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c ld_enc_input.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c ld_enc_lookup.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c ld_grib_origctrs.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c make_default_grbfn.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c make_grib_log.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c map_lvl.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c map_parm.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c pack_spatial.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c prt_inp_struct.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c upd_child_errmsg.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c prt_badmsg.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c swap.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c grib_uthin.c gcc -I. -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c set_bytes.c ar ru ../libio_grib1.a FTP_getfile.o apply_bitmap.o display_gribhdr.o gbyte.o grib_dec.o grib_enc.o grib_seek.o gribgetbds.o gribgetbms.o gribgetgds.o gribgetpds.o gribhdr2file.o gribputbds.o gribputgds.o gribputpds.o hdr_print.o init_dec_struct.o init_enc_struct.o init_gribhdr.o init_struct.o ld_dec_lookup.o ld_enc_input.o ld_enc_lookup.o ld_grib_origctrs.o make_default_grbfn.o make_grib_log.o map_lvl.o map_parm.o pack_spatial.o prt_inp_struct.o upd_child_errmsg.o prt_badmsg.o swap.o grib_uthin.o set_bytes.o ar: `u' modifier ignored since `D' is the default (see `U') ar: creating ../libio_grib1.a ranlib ../libio_grib1.a make[5]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/MEL_grib1' make[4]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/MEL_grib1' Doing make archive on library subdirectory grib1_util make[4]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/grib1_util' make[5]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/grib1_util' gcc -I. -I../MEL_grib1 -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c alloc_2d.c gcc -I. -I../MEL_grib1 -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c read_grib.c gcc -I. -I../MEL_grib1 -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c write_grib.c ar ru ../libio_grib1.a alloc_2d.o read_grib.o write_grib.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib ../libio_grib1.a make[5]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/grib1_util' make[4]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/grib1_util' Doing make archive on library subdirectory WGRIB make[4]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/WGRIB' gcc -c -O wgrib_main.c gcc -c -O seekgrib.c gcc -c -O ibm2flt.c gcc -c -O readgrib.c gcc -c -O intpower.c gcc -c -O cnames.c gcc -c -O BDSunpk.c gcc -c -O flt2ieee.c gcc -c -O wrtieee.c gcc -c -O levels.c gcc -c -O PDStimes.c gcc -c -O missing.c gcc -c -O nceptable_reanal.c gcc -c -O nceptable_opn.c gcc -c -O ensemble.c gcc -c -O ombtable.c gcc -c -O ec_ext.c gcc -c -O gribtable.c gcc -c -O gds_grid.c gcc -c -O PDS_date.c gcc -c -O ectable_128.c gcc -c -O ectable_129.c gcc -c -O ectable_130.c gcc -c -O ectable_131.c gcc -c -O ectable_140.c gcc -c -O ectable_150.c gcc -c -O ectable_151.c gcc -c -O ectable_160.c gcc -c -O ectable_170.c gcc -c -O ectable_180.c gcc -c -O nceptab_129.c gcc -c -O dwdtable_002.c gcc -c -O dwdtable_201.c gcc -c -O dwdtable_202.c gcc -c -O dwdtable_203.c gcc -c -O cptectable_254.c gcc -c -O nceptab_130.c gcc -c -O nceptab_131.c gcc -o wgrib.exe wgrib_main.o seekgrib.o ibm2flt.o readgrib.o intpower.o cnames.o BDSunpk.o flt2ieee.o wrtieee.o levels.o PDStimes.o missing.o nceptable_reanal.o nceptable_opn.o ensemble.o ombtable.o ec_ext.o gribtable.o gds_grid.o PDS_date.o ectable_128.o ectable_129.o ectable_130.o ectable_131.o ectable_140.o ectable_150.o ectable_151.o ectable_160.o ectable_170.o ectable_180.o nceptab_129.o dwdtable_002.o dwdtable_201.o dwdtable_202.o dwdtable_203.o cptectable_254.o nceptab_130.o nceptab_131.o #-lm ( cd .. ; \rm -f wgrib.exe ; \ln -sf WGRIB/wgrib.exe wgrib.exe ; cd WGRIB ) make[4]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1/WGRIB' make[4]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1' gcc -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c grib1_routines.c gcc -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c gribmap.c rm -f io_grib1.o cpp -C -P -traditional -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ io_grib1.F > io_grib1.f90 ifort -i4 -I. -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -c io_grib1.f90 gcc -I. -I./MEL_grib1 -Igrib1_util -I../io_grib_share -I../ -w -O3 -g -Wno-implicit-function-declaration -Wno-implicit-int -DMAX_HISTORY=25 -DNMM_CORE=0 -c trim.c ar ru ./libio_grib1.a grib1_routines.o gribmap.o io_grib1.o trim.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib ./libio_grib1.a make[4]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1' make[3]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_grib1' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_int ; \ make -j 2 CC="gcc -DFSEEKO64_OK " RM="rm -f" RANLIB="ranlib" CPP="cpp -C -P" \ FC="ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz " FGREP="fgrep -iq" \ TRADFLAG="-traditional" AR="ar" ARFLAGS="ru" ARCHFLAGS="-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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0" all ) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_int' rm -f module_internal_header_util.f awk '{print "#define", toupper($4), $6}' < ../../inc/intio_tags.h > io_int_idx_tags.h cp ../../frame/module_internal_header_util.F mod_int_hdr_util.b cpp -C -P -traditional -I../../inc -I../ioapi_share mod_int_hdr_util.b > module_internal_header_util.f ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o module_io_int_idx.o -c module_io_int_idx.f90 rm -f mod_int_hdr_util.b cpp -C -P -traditional -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 -DUWM_MISC -DNETCDF -DCLUBB -DSILHS -DCLUBBSTATS -DTESTCASES -DUSE_ALLOCATABLES -DGRIB1 -DINTIO -DLIMIT_ARGS -DCONFIG_BUF_LEN=65536 -DMAX_DOMAINS_F=21 -DMAX_HISTORY=25 -DNMM_NEST=0 module_io_int_read.F90 > module_io_int_read.f Diffwrf io_int will be built later on in this compile. No need to rerun compile. Diffwrf io_int will be built later on in this compile. No need to rerun compile. Diffwrf io_int will be built later on in this compile. No need to rerun compile. Diffwrf io_int will be built later on in this compile. No need to rerun compile. Diffwrf io_int will be built later on in this compile. No need to rerun compile. Diffwrf io_int will be built later on in this compile. No need to rerun compile. ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o module_internal_header_util.o -c module_internal_header_util.f gcc -DFSEEKO64_OK -o io_int_idx.o -c io_int_idx.c io_int_idx.c: In function ‘io_int_index’: io_int_idx.c:131:33: warning: ‘io_int_record_name’ accessing 1056 bytes in a region of size 8 [-Wstringop-overflow=] 131 | io_int_record_name(fmap, pos, rlen, &ptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ io_int_idx.c:131:33: note: referencing argument 4 of type ‘char **’ io_int_idx.c:379:1: note: in a call to function ‘io_int_record_name’ 379 | io_int_record_name(int32_t * fmap, int32_t pos, int32_t size, | ^~~~~~~~~~~~~~~~~~ io_int_idx.c:133:33: warning: ‘io_int_record_date’ accessing 1056 bytes in a region of size 8 [-Wstringop-overflow=] 133 | io_int_record_date(fmap, pos, rlen, &ptr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ io_int_idx.c:133:33: note: referencing argument 4 of type ‘char **’ io_int_idx.c:455:1: note: in a call to function ‘io_int_record_date’ 455 | io_int_record_date(int32_t * fmap, int32_t pos, int32_t size, | ^~~~~~~~~~~~~~~~~~ ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -I../../frame -o module_io_int_read.o -c module_io_int_read.f cpp -C -P -traditional -I../../inc -I../ioapi_share io_int.F90 | m4 -Uinclude -Uindex -Ulen - > io_int.f ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -I../../inc -I../ioapi_share -o io_int.o -c io_int.f rm -f libwrfio_int.a if [ `echo "ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz " | awk '{print $1}'` = "gfortran" ] ; then \ echo removing external declaration of iargc for gfortran ; \ cpp -C -P -traditional -I../ioapi_share diffwrf.F90 | \ sed '/integer *, *external.*iargc/d' > diffwrf.f ; \ else \ cpp -C -P -traditional -I../ioapi_share diffwrf.F90 > diffwrf.f ; \ fi ; \ ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -c -I../ioapi_share diffwrf.f ; \ ar ru libwrfio_int.a io_int.o io_int_idx.o module_io_int_idx.o module_io_int_read.o ar: `u' modifier ignored since `D' is the default (see `U') ar: creating libwrfio_int.a ranlib libwrfio_int.a ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -o test_io_idx test_io_idx.f90 -L. -lwrfio_int if [ -f ../../frame/pack_utils.o -a -f ../../frame/clog.o ] ; then \ ifort -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -I../ioapi_share -o diffwrf diffwrf.f \ ../../frame/pack_utils.o ../../frame/module_internal_header_util.o ../../frame/module_driver_constants.o ../../frame/module_machine.o ../../frame/module_wrf_error.o ../../frame/wrf_debug.o libwrfio_int.a ; \ fi make[3]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_int' ( cd /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/fftpack/fftpack5 ; \ make -j 2 FC="ifort" FFLAGS="-i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz" RANLIB="ranlib" AR="ar" ARFLAGS="ru" ) make[3]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/fftpack/fftpack5' ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f2kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f2kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f3kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f3kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f4kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f4kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f5kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1f5kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1fgkb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1fgkf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1fm1b.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz c1fm1f.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfft1b.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfft1f.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfft1i.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfft2b.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfft2f.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfft2i.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfftmb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfftmf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cfftmi.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf2kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf2kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf3kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf3kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf4kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf4kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf5kb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmf5kf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmfgkb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmfgkf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmfm1b.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cmfm1f.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosq1b.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosq1f.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosq1i.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosqb1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosqf1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosqmb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosqmf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cosqmi.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cost1b.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cost1f.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz cost1i.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz costb1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz costf1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz costmb.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz costmf.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz costmi.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz factor.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mcfti1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mcsqb1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mcsqf1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mcstb1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mcstf1.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradb2.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradb3.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradb4.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradb5.F ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradbg.F Aborted by Gunther Huebler Sending interrupt signal to process ifort: error #10106: Fatal error in /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/intel-oneapi-compilers-2023.2.0-fmyvemnurthfcavvd7ujk6wskls73vdp/compiler/2023.2.0/linux/bin/intel64/../../bin/intel64/fortcom, terminated by terminate signal compilation aborted for mradb5.F (code 1) make[3]: [Makefile:23: mradb5.o] Error 1 (ignored) ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradf2.F ifort: error #10106: Fatal error in /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/intel-oneapi-compilers-2023.2.0-fmyvemnurthfcavvd7ujk6wskls73vdp/compiler/2023.2.0/linux/bin/intel64/../../bin/intel64/fortcom, terminated by terminate signal compilation aborted for mradbg.F (code 1) make[3]: [Makefile:23: mradbg.o] Error 1 (ignored) ifort -c -i4 -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz -ip -fp-model precise -w -ftz -align all -fno-alias -FR -fpp -convert big_endian -O2 -debug extended -g -traceback -check bounds -ftrapuv -fpe0 -ftz mradf3.F make[3]: [Makefile:23: mradf3.o] Terminated (ignored) make[3]: [Makefile:23: mradf2.o] Error 15 (ignored) Terminated make[2]: [../configure.wrf:334: fftpack] Error 143 (ignored) ( /bin/rm -f /home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/tools/gen_comms.c ) ( if [ ! -e module_dm.F ] ; then /bin/cp module_dm_warning module_dm.F ; cat module_dm_stubs.F >> module_dm.F ; fi ) make[2]: [../configure.wrf:283: module_dm_serial] Terminated (ignored) Terminated make[1]: [Makefile:607: ext] Error 143 (ignored) make[1]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF' make -i -r MODULE_DIRS="-I../dyn_em -I../dyn_nmm -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/esmf_time_f90 -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/main -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_netcdf -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/external/io_int -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/frame -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/share -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/phys -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/chem -I/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/inc -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include " toolsdir make[1]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF' make: *** [Makefile:56: framework_only] Terminated Terminated -------------------------------------- ( cd tools ; make -i -r CC_TOOLS_CFLAGS="-DNMM_CORE=0" CC_TOOLS="gcc -DIWORDSIZE=4 -DMAX_HISTORY=25" ) make[2]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/tools' gcc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g registry.c registry.c: In function ‘main’: registry.c:60:3: warning: implicit declaration of function ‘sym_forget’; did you mean ‘sym_get’? [-Wimplicit-function-declaration] 60 | sym_forget() ; | ^~~~~~~~~~ | sym_get registry.c:132:3: warning: implicit declaration of function ‘gen_io_boilerplate’ [-Wimplicit-function-declaration] 132 | gen_io_boilerplate() ; /* 20091213 jm. Generate the io_boilerplate_temporary.inc file */ | ^~~~~~~~~~~~~~~~~~ registry.c:134:3: warning: implicit declaration of function ‘init_parser’ [-Wimplicit-function-declaration] 134 | init_parser() ; | ^~~~~~~~~~~ registry.c:157:8: warning: implicit declaration of function ‘pre_parse’; did you mean ‘reg_parse’? [-Wimplicit-function-declaration] 157 | if ( pre_parse( dir, fp_in, fp_tmp ) ) { | ^~~~~~~~~ | reg_parse registry.c:177:3: warning: implicit declaration of function ‘check_dimspecs’ [-Wimplicit-function-declaration] 177 | check_dimspecs() ; | ^~~~~~~~~~~~~~ registry.c:187:3: warning: implicit declaration of function ‘gen_actual_args_new’; did you mean ‘gen_actual_args’? [-Wimplicit-function-declaration] 187 | gen_actual_args_new( "inc" ) ; | ^~~~~~~~~~~~~~~~~~~ | gen_actual_args registry.c:189:3: warning: implicit declaration of function ‘gen_dummy_args_new’; did you mean ‘gen_dummy_args’? [-Wimplicit-function-declaration] 189 | gen_dummy_args_new( "inc" ) ; | ^~~~~~~~~~~~~~~~~~ | gen_dummy_args registry.c:191:3: warning: implicit declaration of function ‘gen_dummy_decls_new’; did you mean ‘gen_dummy_decls’? [-Wimplicit-function-declaration] 191 | gen_dummy_decls_new( "inc" ) ; | ^~~~~~~~~~~~~~~~~~~ | gen_dummy_decls registry.c:193:3: warning: implicit declaration of function ‘gen_namelist_statements’; did you mean ‘gen_namelist_defines’? [-Wimplicit-function-declaration] 193 | gen_namelist_statements("inc") ; | ^~~~~~~~~~~~~~~~~~~~~~~ | gen_namelist_defines registry.c:203:3: warning: implicit declaration of function ‘gen_nest_interp’; did you mean ‘gen_nest_interp1’? [-Wimplicit-function-declaration] 203 | gen_nest_interp( "inc" ) ; | ^~~~~~~~~~~~~~~ | gen_nest_interp1 registry.c:205:3: warning: implicit declaration of function ‘gen_streams’; did you mean ‘gen_swaps’? [-Wimplicit-function-declaration] 205 | gen_streams("inc") ; | ^~~~~~~~~~~ | gen_swaps registry.c:208:3: warning: implicit declaration of function ‘gen_comms’ [-Wimplicit-function-declaration] 208 | gen_comms( "inc" ) ; /* this is either package supplied (by copying a */ | ^~~~~~~~~ registry.c:216:32: warning: ‘%s’ directive writing up to 511 bytes into a region of size 501 [-Wformat-overflow=] 216 | sprintf(command,"/bin/rm -f %s\n",fname_tmp ); | ^~ ~~~~~~~~~ registry.c:216:4: note: ‘sprintf’ output between 13 and 524 bytes into a destination of size 512 216 | sprintf(command,"/bin/rm -f %s\n",fname_tmp ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g my_strtok.c gcc -DIWORDSIZE=4 -DMAX_HISTORY=25 -DNMM_CORE=0 -c -g reg_parse.c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run WRF-CLUBB) [Pipeline] sh + source /etc/profile.d/larson-group.sh ++ export GIT_EDITOR=vi ++ GIT_EDITOR=vi ++ export SVN_EDITOR=vi ++ SVN_EDITOR=vi ++ export OMP_STACKSIZE=1048579 ++ OMP_STACKSIZE=1048579 ++ export LMOD_ROOT=/opt/lmod/ ++ LMOD_ROOT=/opt/lmod/ ++ source /opt/lmod//lmod/lmod/init/bash +++ '[' -z '' ']' +++ case "$-" in +++ __lmod_vx=x +++ '[' -n x ']' +++ set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash) Shell debugging restarted +++ unset __lmod_vx +++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit ++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core ++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core + module load intel netcdf-fortran mpich intel-oneapi-mkl + '[' -z '' ']' + case "$-" in + __lmod_sh_dbg=x + '[' -n x ']' + set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output Shell debugging restarted + unset __lmod_sh_dbg + return 0 + cd WRF/test/em_quarter_ss + ./run_WRF_CLUBB.bash -all [23 Oct 2024 04:49:35 PM] *** Script started (run_WRF_CLUBB.bash) ./run_WRF_CLUBB.bash: line 108: ./ideal.exe: No such file or directory Running ARM ./run_WRF_CLUBB.bash: line 110: ./wrf.exe: No such file or directory mv: cannot stat 'clubb_sfc.nc': No such file or directory mv: cannot stat 'clubb_zm.nc': No such file or directory mv: cannot stat 'clubb_zt.nc': No such file or directory ./run_WRF_CLUBB.bash: line 140: ./ideal.exe: No such file or directory Running ATEX ./run_WRF_CLUBB.bash: line 142: ./wrf.exe: No such file or directory mv: cannot stat 'clubb_sfc.nc': No such file or directory mv: cannot stat 'clubb_zm.nc': No such file or directory mv: cannot stat 'clubb_zt.nc': No such file or directory ./run_WRF_CLUBB.bash: line 172: ./ideal.exe: No such file or directory Running BOMEX ./run_WRF_CLUBB.bash: line 174: ./wrf.exe: No such file or directory mv: cannot stat 'clubb_sfc.nc': No such file or directory mv: cannot stat 'clubb_zm.nc': No such file or directory mv: cannot stat 'clubb_zt.nc': No such file or directory ./run_WRF_CLUBB.bash: line 206: ./ideal.exe: No such file or directory Running FIRE ./run_WRF_CLUBB.bash: line 208: ./wrf.exe: No such file or directory mv: cannot stat 'clubb_sfc.nc': No such file or directory mv: cannot stat 'clubb_zm.nc': No such file or directory mv: cannot stat 'clubb_zt.nc': No such file or directory ./run_WRF_CLUBB.bash: line 239: ./ideal.exe: No such file or directory Running Wangara ./run_WRF_CLUBB.bash: line 241: ./wrf.exe: No such file or directory mv: cannot stat 'clubb_sfc.nc': No such file or directory mv: cannot stat 'clubb_zm.nc': No such file or directory mv: cannot stat 'clubb_zt.nc': No such file or directory svn: E155007: '/home/jenkins/workspace/wrf_plot_clubb_ifort/WRF/test/em_quarter_ss/namelist.input' is not a working copy [23 Oct 2024 04:49:38 PM] *** Script ended successfully (run_WRF_CLUBB.bash) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compile and Run CLUBB) [Pipeline] sh + source /etc/profile.d/larson-group.sh ++ export GIT_EDITOR=vi ++ GIT_EDITOR=vi ++ export SVN_EDITOR=vi ++ SVN_EDITOR=vi ++ export OMP_STACKSIZE=1048579 ++ OMP_STACKSIZE=1048579 ++ export LMOD_ROOT=/opt/lmod/ ++ LMOD_ROOT=/opt/lmod/ ++ source /opt/lmod//lmod/lmod/init/bash +++ '[' -z '' ']' +++ case "$-" in +++ __lmod_vx=x +++ '[' -n x ']' +++ set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash) Shell debugging restarted +++ unset __lmod_vx +++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit ++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core ++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core + module load intel netcdf-fortran + '[' -z '' ']' + case "$-" in + __lmod_sh_dbg=x + '[' -n x ']' + set +x Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output Shell debugging restarted + unset __lmod_sh_dbg + return 0 + rm -rf clubb + git clone https://github.com/larson-group/clubb Cloning into 'clubb'... + clubb/compile/compile.bash -c config/linux_x86_64_ifort.bash ......................................................................................................................................................................... Make.clubb_lapack is ready. ................................................................................. Make.clubb_param is ready. ......................... Make.clubb_bugsrad is ready. ... Make.microphys_utils is ready. ..... Make.clubb_parabolic is ready. .............. Make.clubb_KK_microphys is ready. ................................................. Make.clubb_coamps is ready. ... Make.clubb_morrison is ready. ... Make.clubb_gfdlact is ready. ............. Make.silhs is ready. .................................................................. Make.clubb_other is ready. ... Make.clubb_standalone is ready. ... Make.clubb_thread_test is ready. ............ Make.clubb_tuner is ready. ... Make.jacobian is ready. ................ Make.G_unit_tests is ready. ... Make.int2txt is ready. cd /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../obj; make -f Make.clubb_param cd /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../obj; make -f Make.clubb_gfdlact make[1]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/obj' ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/SCM_Activation/aer_ccn_act_k.F90 make[1]: Entering directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/obj' ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/clubb_precision.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/error_code.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/model_flags.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/lapack_interfaces.F90 /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/error_code.F90(83): warning #8889: Explicit interface or EXTERNAL declaration is required. [GETPID] write(err_header,'(A7,I7,A20)') "Process ", getpid(), " -- CLUBB -- ERROR: " ----------------------------------------------------^ ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/parameter_indices.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stat_file_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_variables.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/penta_lu_solver.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/tridiag_lu_solver.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/mt95.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/input_names.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/array_index.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/endian.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/code_timer_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/constants_clubb.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/parameters_model.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_type.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/calc_roots.F90 ar rv /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../lib/libclubb_gfdlact.a aer_ccn_act_k.o ar: creating /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../lib/libclubb_gfdlact.a ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/file_functions.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/interpolation.F90 a - aer_ccn_act_k.o make[1]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/obj' ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/T_in_K_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/saturation.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_type_utilities.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/lapack_wrap.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/matrix_operations.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/hydromet_pdf_parameter_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/pdf_parameter_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_rad_zm_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_rad_zt_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_zm_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_zt_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_sfc_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/Skx_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/sigma_sqd_w_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/calendar.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_lh_zt_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_lh_sfc_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/pdf_utilities.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/new_hybrid_pdf.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/new_tsdadg_pdf.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/LY93_pdf.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/precipitation_fraction.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/Nc_Ncn_eqns.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/diagnose_correlations_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/grid_class.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/new_pdf.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/matrix_solver_wrapper.F90 Click here to forcibly terminate running steps ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/input_reader.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c -I/home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_grads.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/calc_pressure.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_helper_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/mean_adv.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/corr_varnce_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/parameters_tunable.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/sponge_layer_damping.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/turbulent_adv_pdf.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/diffusion.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/pos_definite_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/clip_explicit.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/index_mapping.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_xp3_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/mono_flux_limiter.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/fill_holes.F90 /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/mono_flux_limiter.F90(456): remark #7712: This variable has not been used. [TMP] tmp, & ------^ ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/numerical_check.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/new_pdf_main.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/new_hybrid_pdf_main.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/sfc_varnce_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/mixing_length.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/pdf_closure_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90 /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1286): warning #8889: Explicit interface or EXTERNAL declaration is required. [NF_ENDDEF] call nf_enddef(ncid_zm) -----------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1341): warning #8889: Explicit interface or EXTERNAL declaration is required. [NF_ENDDEF] call nf_enddef(ncid_zt) -----------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1032): remark #7712: This variable has not been used. [UM] um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1032): remark #7712: This variable has not been used. [VM] um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, & --------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1032): remark #7712: This variable has not been used. [UP3] um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, & ------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1032): remark #7712: This variable has not been used. [VP3] um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, & -----------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1032): remark #7712: This variable has not been used. [RTP3] um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, & ---------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1032): remark #7712: This variable has not been used. [THLP3] um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, & ---------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1034): remark #7712: This variable has not been used. [SCLRM] sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1034): remark #7712: This variable has not been used. [SCLRP3] sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, & -----------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1034): remark #7712: This variable has not been used. [WPSCLRP] sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, & -------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1034): remark #7712: This variable has not been used. [SCLRP2] sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, & ----------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1034): remark #7712: This variable has not been used. [SCLRPRTP] sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, & ------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1034): remark #7712: This variable has not been used. [SCLRPTHLP] sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, & ----------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1035): remark #7712: This variable has not been used. [P_IN_PA] p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1035): remark #7712: This variable has not been used. [EXNER] p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, & -------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1035): remark #7712: This variable has not been used. [WP2THVP] p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, & -------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1035): remark #7712: This variable has not been used. [WPTHVP] p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, & ----------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1035): remark #7712: This variable has not been used. [RTPTHVP] p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, & ------------------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1036): remark #7712: This variable has not been used. [THLPTHVP] thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1036): remark #7712: This variable has not been used. [SCLRPTHVP] thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, & --------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1036): remark #7712: This variable has not been used. [WP2RTP] thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, & -------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1036): remark #7712: This variable has not been used. [WP2THLP] thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, & ---------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1036): remark #7712: This variable has not been used. [WPUP2] thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, & ------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1036): remark #7712: This variable has not been used. [WPVP2] thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, & -------------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1037): remark #7712: This variable has not been used. [ICE_SUPERSAT_FRAC] ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1037): remark #7712: This variable has not been used. [UPRCP] ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, & -----------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1037): remark #7712: This variable has not been used. [VPRCP] ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, & ------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1037): remark #7712: This variable has not been used. [RC_COEF_ZM] ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, & -------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1037): remark #7712: This variable has not been used. [WP4] ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, & -------------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1037): remark #7712: This variable has not been used. [WP2UP2] ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, & ------------------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1038): remark #7712: This variable has not been used. [WP2VP2] wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1038): remark #7712: This variable has not been used. [UM_PERT] wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, & ------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1038): remark #7712: This variable has not been used. [VM_PERT] wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, & ---------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1038): remark #7712: This variable has not been used. [UPWP_PERT] wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, & ------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1038): remark #7712: This variable has not been used. [VPWP_PERT] wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, & -----------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1038): remark #7712: This variable has not been used. [EDSCLRM] wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, & ----------------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1039): remark #7712: This variable has not been used. [RCM_IN_LAYER] rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1039): remark #7712: This variable has not been used. [CLOUD_COVER] rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, & ------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1039): remark #7712: This variable has not been used. [W_UP_IN_CLOUD] rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, & -------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1039): remark #7712: This variable has not been used. [W_DOWN_IN_CLOUD] rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, & ----------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1040): remark #7712: This variable has not been used. [CLOUDY_UPDRAFT_FRAC] cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, & ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1040): remark #7712: This variable has not been used. [CLOUDY_DOWNDRAFT_FRAC] cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, & -------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1040): remark #7712: This variable has not been used. [WPRCP] cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, & ------------------------------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1041): remark #7712: This variable has not been used. [INVRS_TAU_ZM] invrs_tau_zm, Kh_zt, Kh_zm, thlprcp ) ----------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1041): remark #7712: This variable has not been used. [KH_ZT] invrs_tau_zm, Kh_zt, Kh_zm, thlprcp ) ------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1041): remark #7712: This variable has not been used. [KH_ZM] invrs_tau_zm, Kh_zt, Kh_zm, thlprcp ) -------------------------------------------------------------^ /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/output_netcdf.F90(1041): remark #7712: This variable has not been used. [THLPRCP] invrs_tau_zm, Kh_zt, Kh_zm, thlprcp ) --------------------------------------------------------------------^ ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/stats_clubb_utilities.F90 ifx -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DNR_SP -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/spack/opt/spack/linux-pop22-cascadelake/oneapi-2023.2.0/netcdf-fortran-4.5.3-dse32dm7kmsorqtyicefw5hz4kl24mhf/include -xHost -O3 -fp-model strict -warn -warn notruncated_source -c /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_clubb_core_module.F90 Sending interrupt signal to process Aborted by Gunther Huebler ifx: error #10106: Fatal error in /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/intel-oneapi-compilers-2023.2.0-fmyvemnurthfcavvd7ujk6wskls73vdp/compiler/2023.2.0/linux/bin-llvm/xfortcom, terminated by terminate signal compilation aborted for /home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/compile/../src/CLUBB_core/advance_clubb_core_module.F90 (code 1) make[1]: *** [Make.clubb_param:22: advance_clubb_core_module.o] Error 1 make[1]: Leaving directory '/home/jenkins/workspace/wrf_plot_clubb_ifort/clubb/obj' make: *** [Makefile:14: libclubb_param.a] Error 2 script returned exit code 2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Plot) Stage "Plot" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: bf08254f-4780-49ea-9707-e7d382c60c4e Finished: ABORTED