FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 7:10 PM BST
Port details
pnetcdf 1.2.0_1 science on this many watch lists=1 search for ports that depend on this port
A library providing high-performance I/O

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Apr 2007 13:45:01
Also Listed In: parallel
License: not specified in port


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://www.mcs.anl.gov/parallel-netcdf
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: net/mpich2, devel/gmake, lang/gcc45, devel/binutils
Required To Run: net/mpich2, lang/gcc45
There are no ports dependent upon this port

To install the port: cd /usr/ports/science/pnetcdf/ && make install clean
To add the package: pkg_add -r pnetcdf


Configuration Options
===> The following configuration options are available for pnetcdf-1.2.0_1:
     OPENMPI=off (default) "Use openmpi instead of mpich2"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.mcs.anl.gov/pub/parallel-netcdf/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Feb 2011 09:56:51
Original commit files touched by this commit  1.2.0_1
thierry search for other commits by this committer
Chase the upgrade of MPICH2.

Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:             ports/154715
18 Sep 2010 15:57:34
Original commit files touched by this commit  1.2.0
makc search for other commits by this committer
Update to 1.2.0

PR:             ports/150665
Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
02 Feb 2010 22:43:01
Original commit files touched by this commit  1.1.1
miwi search for other commits by this committer
- Update to 1.1.1

PR:             143442
Submitted by:   Ports Fury
28 Nov 2009 10:44:56
Original commit files touched by this commit  1.1.0_1
thierry search for other commits by this committer
- Chase relocation of net/mpich2

- Bump PORTREVISION if needed

- Fix some portlint errors.
12 Nov 2009 10:52:13
Original commit files touched by this commit  1.1.0
miwi search for other commits by this committer
- Update to 1.1.0

PR:             140486
Submitted by:   Ports Fury
29 Oct 2009 12:35:55
Original commit files touched by this commit  1.0.3
miwi search for other commits by this committer
- Fix MASTER_SITES
29 Oct 2009 11:14:27
Original commit files touched by this commit  1.0.3
miwi search for other commits by this committer
- Update to 1.0.3

PR:             139772
Submitted by:   Ports Fury
13 Sep 2009 00:08:01
Original commit files touched by this commit  1.0.1_4
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
18 Jan 2009 20:17:31
Original commit files touched by this commit  1.0.1_3
gerald search for other commits by this committer
Leverage USE_FORTRAN instead of accomplishing the same manually.
16 Dec 2008 05:15:41
Original commit files touched by this commit  1.0.1_3
linimon search for other commits by this committer
Reset quakelee@cn.FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:    portmgr
06 Jun 2008 13:59:05
Original commit files touched by this commit  1.0.1_3
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
21 Dec 2007 22:01:31
Original commit files touched by this commit  1.0.1_2
pav search for other commits by this committer
- Mark BROKEN on 7.x
23 Jul 2007 09:36:52
Original commit files touched by this commit  1.0.1_2
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
28 May 2007 15:52:57
Original commit files touched by this commit  1.0.1_2
miwi search for other commits by this committer
- Add a new dependence of gfortran42
- Bump PORTREVISION

PR:             113047
Submitted by:   CHAO Shin <quakelee@cn.FreeBSD.org> (maintainer)
19 May 2007 20:32:57
Original commit files touched by this commit  1.0.1_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 Apr 2007 13:44:51
Original commit files touched by this commit  1.0.1
miwi search for other commits by this committer
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>

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours7
new 7 days63
new fortnight184
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.142 seconds.