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

Trouble with CCSM 3.0.... please help

I'm trying to run CCSM 3.0 on a PGI-Linux. When I try to run
./CASE.generic_linux.build , the thing stops with the following error

ERROR: cpl.buildexe.csh failed, see cpl.buildexe.070702-14505

The file cpl.buildexe.070702-145055 reads like this .......

pgf90 -I. -I/usr/local/include -I/myst/Users/karthik/CASE/lib/include -I/usr/local/mpich2-1.0.4p1/include -I/usr/local/pgi/linux86-64/6.1/include -I. -I/myst/Users/karthik/CASE/SourceMods/src.cpl -I/myst/Users/karthik/ccsm3_0/models/cpl/cpl6 -I/myst/Users/karthik/ccsm3_0/models/csm_share -I/myst/Users/karthik/ccsm3_0/models/csm_share/shr -I/myst/Users/karthik/ccsm3_0/models/csm_share/cpl -r8 -i4 -Kieee -Mrecursive -Mdalign -Mfree -I/usr/local/mpich2-1.0.4p1/include -DLINUX /myst/Users/karthik/ccsm3_0/models/csm_share/cpl/cpl_kind_mod.F90
/usr/local/pgi/linux86-64/6.1/lib/f90main.o(.text+0x42): In function `main':
: undefined reference to `MAIN_'
gmake: *** [cpl_kind_mod.o] Error 2


I'll be extremely grateful if anyone can help me with this. Thanks!
 
Hi Songroy,

I got CCSM compiled successfully, but I can't run it. It runs for a while and stops. The log file has many error messages which say

1: (shr_timer_start) ERROR: invalid timer number: 0
1: (shr_timer_stop) ERROR: invalid timer number: 0

This message repeats so many times. Can you please help fix these errors? Thanks!

Karthik
 
karthik23 said:
Hi Songroy,

I got CCSM compiled successfully, but I can't run it. It runs for a while and stops. The log file has many error messages which say

1: (shr_timer_start) ERROR: invalid timer number: 0
1: (shr_timer_stop) ERROR: invalid timer number: 0

This message repeats so many times. Can you please help fix these errors? Thanks!

Karthik

hey karthik can you show me your macros file i wanted to compare it with mine
you can mail it to me on suvarchal.kumar@gmail.com
 
karthik23 said:
Hi Songroy,

I got CCSM compiled successfully, but I can't run it. It runs for a while and stops. The log file has many error messages which say

1: (shr_timer_start) ERROR: invalid timer number: 0
1: (shr_timer_stop) ERROR: invalid timer number: 0

This message repeats so many times. Can you please help fix these errors? Thanks!

Karthik

Hello,I think you should modify the function of system time call in the shr_timer_mod.F90.
 
Top