summaryrefslogtreecommitdiffstats
path: root/vms/fortran/examples/make.com
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-04-14 21:29:48 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-04-14 21:29:48 (GMT)
commitde6233a077e268b37a47e55f646604100142b91c (patch)
tree44c0cac95823b5b8230ba3e83dadfd1d3aba26d2 /vms/fortran/examples/make.com
parentd0bb21e615d795f8e9f88fdcede3b9097dcdeaa0 (diff)
downloadhdf5-de6233a077e268b37a47e55f646604100142b91c.zip
hdf5-de6233a077e268b37a47e55f646604100142b91c.tar.gz
hdf5-de6233a077e268b37a47e55f646604100142b91c.tar.bz2
[svn-r12246] Purpose: Maintenance
Description: Added file to run the examples; cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
Diffstat (limited to 'vms/fortran/examples/make.com')
-rw-r--r--vms/fortran/examples/make.com83
1 files changed, 3 insertions, 80 deletions
diff --git a/vms/fortran/examples/make.com b/vms/fortran/examples/make.com
index 7997227..4a20c78 100644
--- a/vms/fortran/examples/make.com
+++ b/vms/fortran/examples/make.com
@@ -15,8 +15,8 @@ $! Makefile for VMS systems.
$!
$! Make HDF5 Fortran examples
$!
-$ fcopt = "/float=ieee_float"
-$ fff := fortran 'fcopt /debug/define=H5_VMS/nooptimize/module=[-.src]
+$! fcopt = "/float=ieee_float/define=H5_VMS"
+$ fff := fortran 'fcopt /module=[-.src]
$
$ type sys$input
Compiling HDF5 Fortran examples
@@ -26,8 +26,6 @@ $ ffiles="dsetexample.f90, fileexample.f90, rwdsetexample.f90, "+-
"grpdsetexample.f90, hyperslab.f90, selectele.f90, grpit.f90,"+-
"refobjexample.f90, refregexample.f90, mountexample.f90,"+-
"compound.f90"
-
-
$!
$ fff 'ffiles
$ type sys$input
@@ -114,79 +112,4 @@ $ type sys$input
$ link compound,-
[-.src]hdf5_fortran.olb/lib,-
[-.-.src]hdf5.olb/lib
-
-$ type sys$input
-
-
- Running Fortran examples
-
-$ type sys$input
-
- Running dsetexample
-$ run dsetexample
-$
-$ type sys$input
-
- Running fileexample
-$ run fileexample
-$
-$ type sys$input
-
- Running rwdsetexample
-$ run rwdsetexample
-$
-$ type sys$input
-
- Running attrexample
-$ run attrexample
-$
-$ type sys$input
-
- Running groupexample
-$ run groupexample
-$
-$ type sys$input
-
- Running grpsexample
-$ run grpsexample
-$
-$ type sys$input
-
- Running grpdsetexample
-$ run grpdsetexample
-$
-$ type sys$input
-
- Running hyperslab
-$ run hyperslab
-$
-$ type sys$input
-
- Running selectele
-$ run selectele
-$
-$ type sys$input
-
- Running grpit
-$ run grpit
-$
-$ type sys$input
-
- Running refobjexample
-$ run refobjexample
-$
-$ type sys$input
-
- Running refregexample
-$ run refregexample
-$
-$ type sys$input
-
- Running mountexample
-$ run mountexample
-$
-$ type sys$input
-
- Running compound
-$ run compound
-$
+$ exit