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

CAM3.0 Building Problems on SGI origin

Hi!
I am a newbie to climate models. It always exists a problem worried me in the process of building CAM3.0 0n SGI-Origin machine.It seems that the MIPSpro Fortran 90 compiler which version is 7.42 is inadaptable to the model.
when I excute the 'run-sgi.csh' file,the cam building failed and the errors in the 'MAKE.out' are(only error part of the file ):


module srchutil
^
f90-855 f90: ERROR SRCHUTIL, File = /user2/xguang/cam3.0/cam1/models/atm/cam/src/control/srchutil.F90, Line = 4, Column = 8
The compiler has detected errors in module "SRCHUTIL". No module information file will be created for this module.

use shr_kind_mod, only: r8 => shr_kind_r8
^
f90-1015 f90: ERROR ISMIN, File = /user2/xguang/cam3.0/cam1/models/atm/cam/src/control/srchutil.F90, Line = 59, Column = 28
Local-name "R8" must only be referenced once in a rename-list in this scope.

f90: SGI MIPSpro Fortran 90 Version 7.42 (f14) Sun Nov 20, 2005 15:40:10
f90: 145 source lines
f90: 2 Error(s), 0 Warning(s), 0 Other message(s), 0 ANSI(s)
cf90: "explain cf90-message number" gives more information about each message
gmake: *** [srchutil.o] Error 2
gmake: *** Waiting for unfinished jobs....


Is there anyone who can help me get out from the trouble?Thanks in advance!
 
Top