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

compilation aborted

Dear all,

I try to compile the uncoupled model with ifort and icc (i.e. work successful for the fully coupled model), currently I still have problem with the flags, the error shows below. Any idea of my problem? Thank you so much.

Best regards,
Rima

OS : Linux
FC : ifort
CC : icc
mpi : mpt
FFLAGS := -c -r8 -i4 -recursive -extend_source -O2 -convert big_endian
-prec-div -prec-sqrt -fp-speculation safe -mp1 -fp-model precise -ftz
-----------------------------------------------------------------------------------
compile_log.clm
----------------------------------------------------------------------------------
ifort -c -free -c -r8 -i4 -recursive -extend_source -O2 -convert big_endian
-prec-div -prec-sqrt -fp-speculation safe -mp1 -fp-model precise -ftz
-I/sw/sgi/mpt/1.22pre2/include
/home/h/hbkrima1/clm3.0_linux/clm3.0/clm3/src/main/time_manager.F90
fortcom: Error:
/home/h/hbkrima1/clm3.0_linux/clm3.0/clm3/src/main/time_manager.F90, line
17: This module file was not generated by any release of this compiler.
[SHR_KIND_MOD]
use shr_kind_mod, only: r8 => shr_kind_r8
-------^
fortcom: Error:
/home/h/hbkrima1/clm3.0_linux/clm3.0/clm3/src/main/time_manager.F90, line
87: Conflicting attributes or multiple declaration of name. [ESMF_TIMEMGR]
type(esmf_timemgr) :: tm_id ! time manager ID
.
.
.
fortcom: Severe: Too many errors, exiting
compilation aborted for
/home/h/hbkrima1/clm3.0_linux/clm3.0/clm3/src/main/time_manager.F90 (code 1)
gmake: *** [time_manager.o] Error 1
------------------------------------------------------------------------------
 
Top