Installation of pnetcdf on Irix 64.
Rob Ross
rross at mcs.anl.gov
Wed Jul 23 08:46:52 CDT 2003
Thanks for the note Kevin; we have some similar warnings on the IBM AIX
platform that we need to clean up.
Regards,
Rob
On Wed, 23 Jul 2003, Kevin Roy wrote:
>
> Hi,
>
> I have just installed parallel netCDF on an Origin 3000 and foundd the
> following warnings:
>
>
> cc-1164 cc: WARNING File = put_vars_textf.c, Line = 22
> Argument of type "int *" is incompatible with parameter of type
> "const size_t *".
>
> *ierr = ncmpi_put_vars_text( *v1, *v2, v3, v4, v5, v6 );
> ^
>
> cc-1164 cc: WARNING File = put_vars_textf.c, Line = 22
> Argument of type "int *" is incompatible with parameter of type
> "const size_t *".
>
> *ierr = ncmpi_put_vars_text( *v1, *v2, v3, v4, v5, v6 );
> ^
> These shouldn't be a problem in running the code as sizeof(int *) and
> sizeof (const size_t *) are the same and that somewhere a size_t is
> probably defined as an int. Just thought you'd like to know in case this
> doesn't appear on other platforms.
>
> Regards,
>
> Kevin.
More information about the parallel-netcdf
mailing list