hyoklee@uan-0002:~/vol-daos/build/bin> ./h5daos_test_map
container ERR src/container/cli.c:371 cont_destroy_complete() failed to destroy \
container: DER_NONEXIST(-1005): 'The specified entity does not exist'
Testing integer as the datatype of keys and values
Testing creation of map object PASSED
...
All DAOS Map tests passed
...
hyoklee@uan-0002:~/vol-daos/build/bin> h5dump h5daos_test_map.h5
HDF5 "h5daos_test_map.h5" {
GROUP "/" {
DATATYPE "key_datatype" H5T_ENUM {
H5T_STD_I32LE;
"ONE" 0;
"TWO" 1;
"THREE" 2;
"FOUR" 3;
"FIVE" 4;
};h5dump error: unknown object "map_comp_comp"
}
}
h5dumpfails on Sunspot.