paralell-netcdf-1.1.1 installation problem
Rob Latham
robl at mcs.anl.gov
Wed Feb 3 09:30:09 CST 2010
On Wed, Feb 03, 2010 at 12:30:12AM -0500, Shawn Kim wrote:
> Hi, all
>
> I recently installed the newest parallel-netcdf-1.1.1 on two different
> machines with different (MPICH2 + PVFS2)'s.
> I succeeded it on one machine but I failed it on the other machine. (I
> slighly modified MPI_IO function calls but I believed it didn't affect the
> compilation.)
> Both are in the same clusters. Error occurred while compiling libf.
>
> /bin/rm -f pnetcdf.F90
> echo "module pnetcdf" > pnetcdf.F90
> /bin/cat pnetcdf.inc >> pnetcdf.F90
> echo "end module pnetcdf" >> pnetcdf.F90
> mpif77 -c -c pnetcdf.F90
^^^^^^
You're using a fortran77 compiler to build the fortran 90 interface.
Two ways to fix this: either configure with
'--with-mpi=/path/to/implementation' or be sure to set the MPIF90
environment variable when you run configure.
==rob
--
Rob Latham
Mathematics and Computer Science Division
Argonne National Lab, IL USA
More information about the parallel-netcdf
mailing list