Commit Graph

48 Commits

Author SHA1 Message Date
gsell 562f9ac3e3 set absolute path in CC and CXX 2011-06-16 14:06:51 +00:00
gsell ad7c1cf026 test for mpicc/mpicxx in AC_PROG_CC if parallel is enabled 2011-05-25 08:16:01 +00:00
gsell 9bdff77a00 use mpicc/mpicxx in AC_PROG_{CC,CXX} if --enable-parallel is set 2011-05-24 14:23:33 +00:00
Marc Howison 11fd3c10c5 updated h5_lustre.c to user new macros; changed library targets to ../lib/lib*.a to avoid the mv and mkdir hacks in Makefile.am; fixed problem in h5u_test with H5PartSetViewIndices; OPEN BUG with h5u_test for >1 MPI task (strange pthread setfault?) 2011-05-05 17:58:05 +00:00
gsell af3601d2d9 test/H5Part/Makefile added to AC_CONFIG_FILES() 2011-04-01 14:27:56 +00:00
gsell 4fdfc6e4dc - add -std=c99 to CFLAGS if compiler is gcc
- bugfix in AIX test
2011-01-06 12:02:40 +00:00
gsell 6d0600febf - handling of imported env.vars revised 2010-08-20 15:55:55 +00:00
Marc Howison 377af10fb0 tested out packaging a tarball and compiling/install on Franklin
fixed several issues with the build system
2010-07-24 00:10:41 +00:00
gsell 56b1be9ddb define sub-dirs for src/Makefile via configure 2010-07-22 14:36:41 +00:00
Marc Howison 5f6808947a added h5hutcc wrapper
updated documentation
finished merging the Fortran interface and refactoring H5Block
started an H5Block regression test
2010-07-20 18:23:48 +00:00
Marc Howison 7ea00c38f8 Integrated H5Part regression test and fixed numerous errors that it discovered.
Finished integrating H5Block and the Fortran interface (untested).
Started adding an H5Block regression test with a few simple tests (all pass).
Added automatic detection of stripe information on lustre, and config option to compile against lustre API.
Moved buffers for H5Block ghost zone disolving out of the file handle and into the h5b_3d_set_view function.
Fixed bug with pointers in the H5Fed file data not being initialized to NULL.
2010-07-15 19:44:48 +00:00
Marc Howison 2c267f173a continued working on Fortran interface 2010-07-10 00:00:54 +00:00
Marc Howison 9f3fd3b053 continued merging H5Block: still some functionality missing (attribs, read, write); added H5Part regression tests; simplified several Makefile.am files and configure.ac; began merging new Fortran interface 2010-07-09 16:24:57 +00:00
Marc Howison 8783ac2cf2 first part of LBL merge: h5core and H5Part 2010-06-26 17:29:37 +00:00
gsell 24565cab22 - '--enable-64' removed
- bug in CFLAGS handling fixed
2010-05-03 13:16:30 +00:00
gsell a7e4cacd3c H5P_LIB_LOC removed, H5PartTest removed from TPTARGET if not parallel 2010-04-22 15:37:34 +00:00
gsell 3875c7c7ff Makefile.am for src dir added 2010-04-22 14:12:18 +00:00
gsell 9b0c49ca52 path adapted 2010-04-22 14:00:56 +00:00
gsell a82888c2e8 configure.ac:
- split var for test target TTARGET into TPTARGET, TBTARGET, ...
2009-03-13 15:29:03 +00:00
gsell d8eb90d620 - merge changes from 1.4 branch 2009-01-30 15:00:06 +00:00
gsell b22f280da0 2008-09-25 15:50:18 +00:00
Benedikt Oswald fb891c3e80 Corrected wrong directory names in automake files. 2008-08-06 09:09:51 +00:00
gsell ad4ab87b6e refactoring 2008-06-19 15:33:47 +00:00
Benedikt Oswald 37a9b877aa Added include files. 2008-02-20 14:19:29 +00:00
gsell ece99021bd configure.ac
- adaptions to new hierarchy in test dir
2008-02-13 15:42:05 +00:00
gsell 607a398f87 configure.ac
- code to build C++ interface added
2007-12-17 16:37:42 +00:00
gsell 3c22a8c653 configure.ac
- option "--with-hdf5" prefered over env.variable
	- "TOOLS_H5PART_LIB" set to "-lH5Part" in serial *and* parallel mode
2007-12-17 14:58:59 +00:00
gsell 4e7f8be568 configure.ac
- some "echo" calls replaced with AC_MSG_... calls
2007-12-17 12:28:35 +00:00
gsell 8abb105f2f configure.ac
* set version number in AC_INIT to 1.5.0
        * set AC_PREREQ to 2.59
        * --with-hdf5path renamed to --with-hdf5
        * we don't distinguish serial and paralell version in the library name any more
	* src/h5/Makefile added to AC_CONFIG_FILES
2007-11-22 10:34:26 +00:00
Kurt Stockinger 607d1e86ab Corrected version number 2007-08-29 01:59:47 +00:00
gsell 8d760dc264 configure.ac: incr version number to 1.3.3 and bug-report address changed 2007-04-25 07:21:56 +00:00
gsell 1bdd5268ed - "homdynToH5p" from tools build list removed 2007-04-19 09:00:23 +00:00
gsell c96b859f88 configure.ac
- forgot to check MPIPATH
2006-12-07 16:48:40 +00:00
gsell d580292235 configure.ac
- check in this order: MPIROOT, MPIHOME, --with-mpipath, other paths
- same for HDF5ROOT
2006-12-07 16:46:51 +00:00
gsell e13c4e8d8d configure.ac
- more cosmetic changes (--enable-xxx and --with-xxx definitiona
  are now at the very top, so you see all available options all together)
2006-12-02 22:35:19 +00:00
gsell 4d0ffd58df configure.ac
- configure aborts, if HDF5 cannot be found
- ADDFLAFS merged into FFLAGS
- several cosmetic changes
2006-12-02 17:55:41 +00:00
gsell e21e1bf4f4 "homdynToH5p" added to tools 2006-11-27 15:09:41 +00:00
gsell 49df069686 configure.ac
- AC_INIT: Version number changed to "1.3.1"
	- AC_PROG_FC: "gfortran" added to list
	- option "--enable-mpipath" changed to "--with-mpipath"
	- option "--enable-hdf5path" changed to "--with-hdf5path"
	- set env.variable "FC" to "MPIFC" if "MPIFC" is set
	- "H5BlockDissolveGhosts" removed from TTARGET
	- AC_CONFIG_FILES: "doc/Makefile" added
2006-10-27 14:08:44 +00:00
gsell 5b50d9b362 configure
- H5BlockParTestScalarFieldF
		* added to parallel, fortran TTARGET
2006-09-28 22:42:17 +00:00
gsell 5425ae0847 configure.ac
- prog "H5BlockTestAttributesF" moved to the non-parallel test
	  targets
2006-09-21 21:11:42 +00:00
gsell 333332537c configure.ac
- prog "H5BlockTestAttributesF" added to TTARGET
2006-09-20 21:05:52 +00:00
gsell 1440cd28a7 configure.ac
- prog "H5BlockTestAttributes" added to "TTARGET"
2006-09-20 01:38:44 +00:00
gsell 1a623f0e81 configure.ac
- bugfix from last check-in
	- some formating changed
2006-09-19 23:25:30 +00:00
gsell 8608d1e63f configure.ac
- parallel/non-parallel versions of macros merged
        - in parallel case: CC=MPICC, CXX=MPICXX und FC=MPIFC
2006-09-19 00:58:22 +00:00
gsell f8f384dcc2 configure.ac
- "H5BlockDissolveGhosts" added to parallel TTARGET
	- "H5BlockTest1" removed from serial TTARGET
2006-09-15 21:50:10 +00:00
gsell dd75b5da79 configure.ac
- block tests cleanup
2006-09-14 16:48:56 +00:00
gsell 3dff13c491 src/configure.ac
- add test targets to TTARGET
2006-09-12 22:17:53 +00:00
gsell 41511462f9 repo migration 2006-09-11 20:19:10 +00:00