summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-09-17 21:33:47 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-09-17 21:33:47 (GMT)
commit5338b7e2dc46367817a89dccaee82add9b081b11 (patch)
treea6209d7450da1a6aa6146cfb9744871290092222
parent8db0b1ddd02eef30dfe4ce90d2c2a5f4c6564540 (diff)
downloadhdf5-5338b7e2dc46367817a89dccaee82add9b081b11.zip
hdf5-5338b7e2dc46367817a89dccaee82add9b081b11.tar.gz
hdf5-5338b7e2dc46367817a89dccaee82add9b081b11.tar.bz2
[svn-r24149] I updated these files and tested them on OpenVMS.
-rw-r--r--vms/fortran/examples/check.com41
-rw-r--r--vms/fortran/examples/make.com49
2 files changed, 51 insertions, 39 deletions
diff --git a/vms/fortran/examples/check.com b/vms/fortran/examples/check.com
index 63c1c25..dce880e 100644
--- a/vms/fortran/examples/check.com
+++ b/vms/fortran/examples/check.com
@@ -24,43 +24,48 @@ $ type sys$input
$ type sys$input
- Running dsetexample
-$ run dsetexample
+ Running h5_crtdat
+$ run h5_crtdat
+$
+$ type sys$input
+
+ Running h5_rdwt
+$ run h5_rdwt
$
$ type sys$input
- Running fileexample
-$ run fileexample
+ Running h5_subset
+$ run h5_subset
$
$ type sys$input
- Running rwdsetexample
-$ run rwdsetexample
+ Running hyperslab
+$ run hyperslab
$
$ type sys$input
- Running attrexample
-$ run attrexample
+ Running h5_cmprss
+$ run h5_cmprss
$
$ type sys$input
- Running groupexample
-$ run groupexample
+ Running h5_crtatt
+$ run h5_crtatt
$
$ type sys$input
- Running grpsexample
-$ run grpsexample
+ Running h5_crtgrp
+$ run h5_crtgrp
$
$ type sys$input
- Running grpdsetexample
-$ run grpdsetexample
+ Running h5_crtgrpar
+$ run h5_crtgrpar
$
$ type sys$input
- Running hyperslab
-$ run hyperslab
+ Running h5_crtgrpd
+$ run h5_crtgrpd
$
$ type sys$input
@@ -69,8 +74,8 @@ $ run selectele
$
$ type sys$input
- Running grpit
-$ run grpit
+ Running h5_extend
+$ run h5_extend
$
$ type sys$input
diff --git a/vms/fortran/examples/make.com b/vms/fortran/examples/make.com
index 6c5bfe7..05caa09 100644
--- a/vms/fortran/examples/make.com
+++ b/vms/fortran/examples/make.com
@@ -23,59 +23,66 @@ $
$ type sys$input
Compiling HDF5 Fortran examples
$!
-$ ffiles="dsetexample.f90, fileexample.f90, rwdsetexample.f90, "+-
- "attrexample.f90, groupexample.f90, grpsexample.f90, "+-
- "grpdsetexample.f90, hyperslab.f90, selectele.f90, grpit.f90,"+-
+$ ffiles="h5_rdwt.f90, h5_subset.f90, hyperslab.f90, "+-
+ "h5_crtatt.f90, h5_crtgrp.f90, h5_crtgrpar.f90, h5_cmprss,"+-
+ "h5_crtgrpd.f90, h5_crtdat.f90, selectele.f90, h5_extend.f90,"+-
"refobjexample.f90, refregexample.f90, mountexample.f90,"+-
"compound.f90"
$!
$ fff 'ffiles
$ type sys$input
- Creating dsetexample
-$ link dsetexample,-
+ Creating h5_crtdat
+$ link h5_crtdat ,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating fileexample
-$ link fileexample,-
+ Creating h5_rdwt
+$ link h5_rdwt,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating rwdsetexample
-$ link rwdsetexample,-
+ Creating h5_subset
+$ link h5_subset,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating attrexample
-$ link attrexample,-
+ Creating hyperslab
+$ link hyperslab,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating groupexample
-$ link groupexample,-
+ Creating h5_cmprss
+$ link h5_cmprss,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating grpsexample
-$ link grpsexample,-
+
+ Creating h5_crtatt
+$ link h5_crtatt,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating grpdsetexample
-$ link grpdsetexample,-
+ Creating h5_crtgrp
+$ link h5_crtgrp,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating hyperslab
-$ link hyperslab ,-
+ Creating h5_crtgrpar
+$ link h5_crtgrpar,-
+ [-.-.lib]hdf5_fortran.olb/lib,-
+ [-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
+$ type sys$input
+
+ Creating h5_crtgrpd
+$ link h5_crtgrpd,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
@@ -86,8 +93,8 @@ $ link selectele,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input
- Creating grpit
-$ link grpit,-
+ Creating h5_extend
+$ link h5_extend,-
[-.-.lib]hdf5_fortran.olb/lib,-
[-.-.lib]hdf5.olb/lib,zlib_dir:libz.olb/lib
$ type sys$input