Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

porting of cesm on comet machine/XSEDE

Hi I am trying to port CESM1_2_2 on comet machine (one of the XSEDE machine) I am able to cerate test case and run cesm_setup; but it gives follwoing error during the build case: ----------------------------------------------------------------------------------ERROR: buildlib.csm_share failed, see /home/kumars/test2/bld/intel/MPICH2/nodebug/nothreads/csm_share.bldlog.150901-144117ERROR: cat /home/kumars/test2/bld/intel/MPICH2/nodebug/nothreads/csm_share.bldlog.150901-144117-------------------------------------------------------------------------------- relevang log files has follwing details: ----------------------------------------------------------------------------------------------Tue Sep 1 14:41:21 PDT 2015 /home/kumars/test2/bld/intel/MPICH2/nodebug/nothreads/csm_share.bldlog.150901-144117mpif90  -c -I.  -I/home/kumars/test2/bld/intel/MPICH2/nodebug/nothreads/include -I/home/kumars/test2/bld/intel/MPICH2/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share -IUSERDEFINED_MUST_EDIT_THIS/include -I/home/kumars/test2/bld/intel/MPICH2/nodebug/nothreads/include -I/home/kumars/cesm1_2_2/models/csm_share/shr -I. -I/home/kumars/test2/SourceMods/src.share -I/home/kumars/cesm1_2_2/models/drv/shr -I/home/kumars/cesm1_2_2/models/dead_share -I/home/kumars/cesm1_2_2/models/csm_share/shr -I/home/kumars/cesm1_2_2/models/utils/esmf_wrf_timemgr -I/home/kumars/test2/bld/lib/include  -fp-model source -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs  -O2  -DNUM_COMP_INST_ATM=1 -DNUM_COMP_INST_LND=1 -DNUM_COMP_INST_OCN=1 -DNUM_COMP_INST_ICE=1 -DNUM_COMP_INST_GLC=1 -DNUM_COMP_INST_WAV=1 -DNUM_COMP_INST_ROF=1 -DLINUX  -DNDEBUG -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -free   /home/kumars/cesm1_2_2/models/drv/shr/seq_io_mod.F90/home/kumars/cesm1_2_2/models/drv/shr/seq_io_mod.F90(1170): error #6404: This name does not have a type, and must have an explicit type.   [PIO_UNLIMITED]      rcode = pio_def_dim(cpl_io_file,'time',PIO_UNLIMITED,dimid(1))---------------------------------------------^compilation aborted for /home/kumars/cesm1_2_2/models/drv/shr/seq_io_mod.F90 (code 1)gmake: *** [seq_io_mod.o] Error 1gmake  complib -j 1 MODEL=csm_share COMPLIB=libcsm_share.a USER_CPPDEFS="  -DNUM_COMP_INST_ATM=1 -DNUM_COMP_INST_LND=1 -DNUM_COMP_INST_OCN=1 -DNUM_COMP_INST_ICE=1 -DNUM_COMP_INST_GLC=1 -DNUM_COMP_INST_WAV=1 -DNUM_COMP_INST_ROF=1" -f /home/kumars/test2/Tools/Makefile  returned non-zero exit status 2 __________________________________________________________________________ Any suggestion on how to resolove the issue. ThanksSanjiv Kumar 
 
Top