problem to install parallel netcdf
    Rob Latham 
    robl at mcs.anl.gov
       
    Mon Jun  7 10:10:46 CDT 2010
    
    
  
On Mon, Jun 07, 2010 at 02:16:42PM +0200, Florent Marceteau wrote:
> Hello,
> 
> I am trying to install netcdf on my computer (Ubuntu 10.04 64 bit).
> And I have a problem when I do the ./configure
> 
> The end of the error message is this one :
> 
> ...
> 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*8"... no
> configure: error: F77 does not support "integer*8"
This looks a lot like what happens when you do not pass the
--with-mpi flag to configure.
If you installed openmpi in /usr/local, for example, then you should
run configure with '--with-mpi=/usr/local' 
You can also set environment variables so that configure can find your
MPI compilers. 
If you are still having problems, please send your full configure
command.
==rob
-- 
Rob Latham
Mathematics and Computer Science Division
Argonne National Lab, IL USA
    
    
More information about the parallel-netcdf
mailing list