[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Russ Rew: Re: 20010821: building netCDF on 64-bit machines



------- Forwarded Message

Date:    Tue, 11 Sep 2001 15:07:05 -0600
From:    Russ Rew <address@hidden>
To:      Crystal Shaw <address@hidden>
Subject: Re: 20010821: building netCDF on 64-bit machines 

>To: address@hidden
>From: Crystal Shaw <address@hidden>
>Subject: Re: 20010821: building netCDF on 64-bit machines
>Organization: NCSA
>Keywords: itanium, 64-bit platforms

Crystal,

The config.log output you sent has no significant errors in it that I
can see.  Note that it is supposed to have some errors, as it is a
log of attempts by the configure script to see if some things work.
So, for example, the error in config.log

>                  real r(J,N)
>                         ^    
>  sgif90-521 sgif90: ERROR MAIN__, File = conftest.F, Line = 3, Column = 12 
>    Local variable "J" must be a dummy argument or in common to be used in a 
> bounds specification expression.

is merely determining whether the sgif90 compiler handles .F files (it
does not), to determine how to invoke the preprocessor on .F files.

As to why the "make test" gets stopped in the middle:

   ...
>   *** Testing nc_get_vara_float ...  1194 good comparisons. ok
>   *** Testing nc_get_vara_double ...  1207 good comparisons. ok
>   *** Testing nc_get_vars_text ... make[2]: *** [test] Killed
>   make[2]: Leaving directory `/home/shaw/netcdf-3.5.0/src/nc_test'
>   make[1]: *** [subdir_target] Error 1
>   make[1]: Leaving directory `/home/shaw/netcdf-3.5.0/src'
>   make: *** [nc_test/test] Error 2

I have no idea, but this doesn't look like a netCDF-related problem.
It looks more like some quota was exceeded (e.g. how much CPU time or
I/O is available to the job) and the program exceeded this quota so
was terminated.

--Russ

_____________________________________________________________________

Russ Rew                                         UCAR Unidata Program
address@hidden                     http://www.unidata.ucar.edu

------- End of Forwarded Message