Marc Howison
0de2f00b08
fixed H5PartGetNumParticles to correctly count indexed views; added type parameter to H5BlockGetFieldInfo/ByName
2010-02-11 22:28:49 +00:00
Marc Howison
3300a665b5
updates to makefiles; added CrayXT configure crutch
2010-02-11 19:39:25 +00:00
Marc Howison
f671d1ab9f
fixed missing test/testf.F90
2010-02-11 17:42:56 +00:00
Marc Howison
ec7184bf2d
fixed missing test/read.c
2010-02-11 17:42:18 +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
3c6065e2f9
flags are now stored in H5PartFile struct; added the 'throttle' as a runtime parameter instead of a compiler flag; merged H5Bench into the tests suite; compiles but need to perform regression tests
2009-10-16 22:37:20 +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
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
gsell
249117c89e
serial and parallel code merged
2008-06-24 18:59:06 +00:00
Kurt Stockinger
3ebc9de7a9
Prepare new tag with updates on H5Block.
2007-08-29 01:26:50 +00:00
Kurt Stockinger
1a20e25a84
Added nSteps as command line parameter
2007-07-10 22:41:55 +00:00
Kurt Stockinger
853837477e
Fixed wrong include file and variable types.
2007-06-07 00:35:31 +00:00
gsell
70bc6af59f
test/H5BlockTestAttributes.c
...
- include mpi.h removed if PARRALLEL_IO
- typedef MPI_Comm removed if not PARALLEL_IO
2007-05-10 20:37:34 +00:00
Kurt Stockinger
4546846f06
Delete all files are benchmark is done.
2007-04-24 22:48:53 +00:00
gsell
f0d51def4e
test/Makefile.am
...
- ADDFLAGS removed: content of ADDFLAGS is now in FFLAGS
2006-12-02 17:51:46 +00:00
gsell
cf40adf301
src/addToDoxygenMainPage.h
...
- removed (content moved to "H5Part.c")
test/H5ecloudExample.cc
src/H5Units.h
src/H5Part.cc
src/H5Part++.hh
src/H5Part.hh
src/H5Part++.cc
tools/h5pToGNUplot.py
- removed
doc/Makefile.am
- added
doc/H5tools/H5tools.htm
- renamed to "doc/H5tools/H5tools.html"
2006-10-27 15:13:31 +00:00
gsell
a5e5d3f2a8
test/H5BlockParTestScalarFieldF.f90
...
- interface definition for "IARGC()" added, pgi-fortran
complains about this (intrinsic!) function.
2006-10-27 14:52:54 +00:00
gsell
4d2b43576f
test/Makefile.am
...
- several changes to "EXTRA_DIST"
2006-10-27 14:48:50 +00:00
gsell
ddd7c0f0bd
test/H5BlockParTestScalarFieldF.f90
...
- read_field()
* bugfixes
2006-10-10 15:57:07 +00:00
adelmann
cb9ba14d80
delcared IARGC
2006-09-29 04:26:29 +00:00
gsell
791a9be790
test/H5BlockParTestScalarFieldF.f90
...
- read_field()
* bugfix in calculation of expected value
2006-09-29 00:19:09 +00:00
gsell
146d0cd28d
test/H5BlockParTestScalarFieldF.f90
...
- more layout fixes
2006-09-28 23:44:35 +00:00
gsell
415c037076
test/H5BlockParTestScalarFieldF.f90
...
- more layout fixes
2006-09-28 23:39:19 +00:00
gsell
3653baecd0
test/H5BlockParTestScalarFieldF.f90
...
- more layout error fixed
2006-09-28 23:32:10 +00:00
gsell
2e6ec2fe01
test/H5BlockParTestScalarFieldF.f90
...
- bugfixes in layout
2006-09-28 23:22:07 +00:00
gsell
cab19eece1
test/H5BlockParTestScalarFieldF.f90
...
- added
2006-09-28 22:47:51 +00:00
gsell
b64f8ad80e
test/Makefile.am
...
- rules to build "H5BlockParTestScalarFieldF" added
2006-09-28 22:36:41 +00:00
gsell
70d1a26d4c
test/H5BlockTestAttributes.c
...
- tests for "H5Bloc3d{Set,Get}Field{Spacing,Origin}() added
2006-09-25 23:20:50 +00:00
gsell
8cedb2d7f5
test/H5BlockDissolveGhosts.c
...
- _dissolve_ghostzones()
* faster algorithm implemented
2006-09-25 19:14:08 +00:00
gsell
7f2cb8bcaf
test/Makefile.am
...
- bugfix in rule to build "H5test"
2006-09-22 22:42:28 +00:00
gsell
49022b6838
test/H5test.cc
...
- empty PARALLEL_IO conditional part removed
2006-09-22 22:41:30 +00:00
gsell
9e9f2fdb9a
test/H5BlockTestAttributesF.f90
...
- write file and attributes implemented
2006-09-22 20:31:59 +00:00
gsell
c40ae0bb4e
test/H5BlockTestAttributesF.f90
...
- attribute read tests added
2006-09-21 23:43:22 +00:00
gsell
90c2a260c2
src/H5BlockTestAttributes.c
...
- bugfixes
2006-09-21 21:26:46 +00:00
gsell
4f423dbdda
test/H5BlockTestAttributesF.f90
...
- more coding
2006-09-21 21:26:01 +00:00
gsell
624edd3be3
test/Makefile.am
...
- rule to build "H5BlockTestAttributesF"
* link to non-parallel versions of the library
2006-09-21 21:25:17 +00:00
gsell
8f31d8ddd5
test/H5BlockTestAttributesF.f90
...
- added
2006-09-20 21:07:25 +00:00
gsell
011128ef54
test/Makefile.am
...
- rule to build target "H5BlockTestAttributesF" added
2006-09-20 21:06:47 +00:00
gsell
65470f307b
test/H5BlockTestAttributes.c
...
- main()
* declaration of var "nprocs" added
2006-09-20 21:03:42 +00:00
gsell
b795b592cb
test/H5BlockTestAttributes.c
...
- can be compiled parallel and non-parallel now
2006-09-20 17:50:51 +00:00
gsell
26eb035ef8
test/H5BlockTestAttributes.c
...
- added
2006-09-20 01:50:04 +00:00
gsell
3c15cdf0c1
test/H5BlockWriteScalarField1Proc.c
...
test/H5BlockTest1.c
test/H5BlockReadParallel1.c
test/H5BlockReadScalarField1Proc.c
test/H5BlockWrite1.c
test/H5BlockParallelTest1.c
- removed
2006-09-20 01:49:25 +00:00
gsell
82c7f77e26
src/Makefile.am
...
- prog "H5BlockTestScalarField" removed
- prog "H5BlockTestAttributes" added
2006-09-20 01:44:47 +00:00
gsell
6e14b0aeab
test/H5BlockParTestScalarField.c
...
- several format string fixes
2006-09-19 01:09:41 +00:00
gsell
8a9cdf320c
test/H5test.cc
...
- include "H5Part.h" insteed of "H5Part.hh"
2006-09-19 01:08:53 +00:00
gsell
8e328d1dc5
src/H5PartTest.cc
...
- include "H5Part.h" insteed of "H5Part.hh"
- several format string fixes
2006-09-19 01:07:54 +00:00
gsell
c3f8c3e70e
test/H5PartAndreasTest.cc
...
- include "H5Part.h" insteed of "H5Part.hh"
2006-09-19 01:06:18 +00:00
gsell
13660dea05
test/Makefile.am
...
- parallel/non-parallel version of macros merged
- use CC, CXX und FC insteed of MPICC, ...
2006-09-19 01:04:42 +00:00
gsell
6e3b010eff
test/H5BlockParTestScalarField.c
...
- return on error removed
2006-09-15 23:45:22 +00:00