Date: Mon, 30 Apr 2007 13:44:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200704301344.l3UDipX3001478@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704301344.l3UDipX3001478>