summaryrefslogtreecommitdiffstats
path: root/config/intel-flags
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9514] Purpose: Kind of bug fixRaymond Lu2004-11-081-0/+13
| | | | | | | | Description: For Intel 8.1 compiler, C99 standard has to be enabled to define macro ULLONG_MAX in its own header file limits.h. Solution: Add flag -std=c99 to Intel compiler if the version is 8.1. Platforms tested: tungsten and mulligatawny(an NCSA user's workstation running Fedora and Intel 8.1. Ramesh Balakrishnan is his name.)
* [svn-r9492] Purpose:Quincey Koziol2004-10-311-1/+1
| | | | | | | | | | | Bug fix Description: "Teach" the configure scripts about Intel 7.1 compilers, which don't have _quite_ the same compiler flags Platforms tested: Linux 2.4 (eirene)
* [svn-r9408] Purpose:Quincey Koziol2004-10-121-5/+0
| | | | | | | | | | | | | | | | | | | | Code cleanup/bug fix Description: Remove the undocumented "$NOFP" shell variable which would allow production builds without removing the stack frame. This was cascading between C and FORTRAN builds and causing problems. Solution: Hard-code removing the stack frame for now. Users would have needed to read the configure scripts anyway, so there's not really much benefit to the extra knob. Users who need this functionality (production builds with stack frames) are debugging probably, so they will need to modify the script and build their own version of the library now. Platforms tested: Linux 2.4 (verbena) Too minor to require h5committest
* [svn-r9388] *** empty log message ***Quincey Koziol2004-10-091-0/+1
|
* [svn-r9387] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-10-091-0/+86