| #
bee2cdfd
|
| 14-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/feature-hdf5-relative-group' into 'main'
HDF5: support relative paths
See merge request petsc/petsc!3861
|
| #
89e0ef10
|
| 13-Apr-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Add PetscViewerHDF5HasDataset().
PetscViewerHDF5*Object*: Check object is named.
|
| #
4302210d
|
| 13-Apr-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5{{Has,Read,Write}Attribute,HasGroup}: Support absolute paths and relative subpaths.
Fix some inarg validation.
|
| #
535716cb
|
| 08-Apr-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
petscviewerhdf5.h minor formatting
|
| #
5e7c3d04
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
adea5b23
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'fix_hdf5_chunksize' into 'maint'
Fix hdf5 chunksize.
See merge request petsc/petsc!2187
|
| #
87de8cd9
|
| 21-Oct-2019 |
Sajid Ali <sajidsyed2021@u.northwestern.edu> |
Being fixing hdf5 chunksize.
modified: include/petscviewerhdf5.h modified: src/vec/vec/impls/mpi/pdvec.c
|
| #
848fb877
|
| 10-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'haplav/fix-petscviewerhdf5pushgroup-empty-string' [PR #1950]
* haplav/fix-petscviewerhdf5pushgroup-empty-string: fix/generalize PetscViewerHDF5PushGroup for empty string
- add dm_impl
Merge branch 'haplav/fix-petscviewerhdf5pushgroup-empty-string' [PR #1950]
* haplav/fix-petscviewerhdf5pushgroup-empty-string: fix/generalize PetscViewerHDF5PushGroup for empty string
- add dm_impls_plex_{tests-ex18_9%,tutorials-ex5_9%} loading an HDF5/XDMF file with custom naming - PetscViewerHDF5{Push,Get}Group: *name -> name[] to unify with the rest of header file - PetscViewerHDF5PushGroup: Allow to push NULL, "", or all slashes.
In all cases, store NULL, interpret as "/". This also fixes the problem in DMPlexLoad_HDF5_Xdmf_Internal() when the specified datasets locations are in / (like e.g. -dm_plex_hdf5_topology_path /cells in the new examples).
show more ...
|
| #
be7aa430
|
| 05-Aug-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
PetscViewerHDF5{Push,Get}Group: **name -> *name[] to unify with the rest of header file
|
| #
1c575b32
|
| 07-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
26bd1501
|
| 05-Jul-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers
Commit-type: portability-fix
|
| #
8dd7b8de
|
| 26-Jun-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'hapla/hide-hdf5-headers-for-non-hdf5' [PR #1800]
* hapla/hide-hdf5-headers-for-non-hdf5: Hide all petscviewerhdf5.h headers for !defined(PETSC_HAVE_HDF5)
|
| #
6d18d956
|
| 19-Jun-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
move PetscStackCallHDF5* to private header file
|
| #
7847244b
|
| 08-May-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Hide all petscviewerhdf5.h headers for !PETSC_HAVE_HDF5.
Nobody should use PetscViewerHDF5* stuff HDF5 is not available.
|
| #
bf66e065
|
| 12-Jun-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/feature-hdf5-collective-options (pull request #1737)
add ability to turn on/off HDF5 collective transfer mode
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSm
Merged in haplav/feature-hdf5-collective-options (pull request #1737)
add ability to turn on/off HDF5 collective transfer mode
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
ee8b9732
|
| 22-May-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Add PetscViewerHDF5{Get,Set}Collective and -viewer_hdf5_collective.
* Use H5_VERSION_GE to decide HDF5 version. * If H5_VERSION_GE undefined, define it as 0. * Discussed in https://bitbucket.org/pet
Add PetscViewerHDF5{Get,Set}Collective and -viewer_hdf5_collective.
* Use H5_VERSION_GE to decide HDF5 version. * If H5_VERSION_GE undefined, define it as 0. * Discussed in https://bitbucket.org/petsc/petsc/pull-requests/1737/add-ability-to-turn-on-off-hdf5-collective/diff#comment-105015892
show more ...
|
| #
7a003026
|
| 26-May-2019 |
Jed Brown <jed@59a2.org> |
Merged in jed/sizeof (pull request #1706)
Migrate sizeof-related definitions to run-time/non-batch as appropriate
Approved-by: Lisandro Dalcin <dalcinl@gmail.com> Approved-by: BarryFSmith <bsmith@m
Merged in jed/sizeof (pull request #1706)
Migrate sizeof-related definitions to run-time/non-batch as appropriate
Approved-by: Lisandro Dalcin <dalcinl@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Jed Brown <jed@59a2.org>
show more ...
|
| #
84ccb19e
|
| 23-May-2019 |
Jed Brown <jed@jedbrown.org> |
PetscHDF5IntCast: use H5_SIZEOF_HSIZE_T and use more accurate signed limit
|
| #
5065da2f
|
| 13-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
7eda4a2b
|
| 11-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
3f4531c4
|
| 11-May-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/fix-hdf5v-circular-dependencies (pull request #1643)
fix hdf5v circular dependencies
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Merged in haplav/fix-hdf5v-circular-dependencies (pull request #1643)
fix hdf5v circular dependencies
Approved-by: Matthew Knepley <knepley@gmail.com> Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Jed Brown <jed@59a2.org>
show more ...
|
| #
49523f81
|
| 11-May-2019 |
Václav Hapla <vaclav.hapla@erdw.ethz.ch> |
Merged in haplav/remove-petscviewerhdf5setaijnames (pull request #1644)
Get rid of PetscViewerHDF5{Get,Set}AIJNames().
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|
| #
5dc64a97
|
| 07-May-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Get rid of PetscViewerHDF5{Get,Set}AIJNames().
fix-issue-289
|
| #
4e97f8eb
|
| 08-May-2019 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Move HDF5 array IO stuff from sys to vec.
- Fix issue 288. - Moved PetscViewerHDF5Load,PetscViewerHDF5ReadSizes and their helpers from src/sys/classes/viewer/impls/hdf5/hdf5v.c into the new fi
Move HDF5 array IO stuff from sys to vec.
- Fix issue 288. - Moved PetscViewerHDF5Load,PetscViewerHDF5ReadSizes and their helpers from src/sys/classes/viewer/impls/hdf5/hdf5v.c into the new file src/vec/is/utils/hdf5io.c - PetscViewerHDF5Load() header moved from viewerimpl.h to petscis.h - PetscViewerHDF5ReadSizes() header moved from petscviewerhdf5.h to petscis.h
show more ...
|
| #
a041468a
|
| 06-Mar-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Merge branch 'master' into wence/feature-patch-all-at-once
|