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

PIO ERROR (CESM1_2_2) on Stampede

Dear CESM Software Engineer,I am trying to compile CESM1_2_2 in Stampede. When it is compiled, it shows many errors. ERROR:/opt/apps/intel15/impi/5.0.2.044/intel64/bin/mpif90  -DPIO_LUSTRE_HINTS -DUSEMPIIO -D_NETCDF -D_NOUSEMCT -D_PNETCDF -D_USEBOX -fp-model source -convert big_endian -assume byterecl -ftz -traceback -assume realloc_lhs  -xHost  -O2   -DLINUX  -DNDEBUG -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -DHAVE_NANOTIME  -DLINUX -DCPRINTEL  -DHAVE_SLASHPROC -I.  -I/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/include -I/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/MCT/noesmf/a1l1r1i1o1g1w1/csm_share -I/opt/apps/intel15/netcdf/4.3.3.1/x86_64/include -I/opt/apps/intel15/mvapich2_2_1/pnetcdf/1.6.1/include -I/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/include -I/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/csm_share/shr -I/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio -I/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio -I/opt/apps/intel15/netcdf/4.3.3.1/x86_64/include -I/opt/apps/intel15/mvapich2_2_1/pnetcdf/1.6.1/include    -c /scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/nf_mod.F90 -o CMakeFiles/pio.dir/nf_mod.F90.o/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/calcdisplace_mod.F90(56): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [ALLOC_MOD]/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio/rearrange.F90(18): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [BOX_REARRANGE]/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/ionf_mod.F90(6): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [ALLOC_MOD]  use box_rearrange    use alloc_mod, only : alloc_check,dealloc_check------^--------^  use alloc_mod------^compilation aborted for /scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio/rearrange.F90 (code 1)gmake[3]: *** [CMakeFiles/pio.dir/rearrange.F90.o] Error 1gmake[3]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'gmake[2]: *** [CMakeFiles/pio.dir/rearrange.F90.o.provides] Error 2gmake[2]: *** Waiting for unfinished jobs..../scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/calcdisplace_mod.F90(164): error #6406: Conflicting attributes or multiple declaration of name.   [DEALLOC_CHECK]          call dealloc_check(displace)---------------^/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/calcdisplace_mod.F90(165): error #6406: Conflicting attributes or multiple declaration of name.   [ALLOC_CHECK]          call alloc_check(displace,0)---------------^/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/calcdisplace_mod.F90(56): error #6580: Name in only-list does not exist.   [ALLOC_CHECK]    use alloc_mod, only : alloc_check,dealloc_check--------------------------^  use alloc_mod, only : alloc_check,dealloc_check/scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/nf_mod.F90(15): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [ALLOC_MOD]--------------------------------------^  use alloc_mod------^compilation aborted for /scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/calcdisplace_mod.F90 (code 1)gmake[3]: *** [CMakeFiles/pio.dir/calcdisplace_mod.F90.o] Error 1gmake[3]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'gmake[2]: *** [CMakeFiles/pio.dir/calcdisplace_mod.F90.o.provides] Error 2/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio/iompi_mod.F90(22): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [ALLOC_MOD]  use alloc_mod, only : alloc_check------^/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio/iompi_mod.F90(22): error #6580: Name in only-list does not exist.   [ALLOC_CHECK]  use alloc_mod, only : alloc_check------------------------^compilation aborted for /scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/ionf_mod.F90 (code 1)compilation aborted for /scratch/03778/tg830775/cesm_Releases/cesm1_2_2_new/models/utils/pio/nf_mod.F90 (code 1)gmake[3]: *** [CMakeFiles/pio.dir/ionf_mod.F90.o] Error 1gmake[3]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'gmake[2]: *** [CMakeFiles/pio.dir/ionf_mod.F90.o.provides] Error 2gmake[3]: *** [CMakeFiles/pio.dir/nf_mod.F90.o] Error 1gmake[3]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'compilation aborted for /scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio/iompi_mod.F90 (code 1)gmake[2]: *** [CMakeFiles/pio.dir/nf_mod.F90.o.provides] Error 2gmake[3]: *** [CMakeFiles/pio.dir/iompi_mod.F90.o] Error 1gmake[3]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'gmake[2]: *** [CMakeFiles/pio.dir/iompi_mod.F90.o.provides] Error 2gmake[2]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'gmake[1]: *** [CMakeFiles/pio.dir/all] Error 2gmake[1]: Leaving directory `/scratch/03778/tg830775/CJ_CESM_TEST1/bld/intel/impi/nodebug/nothreads/pio'gmake: *** [all] Error 2   Could you please give me somesuggestion?  Thanks,Chinmay   
 

sacks

Bill Sacks
CSEG and Liaisons
Staff member
Please post this to one of these forums:http://forum.cgd.ucar.edu/forums/software-developmenthttp://forum.cgd.ucar.edu/forums/porting
 
Top