leah_johnson@brown_edu
New Member
Hello, I’m running cesm1 on Cheyenne that was previously run on Yellowstone. I changed the env_mach_spec according to posts (and included at the end of this email):https://bb.cgd.ucar.edu/cesm-1221-cesmsetup-module-issue-cheyennehttps://bb.cgd.ucar.edu/cheyenne-update-module-issues-all-cesm-versionsAnd have successfully run the model with compset = 2000_DATM%IAF_SLND_CICE_POP2_DROF%IAF_SGLC_SWAV. But when I try a new case with compset = 1850_CAM4_CLM40%SP_CICE_POP2_RTM_SGLC_WW3, the model build fails at cam.buildlib with the following error in the atm.bldlog (last lines): *******************/gpfs/u/home/leahjoh/wave04_cesm1_4_beta04_v160608/components/cam/src/utils/fft99.F90(1247): remark #5140: Unrecognized directive!DIR$ CONCURRENT ----------------^ifort: command line remark #10411: option '-no-opt-dynamic-align' is deprecated and will be removed in a future release. Please use the replacement option '-qno-opt-dynamic-align'rm buffer.F90 subcol_utils.F90 physics_buffer.F90ERROR: cam.buildexe gmake complib -j 8 MODEL=cam COMPLIB=/glade/scratch/leahjoh/b1850_f19_gx1_ww_test/bld/lib/libatm.a USER_CPPDEFS=" -DCO2A -DMAXPATCH_PFT=numpft+1 -DLSMLAT=1 -DLSMLON=1 -DPLON=144 -DPLAT=96 -DPLEV=26 -DPCNST=3 -DPCOLS=16 -DPSUBCOLS=1 -DN_RAD_CNST=30 -DPTRM=1 -DPTRN=1 -DPTRK=1 -DSTAGGERED -DSPMD -DHAVE_VPRINTF -DHAVE_TIMES -DHAVE_GETTIMEOFDAY -DHAVE_COMM_F2C -DHAVE_NANOTIME -DBIT64 -DHAVE_SLASHPROC" -f /gpfs/u/home/leahjoh/test_wave04_cesm1_4_beta04_v190519/b1850_f19_gx1_ww_test/Tools/Makefile failed: 512 ********************I changed the load modules in env_mach_specific, and have followed a previous post to set HAS_F2008_CONTIGUOUS:=FALSE, but the build fails at the same place. Any help would be appreciated.Best, Leah ******************* env_mach_spec: #! /bin/tcsh # -------------------------------------------------------------------------# Laramie build specific settings# ------------------------------------------------------------------------- source /etc/profile.d/modules.csh module purge #module load intel/19.0.1module load intel/17.0.1module load ncarenv/1.2module load mklmodule load ncarcompilers/0.4.1module load mpt/2.19 if($MPILIB== "mpi-serial" ) then module load netcdf/4.4.1.1else module load netcdf-mpi/4.4.1.1 module load pnetcdf/1.11.0 endif module load esmf_libs/7.1.0r if($MPILIB== "mpi-serial") then #if ( $DEBUG == "TRUE") then # module load esmf-7.1.0r-ncdfio-uni-g #else module load esmf-7.1.0r-ncdfio-uni-O #endif else #if ( $DEBUG == "TRUE") then # module load esmf-7.1.0r-defio-mpi-g #else module load esmf-7.1.0r-defio-mpi-O #endif endif #module load ncarcompilers/1.0#module load cmake/2.8.10.2#module load ncarbinlibs/1.0 module load perlmods #module load gmake/4.1# load the python modulesmodule load python #module load all-python-libs