hdf5/tools
Robb Matzke 826dbc8146 [svn-r1149] ./configure.in
./configure		[REGENERATED]
./src/H5config.h.in	[REGENERATED]
./src/H5private.h
	Temporarily commented out the code that tries to link a simple
	MPI-IO application because I'm not sure how to pass $LDFLAGS
	and $LIBS to the compiler.

	Removed the `--enable-parallel=ibm' switch because the library
	we link with is either -lmpcc or -lmpcc_r but not both. The
	only way to tell is to see what compiler was specified (mpcc
	or mpcc_r) but if that compiler is specified then we don't
	need any libraries (the compiler script supplies them). That
	leaves just two choices: the user must use a compiler script:

	    CC=mpcc ./configure

	or the user must state which library is desired:

	    LDFLAGS='-lmpcc' ./configure --enable-parallel

	Checks for <setjmp.h>, longjmp(), and signal(). We don't check
	for setjmp() because it could be a macro (in fact, Posix
	requires it to be a macro) and if longjmp() is present then
	setjmp() is probably present too ;-)

./src/H5detect.c
	The alignment detection loop uses SIGBUS and setjmp/longjmp
	instead of fork/wait in order to get around bugs with forking
	in conjunction with mpich.  This hasn't been tested on the
	SP-2 yet but it does work on the DEC Alpha.

./test/Makefile.in
./testpar/Makefile.in
./tools/Makefile.in
	Changed the order that libraries are linked so -lhdf5 is
	always before $LDFLAGS.
1999-03-18 08:42:52 -05:00
..
testfiles [svn-r1055] Purpose: 1999-02-02 16:09:35 -05:00
h5debug.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
h5dump.c [svn-r1038] Did some work on the output format for compound data and string. 1999-02-01 03:46:29 -05:00
h5dump.h [svn-r1038] Did some work on the output format for compound data and string. 1999-02-01 03:46:29 -05:00
h5dumputil.c [svn-r1038] Did some work on the output format for compound data and string. 1999-02-01 03:46:29 -05:00
h5findshd.c [svn-r1021] Purpose: 1999-01-12 10:48:18 -05:00
h5import.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
h5ls.c [svn-r1117] Changes since 19990303 1999-03-04 15:22:42 -05:00
h5repart.c [svn-r929] Changes since 19981119 1998-11-19 13:52:56 -05:00
h5toh4.c [svn-r1074] Purpose: 1999-02-17 13:43:20 -05:00
h5toh4.h [svn-r953] Purpose: 1998-11-25 12:39:53 -05:00
h5tools.c [svn-r1032] Changes since 19990118 1999-01-21 13:33:39 -05:00
h5tools.h [svn-r1032] Changes since 19990118 1999-01-21 13:33:39 -05:00
Makefile.in [svn-r1149] ./configure.in 1999-03-18 08:42:52 -05:00
testh5dump.sh [svn-r1038] Did some work on the output format for compound data and string. 1999-02-01 03:46:29 -05:00
testh5toh4 [svn-r1045] Purpose: 1999-02-01 18:09:01 -05:00