error in pnetcdf.inc

Jim Edwards jedwards at ucar.edu
Tue Jun 2 11:28:23 CDT 2015


Building pnetcdf1.6.1 using the pgi 15.1 compiler gives an error at lines
54 and 55 of pnetcdf.inc.   The compiler did not like:
     parameter (nf_fill_uint = 4294967295_8)
     parameter (nf_fill_int64 = -9223372036854775806_8)

I changed it to:

     parameter (nf_fill_uint = 4294967295_I8)
      parameter (nf_fill_int64 = -9223372036854775806_I8)


​


-- 
Jim Edwards

CESM Software Engineer
National Center for Atmospheric Research
Boulder, CO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/parallel-netcdf/attachments/20150602/4bde3db9/attachment.html>


More information about the parallel-netcdf mailing list