<?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 ex2f.F90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>749c190bad46ba447444c173d8c7a4080c70750e - Merge branch &apos;barry/2025-12-04/fix-use-mpi-f08&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#749c190bad46ba447444c173d8c7a4080c70750e</link>
        <description>Merge branch &apos;barry/2025-12-04/fix-use-mpi-f08&apos; into &apos;main&apos;Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08See merge request petsc/petsc!8885

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Thu, 25 Dec 2025 01:58:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b06eb4cd3db6f436e3907d9ad23211c2914d8916 - Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#b06eb4cd3db6f436e3907d9ad23211c2914d8916</link>
        <description>Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08Add PETSC_INT_KIND and PETSC_MPIINT_KINDReported-by: M.Weiland@epcc.ed.ac.uk

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Thu, 04 Dec 2025 22:33:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9b88ac225e01f016352a5f4cd90e158abe5f5675 - Merge branch &apos;MarDiehl/improve-Fortran-examples&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#9b88ac225e01f016352a5f4cd90e158abe5f5675</link>
        <description>Merge branch &apos;MarDiehl/improve-Fortran-examples&apos; into &apos;main&apos;Improve Fortran examplesSee merge request petsc/petsc!8698

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Wed, 29 Oct 2025 18:59:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c5e229c2f66f66995aed5443a26600af2aec4a3f - place all the include statements at the top</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#c5e229c2f66f66995aed5443a26600af2aec4a3f</link>
        <description>place all the include statements at the topRepeated inclusion in multiple location, e.g. at the start of amodule or function is not needed. This becomes clear if all includes areoutside of the actual Fortran code.Added regex to check that with the help of @sbalay

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Mon, 29 Sep 2025 20:21:37 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>edb0e59d3c097acd4a4005a4e51d4daa5c739255 - Merge branch &apos;barry/2025-07-01/format-fortran-source-fprettify&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#edb0e59d3c097acd4a4005a4e51d4daa5c739255</link>
        <description>Merge branch &apos;barry/2025-07-01/format-fortran-source-fprettify&apos; into &apos;main&apos;format fortran source with fprettifySee merge request petsc/petsc!8514

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Tue, 23 Sep 2025 15:32:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4820e4ea99a084ae862a8c395f732bc7c0e1a6d0 - Run fprettify</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#4820e4ea99a084ae862a8c395f732bc7c0e1a6d0</link>
        <description>Run fprettify

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Tue, 23 Sep 2025 01:52:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>540c0c32db400f3360158c3a1bc40f37060fc408 - Merge branch &apos;barry/2022-05-24/add-petsccall-fortran-examples&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#540c0c32db400f3360158c3a1bc40f37060fc408</link>
        <description>Merge branch &apos;barry/2022-05-24/add-petsccall-fortran-examples&apos; into &apos;main&apos;Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.See merge request petsc/petsc!5271

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Thu, 02 Jun 2022 17:56:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d8606c274c09e255c003062beb17b1be973467bc - Add modern error checking to rest of Fortran examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#d8606c274c09e255c003062beb17b1be973467bc</link>
        <description>Add modern error checking to rest of Fortran examples/spend 2.5h

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Tue, 24 May 2022 19:01:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f84028053d197aff3fdf060e86d88b3f1b0f0110 - Add modern error checking to sys/tests and tutorial Fortran examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#f84028053d197aff3fdf060e86d88b3f1b0f0110</link>
        <description>Add modern error checking to sys/tests and tutorial Fortran examplesCommit-type: error-checking/spend 45m

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Tue, 24 May 2022 18:57:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a8cf78f8ba7de1c454a604310d727fd2be405418 - Merge branch &apos;barry/2021-05-16/fix-double-lines&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#a8cf78f8ba7de1c454a604310d727fd2be405418</link>
        <description>Merge branch &apos;barry/2021-05-16/fix-double-lines&apos; into &apos;main&apos;Fix typos in sourceSee merge request petsc/petsc!3984

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Mon, 24 May 2021 05:08:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4e278199b78715991f5c71ebbd945c1489263e6c - Remove all double blank lines from source</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#4e278199b78715991f5c71ebbd945c1489263e6c</link>
        <description>Remove all double blank lines from sourceCommit-type: petsc-style/2h

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Sun, 16 May 2021 12:35:27 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>984676b9ef71bb57e0686408d34aba01bd3759f2 - Merge branch &apos;pricardo/fortran-use-mpi-module&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#984676b9ef71bb57e0686408d34aba01bd3759f2</link>
        <description>Merge branch &apos;pricardo/fortran-use-mpi-module&apos; into &apos;main&apos;Fix Fortran mpi inheritance issueSee merge request petsc/petsc!3715

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Sat, 20 Mar 2021 22:32:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8c8af28eefa46e3bea82adfa51baf2c790322ff8 - F90: Encapsulate the usage of MPI in petsc.mod and import only needed definitions into other petsc modules.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#8c8af28eefa46e3bea82adfa51baf2c790322ff8</link>
        <description>F90: Encapsulate the usage of MPI in petsc.mod and import only needed definitions into other petsc modules.This requires an explicit use of petsc.mod [or mpi.mod or mpi_f18.mod] from user code

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Fri, 19 Mar 2021 19:21:05 +0000</pubDate>
        <dc:creator>Pedro Ricardo C. Souza &lt;pricardo@aimirimsti.com.br&gt;</dc:creator>
    </item>
<item>
        <title>16924cb147f0c1466c09c0b532357b3e2cef1ad7 - Merge branch &apos;barry/2020-08-16/fix-source-formatting&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#16924cb147f0c1466c09c0b532357b3e2cef1ad7</link>
        <description>Merge branch &apos;barry/2020-08-16/fix-source-formatting&apos; into &apos;master&apos;Turn on checkbadSource test to generate an error when found; fix all source code that causes errorsSee merge request petsc/petsc!3064

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Wed, 26 Aug 2020 00:16:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2da392cc7c10228af19ad9843ce5155178acb644 - Turn on checkbadSource test to generate an error when found; fix all source code that causes errors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#2da392cc7c10228af19ad9843ce5155178acb644</link>
        <description>Turn on checkbadSource test to generate an error when found; fix all source code that causes errorsCommit-type: portability-fix, testing-fix, style-fix, feature, maintainability/spend 1.5h

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Mon, 17 Aug 2020 01:11:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8cf22abf73327e3d56a58cafb5f187c3f9888f6 - Merge branch &apos;jolivet/feature-max-path-len-fortran&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#c8cf22abf73327e3d56a58cafb5f187c3f9888f6</link>
        <description>Merge branch &apos;jolivet/feature-max-path-len-fortran&apos; into &apos;master&apos;Determine PETSC_MAX_PATH_LEN at configure timeSee merge request petsc/petsc!2957

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Mon, 06 Jul 2020 15:40:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>62ac926ddc3e036a30b4ea12e742c29a0093bc2f - Fortran examples: use PETSC_MAX_PATH_LEN</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#62ac926ddc3e036a30b4ea12e742c29a0093bc2f</link>
        <description>Fortran examples: use PETSC_MAX_PATH_LEN

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Mon, 06 Jul 2020 06:31:46 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre.jolivet@enseeiht.fr&gt;</dc:creator>
    </item>
<item>
        <title>c20d77252dee0f9c80fc6f8b1a6f948e11175edb - Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#c20d77252dee0f9c80fc6f8b1a6f948e11175edb</link>
        <description>Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]* jed/promote-examples-tests-tutorials:  Promote examples/{tests,tutorials}/ to {tests,tutorials}/

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Sun, 22 Mar 2020 01:49:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>c4762a1b19cd2af06abeed90e8f9d34fb975dd94 - Promote examples/{tests,tutorials}/ to {tests,tutorials}/</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tutorials/ex2f.F90#c4762a1b19cd2af06abeed90e8f9d34fb975dd94</link>
        <description>Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files.  Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files &apos;src/*makefile&apos;`; do    if rg -q &apos;DIRS.*\bexamples\b&apos; $makefile; then        base=$(dirname $makefile)        dirs=$(cd $base/examples &amp;&amp; ls -d tests tutorials 2&gt;/dev/null | xargs echo)        perl -pi -e &quot;s#^(DIRS.*)\bexamples\b#\1${dirs}#&quot; $makefile        git rm $base/examples/makefile        for t in $dirs; do            git mv $base/examples/$t $base/            perl -pi -e &quot;s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#&quot; $base/$t        done    fidonegit grep -l -E -z &apos;examples/(tutorials|tests)&apos; | xargs -0 perl -pi -e &apos;s#examples/(tutorials|tests)#\1#g&apos;git checkout @ \    src/docs/website/documentation/changes/ \    src/benchmarks/results/

            List of files:
            /petsc/src/sys/tutorials/ex2f.F90</description>
        <pubDate>Wed, 18 Mar 2020 15:41:21 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
</channel>
</rss>
