summaryrefslogtreecommitdiffstats
path: root/Help/variable/CTEST_DROP_SITE.rst
blob: d15d99be244e1e131099b11266af4bb8eff96a34 (plain)
1
2
3
4
5
CTEST_DROP_SITE
---------------

Specify the CTest ``DropSite`` setting
in a :manual:`ctest(1)` dashboard client script.
inactive/develop_subfiling_v1 Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-2.ddl
blob: 50844dfab78a055185a994afba1e4b0affcf6475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#############################
Expected output for 'h5dump --header -g /g1/g1.1 -a attr2 tall.h5'
#############################
HDF5 "tall.h5" {
GROUP "/g1/g1.1" {
   DATASET "dset1.1.1" {
      DATATYPE  H5T_STD_I32BE
      DATASPACE  SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
      ATTRIBUTE "attr1" {
         DATATYPE  H5T_STD_I8BE
         DATASPACE  SIMPLE { ( 27 ) / ( 27 ) }
      }
      ATTRIBUTE "attr2" {
         DATATYPE  H5T_STD_I8BE
         DATASPACE  SIMPLE { ( 27 ) / ( 27 ) }
      }
   }
   DATASET "dset1.1.2" {
      DATATYPE  H5T_STD_I32BE
      DATASPACE  SIMPLE { ( 20 ) / ( 20 ) }
   }
}
ATTRIBUTE "attr2" {
   DATATYPE  H5T_STD_I32BE
   DATASPACE  SIMPLE { ( 2, 2 ) / ( 2, 2 ) }
}
}