diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-19 20:32:11 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-11-19 20:32:11 (GMT) |
commit | 0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1 (patch) | |
tree | b4b5e87a48df6063aa5926ee630f36367cd778e8 /vms | |
parent | feb6b5e546add931768415369bf1b40dbe425aa5 (diff) | |
download | hdf5-0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1.zip hdf5-0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1.tar.gz hdf5-0fa496eced53ce58bb6c3f5ae7ea9d0e053191e1.tar.bz2 |
[svn-r16109] VMS maintenance: Brought command files up-to-date
Diffstat (limited to 'vms')
-rw-r--r-- | vms/fortran/test/check.com | 1 | ||||
-rw-r--r-- | vms/fortran/test/make.com | 14 |
2 files changed, 13 insertions, 2 deletions
diff --git a/vms/fortran/test/check.com b/vms/fortran/test/check.com index e3e7172..0a53e20 100644 --- a/vms/fortran/test/check.com +++ b/vms/fortran/test/check.com @@ -20,6 +20,7 @@ $! $ type sys$input Running Fortran tests $ run fortranlib_test +$ run fortranlib_test_1_8 $ run fflush1 $ run fflush2 $ exit diff --git a/vms/fortran/test/make.com b/vms/fortran/test/make.com index 92106e9..120fa7b 100644 --- a/vms/fortran/test/make.com +++ b/vms/fortran/test/make.com @@ -16,8 +16,8 @@ $! Makefile for VMS systems. $! $! Make HDF5 Fortran tests $! -$! ccopt = "/float=ieee_float/define=H5_VMS" -$! fcopt = "/float=ieee_float/define=H5_VMS" +$ ccopt = "/float=ieee_float/define=H5_VMS" +$ fcopt = "/float=ieee_float/define=H5_VMS" $ ccc := cc 'ccopt /include=[-.-.src] $ fff := fortran 'fcopt /module=[-.src] $ @@ -28,12 +28,17 @@ $ cobj="t " $ ffiles="fortranlib_test.f90, tH5F.f90, tH5D.f90, "+- "tH5R.f90, tH5S.f90, tH5T.f90, tH5VL.f90, tH5Z.f90, tH5Sselect.f90,"+- "tH5P.f90, tH5A.f90, tH5I.f90, tH5G.f90, tH5E.f90, tf.f90" +$ ffiles18="fortranlib_test_1_8.f90, tH5F.f90, tH5O.f90,"+- + "tH5A_1_8.f90, tH5G_1_8.f90" + $ fobj="fortranlib_test, tH5F, tH5D, "+- "tH5R, tH5S, tH5T, tH5VL, tH5Z, tH5Sselect,"+- "tH5P, tH5A, tH5I, tH5G, tH5E, tf" +$ fobj18="fortranlib_test_1_8, tH5F, tH5O, tH5A_1_8, tH5G_1_8" $! $ ccc 'cobj $ fff 'ffiles +$ fff 'ffiles18 $ fff fflush1.f90 $ fff fflush2.f90 $ library/create []h5test_fortran t, tf @@ -52,6 +57,11 @@ $ link/exec=fortranlib_test.exe - h5test_fortran.olb/lib,[-.-.test]libh5test.olb/lib, - [-.src]hdf5_fortran.olb/lib,- [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$ link/exec=fortranlib_test_1_8.exe - + fortranlib_test_1_8.obj, tH5F.obj, tH5A_1_8.obj, tH5G_1_8.obj,- + h5test_fortran.olb/lib,[-.-.test]libh5test.olb/lib, - + [-.src]hdf5_fortran.olb/lib,- + [-.-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $ type sys$input Created HDF5 Fortran tests $! |