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

mpif90 compiling issue on Linux when doing running build

Hi,I am trying to port the model builder to our Linux server but I am getting errros and I have no idea how to fix thta.If anyone has had sanme issue or if anyone know how to fix that I would be happy to hear it. mpif90  -c -I.  -I/opt/CESM/cesm1_2_1/scripts/test1//pio -I/usr/lib64/gfortran/modules/include -I/usr/include -I/opt/CESM/cesm1_2_1/scripts/test1//mct/mct -I/opt/CESM/cesm1_2_1/scripts/test1//mct/mpeu -I/opt/CESM/cesm1_2_1/scripts/test1//pio -I/opt/CESM/cesm1_2_1/scripts/test1//gptl -I/opt/CESM/cesm1_2_1/models/utils/pio -I/opt/CESM/cesm1_2_1/scripts/test1//lib/include -I. -I/opt/CESM/cesm1_2_1/scripts/test1/SourceMods/src.share -I/opt/CESM/cesm1_2_1/models/drv/shr_mct -I/opt/CESM/cesm1_2_1/models/drv/shr -I/opt/CESM/cesm1_2_1/models/dead_share -I/opt/CESM/cesm1_2_1/models/csm_share/shr -I/opt/CESM/cesm1_2_1/models/utils/esmf_wrf_timemgr -I/opt/CESM/cesm1_2_1/scripts/test1//lib/include  -O -fconvert=big-endian -ffree-line-length-none -ffixed-line-length-none  -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  -DMCT_INTERFACE -DHAVE_MPI -DFORTRANUNDERSCORE -DNO_R16 -Dlinux -DCPRGNU  -ffree-form   /opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90Warning: Nonexistent include directory "/opt/CESM/cesm1_2_1/models/drv/shr_mct"/opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90:60.53:      shr_infnan_isposinf => shr_test_infnan_isposinf, &                                                     1Error: Symbol 'shr_test_infnan_isneginf' referenced at (1) not found in module 'shr_test_infnan_mod'/opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90:281.37:   integer, parameter :: sneginf_pat = Z'FF800000'                                     1Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at (1). This check can be disabled with the option -fno-range-check/opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90:343.41:   integer(i8), parameter :: dneginf_pat = Z'FFF0000000000000'                                         1Error: Arithmetic overflow converting INTEGER(16) to INTEGER(8) at (1). This check can be disabled with the option -fno-range-check/opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90:73.29: public :: shr_infnan_isneginf                             1Error: Symbol 'shr_infnan_isneginf' at (1) has no IMPLICIT type/opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90:358.34:      output = transfer(dneginf_pat, output)                                  1Error: Symbol 'dneginf_pat' at (1) has no IMPLICIT type/opt/CESM/cesm1_2_1/models/csm_share/shr/shr_infnan_mod.F90:296.34:      output = transfer(sneginf_pat, output)                                  1Error: Symbol 'sneginf_pat' at (1) has no IMPLICIT typegmake: *** [shr_infnan_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 /opt/CESM/cesm1_2_1/scripts/test1/Tools/Makefile  returned non-zero exit status 2 
 
Top