[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
970609: building using NAG f90
- Subject: 970609: building using NAG f90
- Date: Mon, 09 Jun 97 15:10:47 -0600
Steve,
>Date: 9 Jun 1997 16:03:59 -0500
>From: "Steve Mauget" <address@hidden>
>Organization: USDA
>To: "Steve Emmerson" <address@hidden>
>Subject: Re: 970609: building using N
>Keywords: 199706021417.IAA27579
In the above message, you wrote:
> Steve:
>
> I'm as confused as a billygoat on astro-turf, because I can't find any
> test_read.f in src/nf_test.
Try the following:
1. Go into the nf_test/ subdirectory.
2. Execute the command "make test_read.f".
> I even made test again in nf_test but no luck.
> Also I checked netcdf-cpp.inc, and at the end I find:
>
> # if ! (defined (NO_NETCDF_2))
> # define NCBYTE_T integer*1
> # define NCSHORT_T integer*2
> # endif
>
> I assume in this case that the # symbols are not comment de-limiters, as the
> obvious comments in the file do not begin with # symbols.
Right. The above indicates that the data types that are giving you
problems are "integer*1" and integer*2.
--------
Steve Emmerson <address@hidden>