1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/science/pnetcdf/pkg-descr
Martin Wilke fc02715436 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>
2007-04-30 13:44:51 +00:00

9 lines
482 B
Plaintext

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