Error try install parallel-NetCDF: configure: error: F77 does not support "integer*8"
Wei-keng Liao
wkliao at eecs.northwestern.edu
Thu Jun 23 16:04:17 CDT 2011
Hi, Varlei,
Can you try the followings and then run the configure command?
export CC=/usr/bin/mpif90.mpich2
export CXX=/usr/bin/mpic++.mpich2
export FC=/usr/bin/mpif90.mpich2
export F90=/usr/bin/mpif90.mpich2
export MPICC=/usr/bin/mpicc.mpich2
export MPICXX=/usr/bin/mpic++.mpich2
export MPIF77=/usr/bin/mpif90.mpich2
export MPIF90=/usr/bin/mpif90.mpich2
Wei-keng
On Jun 22, 2011, at 5:15 PM, Varlei Everton Menconi wrote:
>
> Hello.
>
> I tring to install parallel-netcdf.
>
> I run the command
> ./configure --prefix=/usr/local/parallelNetCDF --enable-fortran --enable-mpi-io-test --with-mpi=/usr
>
> The compile processing with sucess (look log this display compile process into attach file) at error above show.
>
> I would like know what cause this error and how to compile the program parallelNetCDF.
>
> The environment variables settings :
>
> #!/bin/bash
> SHELL=/bin/bash
> MAILTO=varlei at dge.inpe.br
> clear
> # export USEFORTRAN=/usr/bin/fort77
> export USEFORTRAN=/usr/bin/g77
> # export USEFORTRAN=/usr/bin/ratfor
> # export USEFORTRAN=/opt/intel/bin/ifort
>
> ##
> # export MPICC=/usr/bin/mpicc
> export MPICC=/usr/bin/mpicc.mpich2
> export MPICXX=/usr/bin/mpic++.mpich2
> export CC=/usr/bin/gcc
> export CXX=/usr/bin/g++
> ##
> export MPIF77=/usr/bin/mpif90.mpich2
> export F77=$USEFORTRAN
> export F90=$USEFORTRAN
> export F95=$USEFORTRAN
> ##
>
> I work with gnu-compilers (gfortran-4.5, gcc-4.5, g++-4.5) and intel compilers version 12.0.4
> (icc 12.0.4.00, icpc, ifortran-12.0.4)
>
> I need yor help urgent.
>
> Thanks by attention.
>
>
> Varlei Everton Menconi
> (São José dos Campos, SP, Brazil)
> varlei at dge.inpe.br
>
>
>
>
>
>
>
>
>
>
> --
> -----------------------------------------------------------------------------
> Varlei Everton Menconi
> (varlei at dge.inpe.br)
>
> INPE - Instituto Nacional de Pesquisas Espaciais
> CEA - Ciências Espaciais e Atmosféricas
> DGE - Divisão de Geofísica Espacial
> Avenida dos Astronautas, 1758- Jardim Granja -Predio Sigma -Sala 41
> Cep: 12227-010 - São Jose dos Campos - SP - Brasil
> fone: (055) (012) 3208-6819
> fax: (055) (012) 3208-6810
> ------------------------------------------------------------------------------
>
> <logCompileParallelNetCdf.txt>
More information about the parallel-netcdf
mailing list