hdf5/fortran
Elena Pourmal f8e7064269 [svn-r11427] Purpose: SX-6 port
Description:

Fortran multi_file test failed on SX-6. It turned out that compiler
could not handle (long long HADDR_MAX) * ( float var). The result of this
operation was 0.

Solution:

Introduced long double variable to store the value of HADDR_MAX
and use the new variable in * operation. (Suggested by John)

Platforms tested: SX-6, mir with PGI compilers; a very minor change

Misc. update:
2005-09-17 18:43:27 -05:00
..
examples [svn-r11421] Purpose: 2005-09-16 16:26:17 -05:00
src [svn-r11427] Purpose: SX-6 port 2005-09-17 18:43:27 -05:00
test [svn-r11423] Purpose: Small bug fix 2005-09-16 21:51:09 -05:00
testpar [svn-r11421] Purpose: 2005-09-16 16:26:17 -05:00
Makefile.am [svn-r11330] Purpose: 2005-08-31 18:12:15 -05:00
Makefile.in [svn-r11421] Purpose: 2005-09-16 16:26:17 -05:00