summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-09-09 05:05:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-09-09 05:05:50 (GMT)
commit58c0cc23a228d2918484271ffc09d91e7e20387c (patch)
treed7de4ce7a546c594f3ab6c895b7a92dc7057fd4d /release_docs
parent853ce47ac0341ec3baa28f2e29888fce7be3147a (diff)
downloadhdf5-58c0cc23a228d2918484271ffc09d91e7e20387c.zip
hdf5-58c0cc23a228d2918484271ffc09d91e7e20387c.tar.gz
hdf5-58c0cc23a228d2918484271ffc09d91e7e20387c.tar.bz2
[svn-r11380] Purpose:
bug fix. Description: In Janus (Tflops), the test would seg-fault in production (compiled with -O). If compiled with -O0, it would be okay. Track down the problem to the for loop index i & j being declared with type hsize_t which is usually unsigned long int. Guess the Tflop compiler has a bug in optimization that could not handle unsigned int as for loop index. Solution: Since it is no need for i & j to be hsize_t and it makes more sense to have them with type int. Changed them to int type. Platforms tested: Passed in tflops and colonelk here.
Diffstat (limited to 'release_docs')
0 files changed, 0 insertions, 0 deletions