<?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 zstart.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>03047865b8d8757cf1cf9cda45785c1537b01dc1 - Merge branch &apos;barry/2026-02-14/remove-last-of-source-horizontal-lines&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#03047865b8d8757cf1cf9cda45785c1537b01dc1</link>
        <description>Merge branch &apos;barry/2026-02-14/remove-last-of-source-horizontal-lines&apos; into &apos;main&apos;Remove the last of the use of horizontal lines --- as seperators. With modern...See merge request petsc/petsc!9039

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Wed, 18 Feb 2026 16:20:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2178992005f20d15196cbd94d6c3b4333afddc1f - Remove the last of the use of horizontal lines --- as seperators. With modern code development systems they are not needed and just an eye-sore</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#2178992005f20d15196cbd94d6c3b4333afddc1f</link>
        <description>Remove the last of the use of horizontal lines --- as seperators. With modern code development systems they are not needed and just an eye-sore

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Sun, 15 Feb 2026 01:17:29 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<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/sys/objects/ftn-custom/zstart.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/sys/objects/ftn-custom/zstart.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/sys/objects/ftn-custom/zstart.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/sys/objects/ftn-custom/zstart.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>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/objects/ftn-custom/zstart.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/objects/ftn-custom/zstart.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/objects/ftn-custom/zstart.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/objects/ftn-custom/zstart.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/objects/ftn-custom/zstart.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/objects/ftn-custom/zstart.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>daa8fb3b6af436de61282ac22175a1c63cb004ae - remove the readargs flag from PETSc Fortran initializations since it wasn&apos;t coherent</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#daa8fb3b6af436de61282ac22175a1c63cb004ae</link>
        <description>remove the readargs flag from PETSc Fortran initializations since it wasn&apos;t coherentCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Tue, 18 Mar 2025 19:47:36 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>184b5a2ebdab3f1a9f61d1d96434018aa026c18c - Merge branch &apos;barry/2023-09-15/fix-log-pcmpi&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#184b5a2ebdab3f1a9f61d1d96434018aa026c18c</link>
        <description>Merge branch &apos;barry/2023-09-15/fix-log-pcmpi&apos; into &apos;main&apos;add optimized shared memory PCMPI and add users manual section on comparing STREAMS performance to PETSc application performanceSee merge request petsc/petsc!6903

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Fri, 26 Jul 2024 04:51:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f0612e409f6220a780be6348417bea34ef34962 - Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#9f0612e409f6220a780be6348417bea34ef34962</link>
        <description>Add shared memory support for PCMPI using both shmget() and MPI_Win_allocate_shared()

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Wed, 11 Oct 2023 14:57:30 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e681106f87e250f307cfa6ce2996706de0d4f19a - Merge branch &apos;balay/require-F2003-GET_COMMAND_ARGUMENT&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#e681106f87e250f307cfa6ce2996706de0d4f19a</link>
        <description>Merge branch &apos;balay/require-F2003-GET_COMMAND_ARGUMENT&apos; into &apos;main&apos;Fortran: require GET_COMMAND_ARGUMENT() from F2003, and remove F77 iargc etc..See merge request petsc/petsc!7394

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Sat, 23 Mar 2024 02:45:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8d35c829922277702c93cc5b553e535e652a80df - Fortran: require GET_COMMAND_ARGUMENT() from F2003, and remove F77 iargc etc..</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#8d35c829922277702c93cc5b553e535e652a80df</link>
        <description>Fortran: require GET_COMMAND_ARGUMENT() from F2003, and remove F77 iargc etc..

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Wed, 20 Mar 2024 15:16:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8c7e972a3654a554f7db0e3ec3deda46c60c99c5 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#8c7e972a3654a554f7db0e3ec3deda46c60c99c5</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Thu, 21 Mar 2024 13:10:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4b82c11ab5d2008cb965c9c450f7f29fcd460555 - Merge branch &apos;balay/fix-petscgetcommandargument&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#4b82c11ab5d2008cb965c9c450f7f29fcd460555</link>
        <description>Merge branch &apos;balay/fix-petscgetcommandargument&apos; into &apos;release&apos;fortran: fix petscgetcommandargument() prototypeSee merge request petsc/petsc!7393

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Thu, 21 Mar 2024 13:10:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8192b20e419b51ddae03538b3da3c3bea5c05e5e - fortran: fix petscgetcommandargument() prototype</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#8192b20e419b51ddae03538b3da3c3bea5c05e5e</link>
        <description>fortran: fix petscgetcommandargument() prototype/var/tmp/portage/sci-mathematics/petsc-3.20.5/work/petsc-3.20.5/src/sys/objects/ftn-custom/zstart.c:100:19: error: type of &#8216;petscgetcommandargument_&#8217; does not match original declaration [-Werror=lto-type-mismatch]  100 | PETSC_EXTERN void getarg_(int *, char *, int);      |                   ^/var/tmp/portage/sci-mathematics/petsc-3.20.5/work/petsc-3.20.5/src/sys/fsrc/somefort.F90:43:40: note: type mismatch in parameter 3   43 |       subroutine PetscGetCommandArgument(n,val)      |                                        ^/var/tmp/portage/sci-mathematics/petsc-3.20.5/work/petsc-3.20.5/src/sys/fsrc/somefort.F90:43:40: note: type &#8216;long int&#8217; should match type &#8216;int&#8217;/var/tmp/portage/sci-mathematics/petsc-3.20.5/work/petsc-3.20.5/src/sys/fsrc/somefort.F90:43:40: note: &#8216;petscgetcommandargument&#8217; was previously declared here

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Wed, 20 Mar 2024 15:56:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fb3cba250866195917cae43976dd632954847ed0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#fb3cba250866195917cae43976dd632954847ed0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Thu, 14 Dec 2023 14:19:09 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>97c6995e2f7cbf3a3478135e1fb566216c5a0988 - Merge branch &apos;balay/ci-check-each-commit&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#97c6995e2f7cbf3a3478135e1fb566216c5a0988</link>
        <description>Merge branch &apos;balay/ci-check-each-commit&apos; into &apos;release&apos;CI: check each commit separately for build and code formatSee merge request petsc/petsc!7112

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Thu, 14 Dec 2023 14:18:43 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dfef5ea798a36ccc664ca1bbe435d183ec21e5c1 - Fix -Wzero-as-null-pointer-constant errors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#dfef5ea798a36ccc664ca1bbe435d183ec21e5c1</link>
        <description>Fix -Wzero-as-null-pointer-constant errors

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Wed, 13 Dec 2023 16:40:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ecceeb7d86a3b9d2c0da2aced471d46acf67b452 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#ecceeb7d86a3b9d2c0da2aced471d46acf67b452</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Thu, 02 Nov 2023 19:13:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3c093a9ad7890773b90bcabb1521a2a12e4ee9df - Merge branch &apos;barry/2023-11-01/docs-kspcomputeeigenvalues/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zstart.c#3c093a9ad7890773b90bcabb1521a2a12e4ee9df</link>
        <description>Merge branch &apos;barry/2023-11-01/docs-kspcomputeeigenvalues/release&apos; into &apos;release&apos;Fix manual pages in ksp/interface filesSee merge request petsc/petsc!6988

            List of files:
            /petsc/src/sys/objects/ftn-custom/zstart.c</description>
        <pubDate>Thu, 02 Nov 2023 19:03:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
