Commit Graph

3 Commits

Author SHA1 Message Date
Albert Cheng
94c5bad084 [svn-r4217] Purpose:
Bug fix
Description:
    By default, this config ends up compiling the code with -g option
    because the current configure will set CFLAGS to -g if it is not
    defined and if we are not using a gcc compiler.  This occurs even
    if we wish to have production code.
Solution:
    Hard set CFLAGS="$CFLAGS".  The mere setting, even if it is an
    empty strings would stop the above errors.
Platforms tested:
    LLNL sp2 (serial and parallel)--verified that -g is no longer used
    during compiling and object files produced are indeed smaller.
2001-07-16 14:57:16 -05:00
Albert Cheng
98bce96569 [svn-r3439] Purpose:
Update
Description:
    Incorporated all the changes made to powerpc-ibm-aix4.2.1.0
    and powerpc-ibm-aix4.3.2.0 into powerpc-ibm-aix4.x.
    Removed the other two "sub-files" now that powerpc-ibm-aix4.x
    can cover them too.
Platforms tested:
    IBM SP2 at LLNL BLUE, both parallel and serial.
2001-02-16 17:48:06 -05:00
Robb Matzke
b8ef51ee7a [svn-r1138] Changes since 19990304
----------------------

./config/*-aix4.*	[REMOVED]
./config/*-aix4.x	[NEW]
./config/solaris2.5	[REMOVED]
./config/solaris2.x	[NEW]
./configure.in
./configure		[REGENERATED]
./MANIFEST
	Changed the names of the IBM-SP2 config files by replacing the
	minor version numbers with an `x'.  The solaris config warns
	about old versions of gcc.

	The RUNSERIAL value is set to the empty string by default. The
	config/* file (or user) can override it by setting it to some
	other value.

	The `--enable-parallel' with no flags turns on the
	HAVE_PARALLEL constant in the source code but doesn't add any
	MPI or MPI-IO libraries to the link line.

	If we are compiling for parallel then configure checks that we
	can actually link a very simple program. This has the benefit
	of detecting config errors before we waste time compiling the
	entire library.

	Configure recognizes `mpcc_r' as a parallel compiler.

./src/H5A.c
./src/H5Apublic.c
	Fixed some compiler warnings.  Changed the return type of
	H5Aget_name() from hssize_t to ssize_t because the name can
	never be larger then memory.
1999-03-12 13:35:04 -05:00