<?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 zsysiof.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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>8031a1e3aedc67e1c7984f32398a2210fee35fbe - Merge branch &apos;balay/ftn-fixes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#8031a1e3aedc67e1c7984f32398a2210fee35fbe</link>
        <description>Merge branch &apos;balay/ftn-fixes&apos; into &apos;main&apos;Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defsSee merge request petsc/petsc!8222

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Sat, 22 Mar 2025 14:42:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8a6b6cad2f7b2cdc69b9bd79694a63724703a50a - Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#8a6b6cad2f7b2cdc69b9bd79694a63724703a50a</link>
        <description>Fortran: fix PETSC_HAVE_FORTRAN_UNDERSCORE defsAnd remove FORTRANDOUBLEUNDERSCORE, cleanup PETSC_HAVE_FORTRAN_UNDERSCORE_UNDERSCORERevert PETSC_VIEWER_STDOUT_BROKEN from 5022eb3e26e9dbfdd711345efc14d09b0dee953f

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Fri, 21 Mar 2025 15:53:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +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/sys/fileio/ftn-custom/zsysiof.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/sys/fileio/ftn-custom/zsysiof.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>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/fileio/ftn-custom/zsysiof.c#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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>9e31fb84c9920ddde16195e2c30e5298b3fb409a - Merge branch &apos;dalcinl/binary-io&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#9e31fb84c9920ddde16195e2c30e5298b3fb409a</link>
        <description>Merge branch &apos;dalcinl/binary-io&apos; into &apos;master&apos;Binary IO EnhancementsSee merge request petsc/petsc!2594

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Mon, 16 Mar 2020 15:40:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f253e43cc674c8507d337bbb5ef3ec57f9e3fddc - PetscBinaryWrite: Remove `istemp` boolean flag</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#f253e43cc674c8507d337bbb5ef3ec57f9e3fddc</link>
        <description>PetscBinaryWrite: Remove `istemp` boolean flag

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Mon, 09 Mar 2020 13:19:07 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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/fileio/ftn-custom/zsysiof.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>530c27d81dc31b7797d53e82a75c39321ea5dc43 - Merge branch &apos;barry/2019-08-22/fix-fblaslapack-for-nag&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#530c27d81dc31b7797d53e82a75c39321ea5dc43</link>
        <description>Merge branch &apos;barry/2019-08-22/fix-fblaslapack-for-nag&apos; into &apos;master&apos;Barry/2019 08 22/fix fblaslapack for nagSee merge request petsc/petsc!2004

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Thu, 19 Sep 2019 01:53:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>296ae53d5f1397142a79e0dfc9ea3336f3552b2a - Fix Fortran name-mangled bindings for petscbinaryread functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#296ae53d5f1397142a79e0dfc9ea3336f3552b2a</link>
        <description>Fix Fortran name-mangled bindings for petscbinaryread functionsCommit-type: portability-fixReported-by: gitlab-ci

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Tue, 10 Sep 2019 04:12:10 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>18d1adefffea661e60e6680fc855c731754765cd - Fix Fortran use of ** for negative base, add more F90 interfaces for PetscBinaryRead()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#18d1adefffea661e60e6680fc855c731754765cd</link>
        <description>Fix Fortran use of ** for negative base, add more F90 interfaces for PetscBinaryRead()Commit-type: portability-fixReported-by: gitlab-ci

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Fri, 06 Sep 2019 19:14:03 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a9acdec706a421f16b453f642779436a4561f6fb - Many fixes to get PETSc and --download-fblaslapack working with nagfor compiler</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#a9acdec706a421f16b453f642779436a4561f6fb</link>
        <description>Many fixes to get PETSc and --download-fblaslapack working with nagfor compilerWorks with --download-fblaslapack, --download-scalapack, --download-mpich (does not work with --download-mumps)Uses lib/petsc/bin/petscnagfor as wrapper compiler since nagfor cannot work natively with the PETSc/standard Unix build environmentRequired fixes/modernizations for BLAS/LAPACK source code (updated in the branch used by this branch, need to make it a tag when done)Found a couple of portability issues with PETSc mpif.hWhen package build fails they will no longer dump all the (huge amount) build output to the screeenCommit-type:  portability-fix

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Thu, 22 Aug 2019 07:58:54 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b72fa766f129fc2bd79867a41d61fdbe3fc875c4 - Merged in dalcinl/fix-io-gmsh (pull request #1660)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/ftn-custom/zsysiof.c#b72fa766f129fc2bd79867a41d61fdbe3fc875c4</link>
        <description>Merged in dalcinl/fix-io-gmsh (pull request #1660)Binary I/O And Gmsh DMPlex ReaderApproved-by: Matthew Knepley &lt;knepley@gmail.com&gt;Approved-by: BarryFSmith &lt;bsmith@mcs.anl.gov&gt;

            List of files:
            /petsc/src/sys/fileio/ftn-custom/zsysiof.c</description>
        <pubDate>Thu, 16 May 2019 21:56:03 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
