summaryrefslogtreecommitdiffstats
path: root/pablo
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-12-31 04:58:53 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-12-31 04:58:53 (GMT)
commit54121674c3d01dfb80af20d96a3aba909b33e803 (patch)
treea81134a750d58d970353cf21daecde1d11d5d209 /pablo
parentb86f8fd78c603eb2fb9c5a20791241fb8a1bd43d (diff)
downloadhdf5-54121674c3d01dfb80af20d96a3aba909b33e803.zip
hdf5-54121674c3d01dfb80af20d96a3aba909b33e803.tar.gz
hdf5-54121674c3d01dfb80af20d96a3aba909b33e803.tar.bz2
[svn-r4761] Purpose:
Removing the DPSS (gridstorage) driver source code. (same as the v1.5) Description: The DPSS (using Grid-Storage) driver is retired. Removed the configure option with-gridstorage from configure.in. Cvs remove the following files ./src/H5FDdpss.c ./src/H5FDdpss.h ./test/dpss_read.c ./test/dpss_write.c Regenerated Dependencies files (some had to be hand-edited since 'make depend' did not cover them.) Removed reference to DPSS Virtual file driver from H5F.c. Platforms tested: modi4 (Parallel; -with-gass=...) eirene (pthread safe) arabica (fortran, cxx).
Diffstat (limited to 'pablo')
-rw-r--r--pablo/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pablo/Makefile.in b/pablo/Makefile.in
index c70c933..8aeb0b6 100644
--- a/pablo/Makefile.in
+++ b/pablo/Makefile.in
@@ -39,7 +39,7 @@ LIB_SRC= \
H5F.c H5Farray.c H5Oattr.c H5R.c H5Tvlen.c \
H5FD.c H5Fcontig.c H5Ocomp.c H5S.c H5V.c \
H5FDcore.c H5Fistore.c H5Ocont.c H5Sall.c H5Z.c \
- H5FDdpss.c H5Fseq.c H5Odtype.c H5Shyper.c H5Zdeflate.c \
+ H5Fseq.c H5Odtype.c H5Shyper.c H5Zdeflate.c \
H5FDfamily.c H5G.c H5Oefl.c H5Smpio.c H5detect.c \
H5FDgass.c H5Gent.c H5Ofill.c H5Snone.c \
H5FDlog.c H5Gnode.c H5Olayout.c H5Spoint.c \