summaryrefslogtreecommitdiffstats
path: root/doc/html/ddl.html
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-03-06 23:02:40 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-03-06 23:02:40 (GMT)
commitc0e855bc88bd4e82f5117fb065fc30cb27bd1140 (patch)
treeb0e5d7ccb550db502bdd501a16c2fa3e84d31d15 /doc/html/ddl.html
parentb92ef0f7d0e158bdcfc5d1687bfdea6619bde78f (diff)
downloadhdf5-c0e855bc88bd4e82f5117fb065fc30cb27bd1140.zip
hdf5-c0e855bc88bd4e82f5117fb065fc30cb27bd1140.tar.gz
hdf5-c0e855bc88bd4e82f5117fb065fc30cb27bd1140.tar.bz2
[svn-r2001] Purpose:
Bug fix. Description: Failed on T3E in which int32 is typedef to a short (4 bytes) but the converter just used H5T_NATIVE_INT for conversion of a STD_INT32. Int in a T3E is actually 64bit big. Solution: Recoded the h5type to h4type matching algorithm by making sure the size of the H4 type used is equal to the size of the H5 native type. Remark: current implementation is not efficient--it does all the sizes checking repeatedly. Should have done the type mapping once at the beginning as initialization. Old code are still retain via the macro NEWWAY. Need to verify the correctness of the converter in more platforms before finalized on the code. Platforms tested: Baldric (Solaris 2.6), arabica (Solaris 2.7) T3E
Diffstat (limited to 'doc/html/ddl.html')
0 files changed, 0 insertions, 0 deletions