<?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 hdf5io.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>4f037aad63b0dd02ec302d96e63d16a2808e7a1f - Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#4f037aad63b0dd02ec302d96e63d16a2808e7a1f</link>
        <description>Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;PetscLayout: set default block size to 1See merge request petsc/petsc!8226

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Thu, 27 Mar 2025 23:45:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>58b7e2c12831107add2e7d2083637d9d213c57af - PetscLayout: default block size 1</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#58b7e2c12831107add2e7d2083637d9d213c57af</link>
        <description>PetscLayout: default block size 1

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Sun, 23 Mar 2025 08:02:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/vec/is/utils/hdf5/hdf5io.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/vec/is/utils/hdf5/hdf5io.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/vec/is/utils/hdf5/hdf5io.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/vec/is/utils/hdf5/hdf5io.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>9c9354e5ab274edd4fa0dcd5854b794f85fd380b - some code fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#9c9354e5ab274edd4fa0dcd5854b794f85fd380b</link>
        <description>some code fixes

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Wed, 19 Mar 2025 20:55:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>5a236de668401f703e133ea891e0305529ed6f83 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#5a236de668401f703e133ea891e0305529ed6f83</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Mon, 21 Oct 2024 15:10:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d20ba33a16d979a41355fce7d28d2a59649561b - Merge branch &apos;jose/release/linker-warnings&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#6d20ba33a16d979a41355fce7d28d2a59649561b</link>
        <description>Merge branch &apos;jose/release/linker-warnings&apos; into &apos;release&apos;Fix ranlib warnings &apos;file has no symbols&apos;See merge request petsc/petsc!7953

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Mon, 21 Oct 2024 14:02:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2e1d0745e031e9eda42a183866b5a94ccb2b4e44 - Fix ranlib warnings &apos;file has no symbols&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#2e1d0745e031e9eda42a183866b5a94ccb2b4e44</link>
        <description>Fix ranlib warnings &apos;file has no symbols&apos;These warnings appear in macOS when configured --with-shared-libraries=0/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbolsIncludes the removal of unnecessary custom fortran stubs.

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Sat, 19 Oct 2024 10:11:25 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>0a78fc9162d15a87b3a3b481f3b9058c936f4ff3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#0a78fc9162d15a87b3a3b481f3b9058c936f4ff3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Wed, 02 Oct 2024 20:12:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e3e1bf564f32f3528d33e81d3c8bbcc9180a0d40 - Merge branch &apos;jolivet/housekeeping&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#e3e1bf564f32f3528d33e81d3c8bbcc9180a0d40</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;release&apos;Fix -Wshorten-64-to-32 -Wimplicit-fallthroughSee merge request petsc/petsc!7896

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Mon, 30 Sep 2024 14:23:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fef1ebd00dbad4bc32564f727f1229f4db2958ce - Fix -Wshorten-64-to-32</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#fef1ebd00dbad4bc32564f727f1229f4db2958ce</link>
        <description>Fix -Wshorten-64-to-32src/vec/is/utils/hdf5/hdf5io.c:120:46: warning: implicit conversion loses integer precision: &apos;PetscInt&apos; (aka &apos;long long&apos;) to &apos;int&apos; [-Wshorten-64-to-32]  120 |     PetscCallMPI(MPI_Allgatherv(lcind, cmap-&gt;n, MPIU_INT, ctx-&gt;cind, counts, displs, MPIU_INT, comm));      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~include/petsclog.h:541:123: note: expanded from macro &apos;MPI_Allgatherv&apos;  541 |       (PetscAddLogDouble(&amp;petsc_gather_ct, &amp;petsc_gather_ct_th, PetscMPIParallelComm(comm)) || MPI_Allgatherv((sendbuf), (sendcount), (sendtype), (recvbuf), (recvcount), (displs), (recvtype), (comm)))      |                                                                                                ~~~~~~~~~~~~~~             ^~~~~~~~~include/petscerror.h:784:102: note: expanded from macro &apos;PetscCallMPI&apos;  784 |   #define PetscCallMPI(...)            PetscCallMPI_Private(PetscStackPop, SETERRQ, PETSC_COMM_SELF, __VA_ARGS__)      |                                                                                                      ^~~~~~~~~~~include/petscerror.h:774:32: note: expanded from macro &apos;PetscCallMPI_Private&apos;  774 |         ierr_petsc_call_mpi_ = __VA_ARGS__; \      |                                ^~~~~~~~~~~

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Mon, 30 Sep 2024 06:45:32 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f180259e3c65dd23215aa48e69cd8bea61085d8f - Merge branch &apos;knepley/feature-plex-hdf5-opt&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#f180259e3c65dd23215aa48e69cd8bea61085d8f</link>
        <description>Merge branch &apos;knepley/feature-plex-hdf5-opt&apos; into &apos;main&apos;IS+HDF5: Add run-length compression to IS I/OSee merge request petsc/petsc!7862

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Sat, 28 Sep 2024 19:25:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>21c42226f58d08679d51fd1911a1c9bb0a8da827 - IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#21c42226f58d08679d51fd1911a1c9bb0a8da827</link>
        <description>IS+HDF5: Add run-length compression for arithmetic progressions to IS I/O- Add DMPlexGetDepthStratumGlobalSize()- Add name and compression info to HDF5ReadCtx- Add compression argument to PetscViewerHDF5ReadSizes_Private() and PetscViewerHDF5Load_Internal()- Gather compressed info to all procs when loading- Set name for local coordinates- Add logging- Add -is_view_compress to turn off compression- Add -dm_plex_view_coordinate_section to just output coordinates- Add -dm_plex_view_labels to turn off label output- Support loading coordinates without section

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Mon, 02 Sep 2024 18:08:32 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1ba2e3b7d16daa627c3d30b8c5fb39add404df8 - Merge branch &apos;jolivet/fix-Wshorten-64-to-32&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#e1ba2e3b7d16daa627c3d30b8c5fb39add404df8</link>
        <description>Merge branch &apos;jolivet/fix-Wshorten-64-to-32&apos; into &apos;main&apos;Fix -Wshorten-64-to-32See merge request petsc/petsc!7869

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Wed, 25 Sep 2024 00:10:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9ad2ceda86f92eef2ad3194ad31c6a1b35bb29cb - Fix -Wshorten-64-to-32</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#9ad2ceda86f92eef2ad3194ad31c6a1b35bb29cb</link>
        <description>Fix -Wshorten-64-to-32

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Tue, 24 Sep 2024 15:33:07 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/utils/hdf5/hdf5io.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/vec/is/utils/hdf5/hdf5io.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
