test release: parallel-netcdf 1.3.0pre1
Wei-keng Liao
wkliao at ece.northwestern.edu
Mon Apr 23 13:43:12 CDT 2012
Hi, Jim,
I just built the prerelease 1.3.0pre1 on Intrepid, the BGP at Argonne, but
could not reproduce the error you reported. The Makefile in
src/lib for building ncvalid has the following lines related to ncvalid.
LIBRARY = libpnetcdf.a
PROGRAM = ncvalid
$(PROGRAM): $(PROG_OBJS) $(LIBRARY)
$(LINK.c) $(PROG_OBJS) $(LIBRARY)
So, it should put the library file at the end of link command.
Could you tell us the configure command line you used and also
send us the src/lib/Makefile?
Here is my configure command line:
./configure --host powerpc-bgp-linux --build powerpc64-suse-linux --with-mpi=/bgsys/drivers/ppcfloor/comm CFLAGS="-Wall -g -O0"
Wei-keng
On Apr 21, 2012, at 8:09 AM, Jim Edwards wrote:
> Hi Rob,
>
> In building the prerelease the program ncvalid trys to link without libraries - this fails on bgl. I fixed it by adding $(LIBS) to the link line in the src/lib/Makefile.
>
> Jim
>
> On Fri, Mar 30, 2012 at 1:55 PM, Rob Latham <robl at mcs.anl.gov> wrote:
>
> Hello to our pnetcdf community.
>
> Did you realize our last release was in August. Of 2010? In some
> ways that's great: Parallel-NetCDF churns along, hopefully delivering
> good performance, and we've had no show-stopping bugs come up forcing
> us to make a new release.
>
> However, development does continue, and we're feeling pretty good
> about the new features in SVN trunk lately, so let's have a
> pre-release so we can get these new features out into applications'
> hands.
>
> Of particular note:
> - A new "buffered put" api, an extension to the non-blocking
> interface. See the release notes for more information.
> - Various bug fixes and optimizations
> - You used to need a custom pnetcdf.h header file from Unidata if you
> wanted to build NetCDF-4 with parallel-netcdf support. Now you no
> longer need their header file.
>
> For more information, including download or SVN links, please see the
> release notes:
>
> https://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.3.0
>
> ==rob (on behalf of the entire pnetcdf team at ANL and NWU)
>
> --
> Rob Latham
> Mathematics and Computer Science Division
> Argonne National Lab, IL USA
>
>
>
> --
> Jim Edwards
>
>
>
More information about the parallel-netcdf
mailing list