Cloned library HDF5-1.14.1 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
443 B

HDF5 "thlink.h5" {
GROUP "/" {
DATASET "dset1" {
DATATYPE H5T_STD_I32BE
DATASPACE SIMPLE { ( 5 ) / ( 5 ) }
DATA {
(0): 0, 1, 2, 3, 4
}
}
GROUP "g1" {
DATASET "dset2" {
HARDLINK "/dset1"
}
GROUP "g1.1" {
DATASET "dset3" {
HARDLINK "/dset1"
}
}
}
GROUP "g2" {
HARDLINK "/g1/g1.1"
}
GROUP "g3" {
HARDLINK "/"
}
}
}