From a3327a36211d97f24b5dd33a3184a36c9116d8f7 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Mon, 10 Oct 2016 10:53:25 -0600 Subject: [PATCH] removed outdated information re: parallel netcdf. --- docs/install.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/install.md b/docs/install.md index 50de54f96..5dd721329 100755 --- a/docs/install.md +++ b/docs/install.md @@ -272,16 +272,9 @@ HDF5 with parallel I/O: $ make check $ make install -If the HDF5 used by netCDF has been built with parallel I/O, then -netCDF will also be built with inherited support for parallel -I/O. This allows parallel I/O access to netCDF-4/HDF5 files. Note that -shared libraries are not supported for parallel HDF5, which makes -linking more difficult to get right. (See /ref netcdf_formats for -more information about the netCDF format variants.) +If the HDF5 used by netCDF has been built with parallel I/O, then netCDF will also be built with inherited support for parallel I/O. This allows parallel I/O access to netCDF-4/HDF5 files. (See /ref netcdf_formats for more information about the netCDF format variants.) -From the top-level netCDF-4 source directory, the following builds -netCDF-4 with parallel I/O, assuming H5DIR specifies where parallel -HDF5 was installed: +From the top-level netCDF-4 source directory, the following builds netCDF-4 with parallel I/O, assuming H5DIR specifies where parallel HDF5 was installed: $ # Build, test, and install netCDF-4 with HDF5 parallel support $ CC=mpicc CPPFLAGS=-I${H5DIR}/include LDFLAGS=-L${H5DIR}/lib \