Kurt Stockinger
00c9b0804b
Updated doxygen information.
2007-04-19 21:43:57 +00:00
gsell
172ceff05a
doc/Downloading.html
...
- update H5Part download instructions
H5Part-1.3.2
2007-04-19 15:17:57 +00:00
gsell
030985c9a4
test
2007-04-19 10:39:00 +00:00
gsell
359b699464
test
2007-04-19 10:31:09 +00:00
gsell
6e1ce25417
- testfile removed
2007-04-19 10:25:20 +00:00
gsell
4144c2b696
src/H5Part.c
...
* H5PartOpenFileParallel()
- MPI hints removed, they are useless
- delegate real work to new function "_H5Part_open_file()"
* H5PartOpenFile()
- delegate real work to new function "_H5Part_open_file()"
* _H5Part_open_file()
- new function perfoming the real work
- set step name and number format in file structure
* H5PartDefineStepName()
- new function to define step name and format of step number
* _H5Part_set_step()
* H5PartGetNumDatasets()
* H5PartGetDatasetName()
* H5PartGetDatasetInfo()
* _H5Part_get_num_particles()
- use step name und step number format defined in file struct
2007-04-19 10:15:34 +00:00
gsell
bad33a75d2
src/H5Part.h
...
- function declaration "H5PartDefineStepName()" added
2007-04-19 09:26:54 +00:00
gsell
7240f26378
- typdef for MPI_Comm add in non-parallel case
...
- "struct H5PartFile" extended:
* new member for step name
* new member to specify the format of the step number
* new member to flag whether the file is still empty
2007-04-19 09:17:34 +00:00
gsell
b9d82c2fda
- build of "homdynToH5p" removed
2007-04-19 09:06:27 +00:00
gsell
1bdd5268ed
- "homdynToH5p" from tools build list removed
2007-04-19 09:00:23 +00:00
adelmann
92e057e4cf
Add MPI IO hints according to the Benchmark.c program by R. Geus given to me by Valerie
2007-02-13 04:30:55 +00:00
gsell
aa72af797b
testtest
2007-02-12 21:26:45 +00:00
gsell
9974b6b44c
srv/H5Part.c
...
_H5Part_get_attrib_info():
- code optimization
2007-01-25 13:09:42 +00:00
Christina Siegerist
82c594c17d
Made the new api changes again. They were probably lost in overlapping
...
commits.
2006-12-07 18:48:41 +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
4dd379ff2f
src/H5Part.c
...
_H5Part_iteration_operator():
- call H5Gget_objinfo() only if type != H5G_UNKNOWN
H5PartGetNumSteps():
- count all objects beginning with H5PART_GROUPNAME_STEP
not only groups
2006-12-06 10:50:26 +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
b105b19d4d
src/H5Part.c
...
- _set_view(): "end" is now inclusive
2006-12-02 17:53:32 +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
5325a7a24f
Test
2006-12-01 13:02:39 +00:00
gsell
9c6d4e48a3
Test
2006-12-01 13:01:13 +00:00
gsell
150f623c03
Test
2006-12-01 12:56:37 +00:00
gsell
14536c6d84
Test
2006-12-01 12:56:26 +00:00
gsell
94779f185f
Test
2006-12-01 09:46:39 +00:00
gsell
07ff9e52ef
test bla
2006-12-01 09:43:03 +00:00
adelmann
4de6c55220
Add unit attributes and fix units
2006-11-28 09:22:27 +00:00
gsell
e21e1bf4f4
"homdynToH5p" added to tools
H5Part-1.3.1
2006-11-27 15:09:41 +00:00
gsell
42e023ea71
set version number to 1.3.1
2006-11-27 14:52:29 +00:00
adelmann
7a7a90b5df
Initial update
2006-11-13 20:00:07 +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
cc383bff11
src/H5Block.c
...
- doxygen:
* group "h5block_api" renamed to "h5block_c_api"
* documentation added/revised
- _allgather()
* defined static
- unused code "#if OLD_DISSOLVE_GHOSTZONES" removed
- Macro "H5BLOCK_GROUP_NAME" replaced with "H5BLOCK_GROUPNAME_BLOCK"
2006-10-27 15:10:11 +00:00
gsell
712bbf30b2
src/H5Part.c
...
- doxygen group "h5part_api" renamed to "h5part_c_api"
- default error-handler renamed to "H5PartReportErrorHandler"
- macro "H5PART_PARTICLES_GROUP" replaced with "H5PART_GROUPNAME_STEP"
2006-10-27 15:00:13 +00:00
gsell
1b55e6c536
src/H5PartPrivate.h
...
- time-steps renamed from "Particles" to "Steps".
- the macro defining the groupname of time-steps is now
"H5PART_GROUPNAME_STEP"
2006-10-27 14:57:02 +00:00
gsell
615cbf3bbd
src/H5BlockPrivate.h
...
- "H5BLOCK_GROUP_NAME" renamed to "H5BLOCK_GROUPNAME_BLOCK"
2006-10-27 14:54:02 +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
bcf06f51b1
src/H5Part.h
...
- H5PartDefaultErrorHandler:
* renamed to "H5PartReportErrorHandler"
2006-10-27 14:46:57 +00:00
gsell
f065eccdc4
src/Makefile.am
...
- several changes to "EXTRA_DIST", "include_HEADERS", "EXTRA_HEADERS",
"libH5PartF_a_SOURCES"
2006-10-27 14:14:38 +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
6ad99f01cd
Makefile.am
...
- doc added to list SUBDIRS
2006-10-27 14:02:35 +00:00
gsell
67ffffae9d
src/H5BlockF.c
...
- h5bl_get_partition_of_proc()
* bugfix: we have to increment the values by 1
2006-10-10 15:59:08 +00:00
gsell
ddd7c0f0bd
test/H5BlockParTestScalarFieldF.f90
...
- read_field()
* bugfixes
2006-10-10 15:57:07 +00:00
gsell
bef930c76b
src/H5Block.c
...
- H5BlockDefine3dLayout()
* debug-print user layout
2006-10-10 15:49:39 +00:00
Christina Siegerist
78add071f1
changed to September 2006
2006-10-02 20:50:00 +00:00
Christina Siegerist
c7e88d59af
Changed to email to andreas to avoid svn wrong addresses.
2006-10-02 20:47:52 +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
ac632c5ed4
src/H5PartF.c
...
- h5pt_set_verbosity_level()
* bugfix: level was not a pointer
2006-09-29 00:01:41 +00:00