From owner-cvs-all@FreeBSD.ORG Mon Apr 30 13:44:51 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EBEBF16A403; Mon, 30 Apr 2007 13:44:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DC3BB13C43E; Mon, 30 Apr 2007 13:44:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3UDipJW001479; Mon, 30 Apr 2007 13:44:51 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3UDipX3001478; Mon, 30 Apr 2007 13:44:51 GMT (envelope-from miwi) Message-Id: <200704301344.l3UDipX3001478@repoman.freebsd.org> From: Martin Wilke Date: Mon, 30 Apr 2007 13:44:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 13:44:52 -0000 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 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)