<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in zhdf5f.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>c6a13b3964cb660c2492050346160b55652290a0 - Merge branch &apos;tapashree/petscviewerHDFWrite&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#c6a13b3964cb660c2492050346160b55652290a0</link>
        <description>Merge branch &apos;tapashree/petscviewerHDFWrite&apos; into &apos;main&apos;Fortran: Fix HDF5 attribute writing interfaceCloses #194See merge request petsc/petsc!8437

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 03 Jul 2025 15:17:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a968899dcf54030bc4915260052f186034d09103 - Fortran: Fix HDF5 attribute writing interface</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#a968899dcf54030bc4915260052f186034d09103</link>
        <description>Fortran: Fix HDF5 attribute writing interface- Ensure real attribute writing routine is available unconditionally in real-only builds- Add new wrappers in zhdf5f.c for writing:  - Integer attributes  - Scalar (PetscScalar) attributes  - Real attributes- Update petscviewer.h90 to expose the real version consistently- Adds a minimal test program (ex80f.F90) to verify functionality- Update test case to reflect proper namesFixes: #194Thanks-to: Martin Diehladd dependency for HDF5 in testfix the c stubs to remove garbage valuesupdate the test case to reflect proper namesfix clang format

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Tue, 08 Apr 2025 12:59:57 +0000</pubDate>
        <dc:creator>Tapashree Pradhan &lt;tapashreepradhan@Tapashrees-MacBook-Pro.local&gt;</dc:creator>
    </item>
<item>
        <title>b0dcfd164860a975c76f90dabf1036901aab1c4e - Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#b0dcfd164860a975c76f90dabf1036901aab1c4e</link>
        <description>Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;Minor cleanup of Fortran binding stuff to simplify future maintainanceSee merge request petsc/petsc!8218

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Sun, 23 Mar 2025 00:45:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6dd63270497ad23dcf16ae500a87ff2b2a0b7474 - Minor cleanup of Fortran binding stuff to simplify future maintainance</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#6dd63270497ad23dcf16ae500a87ff2b2a0b7474</link>
        <description>Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 20 Mar 2025 13:06:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>a663c1dff89745b9e1982b54aa196ff99445d9a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 13 Apr 2023 05:01:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fafa78139c5fc557f20470fb5d6ffa3e3be80d85 - Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#fafa78139c5fc557f20470fb5d6ffa3e3be80d85</link>
        <description>Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initiallySee merge request petsc/petsc!6310

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 13 Apr 2023 04:17:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5975b3b6e3931510e2a64a701673cbe1930c6f42 - Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#5975b3b6e3931510e2a64a701673cbe1930c6f42</link>
        <description>Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Tue, 11 Apr 2023 16:48:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ab4a9b837c16b130ca28fa2a4ea7c7c75b9d91b1 - Merge branch &apos;haplav/feature-hdf5-group-additions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#ab4a9b837c16b130ca28fa2a4ea7c7c75b9d91b1</link>
        <description>Merge branch &apos;haplav/feature-hdf5-group-additions&apos; into &apos;main&apos;PetscViewerHDF5 group handling additionsSee merge request petsc/petsc!5640

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Wed, 21 Sep 2022 04:57:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>63cb69f5d3a6bef8ce54f4f9d90c3e3f33beb3ab - add PetscViewerHDF5WriteGroup()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#63cb69f5d3a6bef8ce54f4f9d90c3e3f33beb3ab</link>
        <description>add PetscViewerHDF5WriteGroup()

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 15 Sep 2022 15:01:24 +0000</pubDate>
        <dc:creator>Vaclav Hapla &lt;vaclav.hapla@erdw.ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>3014b61aa36a362266ae4eadf9b334e8b11a5815 - PetscViewerHDF5OpenGroup: add inarg path,</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#3014b61aa36a362266ae4eadf9b334e8b11a5815</link>
        <description>PetscViewerHDF5OpenGroup: add inarg path,employ PetscViewerHDF5GetGroup()

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 15 Sep 2022 14:24:19 +0000</pubDate>
        <dc:creator>Vaclav Hapla &lt;vaclav.hapla@erdw.ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>77717648de277ae4789506d75523d5b3eb440c8c - PetscViewerHDF5GetGroup: always return absolute path.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#77717648de277ae4789506d75523d5b3eb440c8c</link>
        <description>PetscViewerHDF5GetGroup: always return absolute path.Replace PetscViewerHDF5GetAbsolutePath_Internal().The original implementation is now PetscViewerHDF5GetGroup_Internal()

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 15 Sep 2022 13:50:06 +0000</pubDate>
        <dc:creator>Vaclav Hapla &lt;vaclav.hapla@erdw.ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>af792242706d8e4ed7b29e0d988426e75fea191e - Merge branch &apos;haplav/feature-hdf5-read-attribute-default-value&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#af792242706d8e4ed7b29e0d988426e75fea191e</link>
        <description>Merge branch &apos;haplav/feature-hdf5-read-attribute-default-value&apos; into &apos;main&apos;PetscViewerHDF5ReadAttribute: Add defaultValue arg.See merge request petsc/petsc!3877

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Fri, 16 Apr 2021 14:25:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a2d6be1bbe027d53c625ca74a1867ef3b55d1170 - PetscViewerHDF5ReadAttribute: Add defaultValue arg.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#a2d6be1bbe027d53c625ca74a1867ef3b55d1170</link>
        <description>PetscViewerHDF5ReadAttribute: Add defaultValue arg.vec/tests/ex48.c:* add testAttributesDefaultValue() to ex48* comm be inarg of test functions; fix missing CHKERRQvec/tests/ex55.c:* remove redundant group push

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Thu, 15 Apr 2021 19:53:12 +0000</pubDate>
        <dc:creator>Vaclav Hapla &lt;vaclav.hapla@erdw.ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>bee2cdfd0725b7b30e92bb6376cbc86ebdc8c1df - Merge branch &apos;haplav/feature-hdf5-relative-group&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#bee2cdfd0725b7b30e92bb6376cbc86ebdc8c1df</link>
        <description>Merge branch &apos;haplav/feature-hdf5-relative-group&apos; into &apos;main&apos;HDF5: support relative pathsSee merge request petsc/petsc!3861

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Wed, 14 Apr 2021 14:47:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>89e0ef10bc51934e7d3e7d7ba7751b56bc779fa0 - Add PetscViewerHDF5HasDataset().</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#89e0ef10bc51934e7d3e7d7ba7751b56bc779fa0</link>
        <description>Add PetscViewerHDF5HasDataset().PetscViewerHDF5*Object*: Check object is named.

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Tue, 13 Apr 2021 09:58:58 +0000</pubDate>
        <dc:creator>Vaclav Hapla &lt;vaclav.hapla@erdw.ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>4302210d98c281cf4e8bc0fee406cf222e373a4c - PetscViewerHDF5{{Has,Read,Write}Attribute,HasGroup}: Support absolute paths and relative subpaths.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#4302210d98c281cf4e8bc0fee406cf222e373a4c</link>
        <description>PetscViewerHDF5{{Has,Read,Write}Attribute,HasGroup}: Support absolute paths and relative subpaths.Fix some inarg validation.

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Tue, 13 Apr 2021 09:58:58 +0000</pubDate>
        <dc:creator>Vaclav Hapla &lt;vaclav.hapla@erdw.ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>f507b629d56552da62d0fe86c85192f61ce7729f - Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#f507b629d56552da62d0fe86c85192f61ce7729f</link>
        <description>Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...See merge request petsc/petsc!2546

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>19caf8f3c08b1f0ca9f5469bde385c134aa76c82 - Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c#19caf8f3c08b1f0ca9f5469bde385c134aa76c82</link>
        <description>Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported

            List of files:
            /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/zhdf5f.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
