summaryrefslogtreecommitdiff
path: root/science/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-30 13:44:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-30 13:44:51 +0000
commitfc02715436012f842d75ed81f549b98fd19ca28e (patch)
tree3497f6177a0630ed25f6b3323310cd5eaccc272e /science/Makefile
parent- Update to 0.9 (diff)
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>
Notes
Notes: svn path=/head/; revision=191206
Diffstat (limited to 'science/Makefile')
-rw-r--r--science/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 6f698f843b9b..de4f98de28c5 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -85,6 +85,7 @@
SUBDIR += paje
SUBDIR += paraview
SUBDIR += pcp
+ SUBDIR += pnetcdf
SUBDIR += psi3
SUBDIR += py-paida
SUBDIR += py-scipy