summaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-02-22 19:37:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-02-22 19:37:06 (GMT)
commit727b687ae6c80c9854cb53814fa1c12f27c2994c (patch)
treefabe359aaddbe3b4d1e2bb58ceb3b94311d66a1c /vms
parent25486d50895fa4a30809d289b9aff4de583a9b84 (diff)
downloadhdf5-727b687ae6c80c9854cb53814fa1c12f27c2994c.zip
hdf5-727b687ae6c80c9854cb53814fa1c12f27c2994c.tar.gz
hdf5-727b687ae6c80c9854cb53814fa1c12f27c2994c.tar.bz2
[svn-r20146] Description:
Bring r19714:20145 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode Mac OS X/32 10.6.6 (amazon) in debug mode Mac OS X/32 10.6.6 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode
Diffstat (limited to 'vms')
-rw-r--r--vms/src/h5pubconf.h6
-rw-r--r--vms/src/make.com11
-rw-r--r--vms/test/check.com30
-rw-r--r--vms/test/make.com48
4 files changed, 87 insertions, 8 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h
index 0347550..1a08bda 100644
--- a/vms/src/h5pubconf.h
+++ b/vms/src/h5pubconf.h
@@ -489,13 +489,13 @@
#define H5_PACKAGE_NAME "HDF5"
/* Define to the full name and version of this package. */
-#define H5_PACKAGE_STRING "HDF5 1.9.79-FA_a5"
+#define H5_PACKAGE_STRING "HDF5 1.9.80-FA_a5"
/* Define to the one symbol short name of this package. */
#define H5_PACKAGE_TARNAME "hdf5"
/* Define to the version of this package. */
-#define H5_PACKAGE_VERSION "1.9.79-FA_a5"
+#define H5_PACKAGE_VERSION "1.9.80-FA_a5"
/* Width for printf() for type `long long' or `__int64', use `ll' */
#define H5_PRINTF_LL_WIDTH "ll"
@@ -651,7 +651,7 @@
/* #undef H5_USING_MEMCHECKER */
/* Version number of package */
-#define H5_VERSION "1.9.79-FA_a5"
+#define H5_VERSION "1.9.80-FA_a5"
/* Define if vsnprintf() returns the correct value for formatted strings that
don't fit into size allowed */
diff --git a/vms/src/make.com b/vms/src/make.com
index 046ffad..48d5fae 100644
--- a/vms/src/make.com
+++ b/vms/src/make.com
@@ -24,7 +24,14 @@ $ type sys$input
Running h5detect to create h5tinit.c
$ define/user_mode sys$output h5tinit.c
$ run h5detect
-$
+$!
+$ ccc h5make_libsettings.c
+$ link h5make_libsettings
+$ type sys$input
+ Running h5make_libsettings to create H5lib_settings.h
+$ define/user_mode sys$output H5lib_settings.h
+$ run h5make_libsettings
+$!
$ type sys$input
Creating HDF5 library
$!
@@ -47,7 +54,7 @@ $ cobj= "H5, H5checksum, H5dbg, H5system, H5timer, H5trace,"+-
"H5HG, H5HGcache, H5HGdbg, H5HL, H5HLcache, H5HLdbg, H5HLint, H5HP, H5I, H5Itest, H5L, H5Lexternal"
$ cobj1= "H5MFaggr, H5MF, H5MFdbg, H5MFsection, H5MM,"+-
"H5MP, H5MPtest, H5Oainfo, H5Oalloc, H5Oattr, H5Oattribute, H5Obogus, H5Obtreek,"+-
- "H5O, H5Ocache, H5Ocont, H5Ocopy, H5Odbg, H5Odrvinfo, H5Odtype, H5Oefl, H5Ofill, H5Ofsinfo,"+-
+ "H5O, H5Ocache, H5Ochunk, H5Ocont, H5Ocopy, H5Odbg, H5Odrvinfo, H5Odtype, H5Oefl, H5Ofill, H5Ofsinfo,"+-
"H5Oginfo, H5Olayout, H5Olinfo, H5Olink, H5Omessage, H5Omtime, H5Oname, H5Onull, H5Opline,"+-
"H5Orefcount, H5Osdspace, H5Oshared, H5Oshmesg, H5Ostab, H5Otest, H5Ounknown,"+-
"H5Pacpl, H5P, H5Pdapl, H5Pdcpl, H5Pdeprec, H5Pdxpl, H5Pfapl, H5Pfcpl, H5Pfmpl, H5Pgcpl, H5Pint,"+-
diff --git a/vms/test/check.com b/vms/test/check.com
index 1a833dc..af64d6f 100644
--- a/vms/test/check.com
+++ b/vms/test/check.com
@@ -26,6 +26,11 @@ $ run testhdf5
$ type sys$input
$ type sys$input
+------- Running accum -------
+$ run accum
+$ type sys$input
+
+$ type sys$input
------- Running app_ref -------
$ run app_ref
$ type sys$input
@@ -56,6 +61,11 @@ $ run cache
$ type sys$input
$ type sys$input
+------- Running cache_tagging -------
+$ run cache_tagging
+$ type sys$input
+
+$ type sys$input
------- Running chunk_info -------
$ run chunk_info
$ type sys$input
@@ -126,6 +136,11 @@ $ run fillval
$ type sys$input
$ type sys$input
+------- Running filter_fail -------
+$ run filter_fail
+$ type sys$input
+
+$ type sys$input
------- Running flush1 -------
$ run flush1
$ type sys$input
@@ -171,6 +186,11 @@ $ run links
$ type sys$input
$ type sys$input
+------- Running links_env -------
+$ run links_env
+$ type sys$input
+
+$ type sys$input
------- Running mf -------
$ run mf
$ type sys$input
@@ -216,11 +236,21 @@ $ run set_extent
$ type sys$input
$ type sys$input
+------- Running space_overflow -------
+$ run space_overflow
+$ type sys$input
+
+$ type sys$input
------- Running stab -------
$ run stab
$ type sys$input
$ type sys$input
+------- Running testmeta -------
+$ run testmeta
+$ type sys$input
+
+$ type sys$input
------- Running unlink -------
$ run unlink
$ type sys$input
diff --git a/vms/test/make.com b/vms/test/make.com
index e4adac9..5e46479 100644
--- a/vms/test/make.com
+++ b/vms/test/make.com
@@ -26,8 +26,8 @@ $ ccc := cc 'ccopt /include=([-.src])
$ type sys$input
Creating testhdf5
$!
-$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tchecksum.c, tconfig.c,"+-
- "tcoords.c, tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c,"+-
+$ cobj= "h5test.c, testframe.c, testhdf5.c, tarray.c, tattr.c, tcheck_version., tchecksum.c,"+-
+ "tconfig.c, tcoords.c, tfile.c, tgenprop.c, th5o.c, th5s.c, theap.c, tid.c,"+-
"titerate.c, tmeta.c, tmisc.c, trefer.c, trefstr.c, tselect.c, tskiplist.c,"+-
"tsohm.c, ttime.c, ttst.c, tunicode.c, tvlstr.c, tvltypes.c, cache_common.c"
$!
@@ -35,12 +35,19 @@ $ ccc 'cobj
$ library/create/replace []libh5test h5test, testframe, cache_common
$ type sys$input
Creating libh5test
-$ link testhdf5,tarray,tattr,tchecksum,tconfig, -
+$ link testhdf5,tarray,tattr,tcheck_version,tchecksum,tconfig, -
tcoords,tfile,tgenprop,th5o,th5s,theap,tid,titerate, -
tmeta,tmisc,trefer,trefstr, -
tselect,tskiplist,tsohm,ttime,ttst,tunicode,tvlstr,tvltypes, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$
+$! a new test
+$ type sys$input
+ Creating accum test
+$ ccc accum
+$ link accum, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
$ type sys$input
Creating app_ref test
$ ccc app_ref
@@ -83,6 +90,13 @@ $ ccc cache_common
$ link cache_common, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
+$! a new test
+$ type sys$input
+ Creating cache_tagging tests
+$ ccc cache_tagging
+$ link cache_tagging, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
$ type sys$input
Creating chunk_info test
$ ccc chunk_info
@@ -179,6 +193,13 @@ $ ccc fillval
$ link fillval, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
+$! a new test
+$ type sys$input
+ Creating filter_fail test
+$ ccc filter_fail
+$ link filter_fail, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
$ type sys$input
Creating flush1 test
$ ccc flush1
@@ -233,6 +254,13 @@ $ ccc links
$ link links, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
+$! a new test
+$ type sys$input
+ Creating links_env test
+$ ccc links_env
+$ link links_env, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
$ type sys$input
Creating mf test
$ ccc mf
@@ -287,12 +315,26 @@ $ ccc set_extent
$ link set_extent, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
+$! a new test
+$ type sys$input
+ Creating space_overflow test
+$ ccc space_overflow
+$ link space_overflow, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
$ type sys$input
Creating stab test
$ ccc stab
$ link stab, -
libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
$!
+$! a new test
+$ type sys$input
+ Creating testmeta test
+$ ccc testmeta
+$ link testmeta, -
+ libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$!
$ type sys$input
Creating unlink test
$ ccc unlink