parallel-netcdf-1.1.1 released

Rob Latham robl at mcs.anl.gov
Wed Jan 27 17:32:45 CST 2010


On Wed, Jan 27, 2010 at 11:29:51PM +0000, Don Morton wrote:
> On Wed, Jan 27, 2010 at 5:13 PM, Rob Latham <robl at mcs.anl.gov> wrote:
> 
> > While the whole world waits for the Apple Tablet announcement or
> > President Obama's State of the Union Address, the Parallel-NetCDF team
> > continues its efforts.
> >
> 
> 
> Hi, although Parallel-NetCDF is certainly more interesting than the Apple
> Tablet and the State of the Union Address, I must respectfully submit that
> tearing through Makefiles isn't so interesting :)
> 
> I've had a successful compilation, but "make install" fails as follows.
> I'll try to track it down in the makefile or rules.make or something like
> that, but I'm alerting you to it in case you're familiar enough with this to
> locate the issue in a matter of seconds :)

> ===================================================
> 
> /usr/bin/install -c -m 755 ncvalid
> /u/home/morton/usr/local/pnetcdf/bin/ncvalid
> make[3]: Leaving directory `/u/home/morton/parallel-netcdf-1.1.1/src/lib'
> if [ yes = yes ] ; then cd libf && make install ; fi
> make[3]: Entering directory `/u/home/morton/parallel-netcdf-1.1.1/src/libf'
> /bin/rm -f pnetcdf.F90
> echo "module pnetcdf" > pnetcdf.F90
> /bin/cat pnetcdf.inc >> pnetcdf.F90
> echo "end module pnetcdf" >> pnetcdf.F90
> c  -c pnetcdf.F90
> make[3]: c: Command not found

It looks like configure did not find your fortran 90 compiler.   Did
you configure pnetcdf with the "--with-mpi=/path/to/implementation"
flag, or did you set environment variables?

==rob

-- 
Rob Latham
Mathematics and Computer Science Division
Argonne National Lab, IL USA


More information about the parallel-netcdf mailing list