diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-12-30 05:23:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-12-30 05:23:38 (GMT) |
commit | e22c09563636a72fbf6600685fcb14df6e069436 (patch) | |
tree | 6feecaaebc3cf8de207f5d74864d8b7bca6eb69b /pablo | |
parent | bb0692aff25e35793dccf071a752f5b7faf1ae9a (diff) | |
download | hdf5-e22c09563636a72fbf6600685fcb14df6e069436.zip hdf5-e22c09563636a72fbf6600685fcb14df6e069436.tar.gz hdf5-e22c09563636a72fbf6600685fcb14df6e069436.tar.bz2 |
[svn-r4757] Purpose:
Removing the DPSS (gridstorage) driver source code.
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, arabica (fortran, cxx).
Diffstat (limited to 'pablo')
-rw-r--r-- | pablo/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pablo/Makefile.in b/pablo/Makefile.in index 2722b9f..575ab37 100644 --- a/pablo/Makefile.in +++ b/pablo/Makefile.in @@ -41,7 +41,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 \ @@ -199,7 +199,6 @@ H5E.c: ../src/H5E.c H5F.c: ../src/H5F.c H5FD.c: ../src/H5FD.c H5FDcore.c: ../src/H5FDcore.c -H5FDdpss.c: ../src/H5FDdpss.c H5FDfamily.c: ../src/H5FDfamily.c H5FDgass.c: ../src/H5FDgass.c H5FDlog.c: ../src/H5FDlog.c |