Improvement.
Description:
Moved the "-Wall -g -O0" to DEBUG_CFLAGS so that they are
used only in development mode.
Platforms tested:
Tested in TG-NCSA since this change affects ia64 platform only.
Misc. update:
Description: One of the CFLAGS -D__GNUC__ caused problem for ecc 8.
It was added because there was conflicting definition for int64_t
in /usr/include/stdint.h and /usr/include/sys/types.h when ecc was updated to
7.1. Since those two files have been updated, the problem is no longer there.
Solution: take the flage -D__GNUC__ out.
Platforms tested: ecc on titan, the only place concerned.
Bug fix
Description:
Fix problems building on Debian Linux when Intel's "ecc" compiler is
not available.
Platforms tested:
Eyeballed - very trivial patch from user.
Feature (bug fix)
Description:
Added a new configure file specifically for the IA64 platform
in which ecc and efc are the default compilers.
Also added all the Fortran special setup in the fortran version
Platforms tested:
no h5committest since this is a IA64 platform stuff.
Tested in Titan.
Misc. update:
MANIFEST Updated.