Commit Graph

27 Commits

Author SHA1 Message Date
Marc Howison 3300a665b5 updates to makefiles; added CrayXT configure crutch 2010-02-11 19:39:25 +00:00
Marc Howison 2bb96c6f69 updated NEWS with details about 1.6 changes; changed hsize_t type in H5PartSetViewIndices; fixes to the build system; fixed bugs that were preventing the use of H5PartSetView during writes; added open object checks to regression test 2010-02-10 23:33:32 +00:00
Marc Howison 181c03008f major changes in preparations for 1.6 release: will add details to CHANGES 2010-02-10 01:02:14 +00:00
Marc Howison f40afd9670 fixed H5Oget_info() bug from Allen 2010-01-11 20:37:05 +00:00
Marc Howison 1b8073b82b added API calls for int32 and float32 step attribs 2009-08-18 15:47:50 +00:00
Marc Howison 97a14cc488 fixed Fortran compile error with gfortran (had to move f90 files to F90) 2009-07-02 18:46:06 +00:00
Marc Howison 13d7784c44 added file open flags for Fortran interface 2009-07-02 18:22:30 +00:00
Marc Howison 122e913f08 Merged changes from LBL, including:
* read/write call variants for different datatypes
* HDF5 properties tuned for lustre filesystems and the Cray XT (enabled using flags passed during file open)
* HDF5 chunking for field data
* HDF5 alignment (set during file open)
* support for both HDF5 1.6 and 1.8 using #if statements
* a new error reporting level: debug_detail (HDF5 errors are now printed at debug level 1 by default)

These changes have undergone limited testing.
I will begin using this version for my H5Part projects so that I can test it more thoroughly.

~Mark
2009-06-18 20:29:02 +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