cvs commit: ports/science Makefile ports/science/pnetcdf Makefile
distinfo pkg-descr pkg-plist ports/science/pnetcdf/files
patch-aclocal.m4 patch-configure patch-macros.make.def
Martin Wilke
miwi at FreeBSD.org
Mon Apr 30 13:44:52 UTC 2007
miwi 2007-04-30 13:44:51 UTC
FreeBSD ports repository
Modified files:
science Makefile
Added files:
science/pnetcdf Makefile distinfo pkg-descr pkg-plist
science/pnetcdf/files patch-aclocal.m4 patch-configure
patch-macros.make.def
Log:
Parallel-NetCDF is a library providing high-performance I/O while still
maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives
scientific programmers a space-efficient and portable means for storing data.
However, it does so in a serial manner, making it difficult to achieve high
I/O performance. By making some small changes to the API specified by NetCDF,
we can use MPI-IO and its collective operations.
WWW: http://trac.mcs.anl.gov/projects/parallel-netcdf
PR: ports/112265
Submitted by: Chao Shin <quakelee at cn.FreeBSD.org>
Revision Changes Path
1.115 +1 -0 ports/science/Makefile
1.1 +53 -0 ports/science/pnetcdf/Makefile (new)
1.1 +3 -0 ports/science/pnetcdf/distinfo (new)
1.1 +11 -0 ports/science/pnetcdf/files/patch-aclocal.m4 (new)
1.1 +11 -0 ports/science/pnetcdf/files/patch-configure (new)
1.1 +11 -0 ports/science/pnetcdf/files/patch-macros.make.def (new)
1.1 +8 -0 ports/science/pnetcdf/pkg-descr (new)
1.1 +10 -0 ports/science/pnetcdf/pkg-plist (new)
More information about the cvs-all
mailing list