configuring on AIX

Jim Edwards jedwards at ucar.edu
Mon Sep 4 10:14:39 CDT 2006


Try configure with the following options
./configure --disable-mpi-io-test --disable-fortran
it seems to fill in the info you need for fortran, but not conduct the tests
that fail.
Also you should change xlc to xlc_r, mpcc to mpcc_r etc.   I think that some
parts of MPI are only supported in the recurent ( _r) version of the
compilers.



On 9/4/06, Joachim Worringen <joachim at dolphinics.com> wrote:
>
>
> I have a problem to configure pnetcdf 1.0.1 on AIX. configure fails with:
> ./configure
> [snip]
> checking for Fortran "byte"... yes
> checking for Fortran "integer*2"... yes
> checking if Fortran "byte" is C "signed char"... yes
> checking if Fortran "byte" is C "short"... no
> checking if Fortran "byte" is C "int"... no
> checking if Fortran "byte" is C "long"... no
> checking if Fortran "integer*2" is C "short"... yes
> checking if Fortran "integer*2" is C "int"... no
> checking if Fortran "integer*2" is C "long"... no
> checking if Fortran "integer" is C "int"... yes
> checking if Fortran "real" is C "float"... yes
> checking if Fortran "doubleprecision" is C "double"... yes
> checking for Fortran-equivalent to netCDF "byte"... byte
> checking for Fortran-equivalent to netCDF "short"... integer*2
> checking for Fortran "integer*"... no
> configure: error: F77 does not support "integer*"
>
> The machine is:
> j36:parallel-netcdf-1.0.1 [17] uname -a
> AIX j36 3 5 00223C3B4C00
>
> Compiler settings:
> MPICC=mpcc
> MPIF77=mpxlf
> CXX=xlC
> CC=xlc
> FC=xlf
> F77=xlf
>
> Is this a known issue?
>
>   thanks, Joachim
>
> --
> Joachim Worringen, Software Architect, Dolphin Interconnect Solutions
> phone ++49/(0)228/324 08 17 - http://www.dolphinics.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/parallel-netcdf/attachments/20060904/ae75b1db/attachment.htm>


More information about the parallel-netcdf mailing list