summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5Sselect.f90
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2008-05-06 19:23:32 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2008-05-06 19:23:32 (GMT)
commit0bfb17bf00b9d4dae00e7f454c437ca98f2a5677 (patch)
tree1d4ef1dd28b642ee28d27fd5fc579c5a10714538 /fortran/test/tH5Sselect.f90
parent464e4619f670006c2477583b7f9d7b0530b0a245 (diff)
downloadhdf5-0bfb17bf00b9d4dae00e7f454c437ca98f2a5677.zip
hdf5-0bfb17bf00b9d4dae00e7f454c437ca98f2a5677.tar.gz
hdf5-0bfb17bf00b9d4dae00e7f454c437ca98f2a5677.tar.bz2
[svn-r14942] Maintenance: Merged new Fortran APIs and tests from trunk into hdf5_1_8 branch
(used svn merge -r 14505:14941 http://svn.hdfgorup.uiuc.edu/hdf5/trunk/fortran command). Updated MANIFEST Disabled -O3 optimization for gcc 4.3 (long due check-in) Platforms tested: kagiso with PGI compilers, smirom with g95 and v16 option, linew
Diffstat (limited to 'fortran/test/tH5Sselect.f90')
-rw-r--r--fortran/test/tH5Sselect.f9035
1 files changed, 6 insertions, 29 deletions
diff --git a/fortran/test/tH5Sselect.f90 b/fortran/test/tH5Sselect.f90
index 2f77db9..a004ba7 100644
--- a/fortran/test/tH5Sselect.f90
+++ b/fortran/test/tH5Sselect.f90
@@ -52,10 +52,6 @@
!
INTEGER(HSIZE_T), DIMENSION(3) :: dimsm = (/7,7,3/)
- !
- !to get Dataset dimensions
- !
- INTEGER(HSIZE_T), DIMENSION(2) :: dims_out
!
!Dataset dimensions
@@ -103,21 +99,18 @@
!
INTEGER :: memrank = 3
- !
- !integer to get the dataspace rank from dataset
- !
- INTEGER :: rank
+
!
!general purpose integer
!
- INTEGER :: i, j, k
+ INTEGER :: i, j
!
!flag to check operation success
!
- INTEGER :: error, error_n
+ INTEGER :: error
INTEGER(HSIZE_T), DIMENSION(3) :: data_dims
@@ -397,8 +390,7 @@
!
!flag to check operation success
!
- INTEGER :: error
- LOGICAL :: status
+ INTEGER :: error
INTEGER(HSIZE_T), DIMENSION(3) :: data_dims
@@ -720,8 +712,7 @@
INTEGER(HID_T) :: file_id ! File identifier
INTEGER(HID_T) :: dset_id ! Dataset identifier
- INTEGER(HID_T) :: dataspace ! Dataspace identifier
- INTEGER(HID_T) :: memspace ! memspace identifier
+ INTEGER(HID_T) :: dataspace ! Dataspace identifier
!
!Dataset dimensions
@@ -763,10 +754,6 @@
!
INTEGER(HSIZE_T), DIMENSION(RANK, NUMPS) :: coord
- !
- !Size of the hyperslab in memory
- !
- INTEGER(HSIZE_T), DIMENSION(3) :: count_out = (/3,4,1/)
!
!Number of hyperslabs selected in the current dataspace
@@ -802,19 +789,9 @@
INTEGER, DIMENSION(5,6) :: data
!
- !output buffer
- !
- INTEGER, DIMENSION(7,7,3) :: data_out
-
- !
- !general purpose integer
- !
- INTEGER :: i, j, k
-
- !
!flag to check operation success
!
- INTEGER :: error, error_n
+ INTEGER :: error
INTEGER(HSIZE_T), DIMENSION(3) :: data_dims
!