cabin_jc@gmail_com
New Member
Hello, everyone.
i met some problem in exebuild step. i tried to build CESM1.0 and CCSM4. they both didn't work.
CESM1.0:
it was stuck at the csm_share step and couldn't stop automatically without "ctrl+c" no matter "FC=mpif90 CC=mpicc" or "FC=ifort CC=icc".
eg:
Mon Oct 18 18:06:06 CST 2010 /mnt/test/test1/mct/mct.bldlog.101018-180605
Mon Oct 18 18:06:33 CST 2010 /mnt/test/test1/pio/pio.bldlog.101018-180605
Mon Oct 18 18:06:58 CST 2010 /mnt/test/test1/csm_share/csm_share.bldlog.101018-180605
vi the csm_share.bldlog, i found many missing variables.
eg:
/home/test/cesm1_0_1/models/utils/esmf_wrf_timemgr/ESMF_BaseMod.F90(672): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [TYPE]
subroutine ESMF_AttributeGetbyNumber(anytype, number, name, type, value, rc)
/home/test/cesm1_0_1/models/utils/timing/gptl.c(2156): warning #167: argument of type "int (*)(const char **, const char **)" is incompatible with parameter of type "__compar_fn_t" qsort( sort[t], count[t], sizeof(char*), cmp );
How can i solve the problem? Thank you first!
i met some problem in exebuild step. i tried to build CESM1.0 and CCSM4. they both didn't work.
CESM1.0:
it was stuck at the csm_share step and couldn't stop automatically without "ctrl+c" no matter "FC=mpif90 CC=mpicc" or "FC=ifort CC=icc".
eg:
Mon Oct 18 18:06:06 CST 2010 /mnt/test/test1/mct/mct.bldlog.101018-180605
Mon Oct 18 18:06:33 CST 2010 /mnt/test/test1/pio/pio.bldlog.101018-180605
Mon Oct 18 18:06:58 CST 2010 /mnt/test/test1/csm_share/csm_share.bldlog.101018-180605
vi the csm_share.bldlog, i found many missing variables.
eg:
/home/test/cesm1_0_1/models/utils/esmf_wrf_timemgr/ESMF_BaseMod.F90(672): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [TYPE]
subroutine ESMF_AttributeGetbyNumber(anytype, number, name, type, value, rc)
/home/test/cesm1_0_1/models/utils/timing/gptl.c(2156): warning #167: argument of type "int (*)(const char **, const char **)" is incompatible with parameter of type "__compar_fn_t" qsort( sort[t], count[t], sizeof(char*), cmp );
How can i solve the problem? Thank you first!