<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in .gitmessage</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>80794ad0d33546c630dd24cf675e30370edae276 - Merge branch &apos;barry/2019-07-27/error-check-mpiexec&apos; into &apos;master&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/.gitmessage#80794ad0d33546c630dd24cf675e30370edae276</link>
        <description>Merge branch &apos;barry/2019-07-27/error-check-mpiexec&apos; into &apos;master&apos;Large number of fixes, optimizations for configure, speeds up the configureSee merge request petsc/petsc!2046

            List of files:
            /petsc/.gitmessage</description>
        <pubDate>Tue, 24 Sep 2019 03:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0542e31a63bf85c93992c9e34728883db83474ac - Large number of fixes, optimizations for configure, speeds up the configure</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/.gitmessage#0542e31a63bf85c93992c9e34728883db83474ac</link>
        <description>Large number of fixes, optimizations for configure, speeds up the configure1) turn off checking if MPI library is shared since that code has been broken for 3+ years2) move pure Fortran configure tests to compilersFortran.py3) turned threads back on but only use them for performing timeout for *runtest() commands (since they slow everything down if used   everywhere)4) changed parallel configure (which doesn&apos;t work anyways) to use --useParallel and not overload --useThreads5) added runtime check of mpiexec that uses timeout (replaces previous test in MPI shared libraries)6) removed unused tests in configure in the interest of speed7) minor refactorization of configure for better support of parallel configure (which doesn&apos;t work)8) added timing results in configure.log. These may be accessed with grep child configure.log | sort -k3 -g9) add check that mpiexec given in configure test matches the MPI compilers and libraries usedCommit-type: optimization, bug-fix, portability-fix, featureReported-by: Carl Steefel &lt;cisteefel@lbl.gov&gt;

            List of files:
            /petsc/.gitmessage</description>
        <pubDate>Sat, 27 Jul 2019 17:36:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2158333654a68a115f45ae54d266a891d654e3d8 - Update .gitmessage to include optimization</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/.gitmessage#2158333654a68a115f45ae54d266a891d654e3d8</link>
        <description>Update .gitmessage to include optimizationCommit-type: i.e. 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/.gitmessage</description>
        <pubDate>Sun, 09 Jun 2019 08:03:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7e4ee967858af28725ef74d953fafdc44cee44f3 - additional Commit-type commit messages</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/.gitmessage#7e4ee967858af28725ef74d953fafdc44cee44f3</link>
        <description>additional Commit-type commit messagesCommit-type: feature

            List of files:
            /petsc/.gitmessage</description>
        <pubDate>Sat, 15 Jul 2017 21:10:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>603303d38567549ea4ecfdc65a0c9d300fdd6db4 - Merge branch &apos;master&apos; into knepley/fix-fe-default</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/.gitmessage#603303d38567549ea4ecfdc65a0c9d300fdd6db4</link>
        <description>Merge branch &apos;master&apos; into knepley/fix-fe-default* master: (297 commits)  Bib: Added refs and fixed one  Doc: Fixed formatting problems for MatCreateAIJ() manual page.  Add to PCSOR manual page information about convergence testing when using KSPRICHARDSON  SNES ex5: Restore old output since this breaks an example I have  Noted that some Cray XC systems will use &apos;aprun&apos; instead of &apos;srun&apos;. Thanks to Herr Doktor Hong Zhang for this suggestion.  Added example configure script for Cray XC40 with KNL processors (e.g., NERSC Cori).  Fix possible sprintf -Wformat-overflow  PetscMalloc2-7: fix -Wint-in-bool-context for GCC 7  SNES ex5: make boundary condition handling consistent for symmetry  SNES ex5: use L2 norm and *_monitor_short for output  SNES ex5: the L^2 norm scales with the l^2 norm over sqrt(N)  SNES ex5: refactor MMS capability to avoid extreme code duplication  Documentation fix: typo in PetscLogStageRegister manual page.  nodes -&gt; vertices  rename DMNetworkGetComponentTypeOffset -&gt; DMNetworkGetComponentKeyOffset  rename DMNetworkGetConnectedNodes() -&gt; DMNetworkGetConnectedVertices()  Jacobians for adjoints for explicit methods and constant Jacobians never got initialized  fix complex build error  fix build failure with fortran interface  fix compile error with cdc753b64c658d532d7813e942002e67025667a6  ...Conflicts:	src/snes/examples/tutorials/ex13.c	src/snes/examples/tutorials/ex62.c	src/snes/examples/tutorials/ex69.c

            List of files:
            /petsc/.gitmessage</description>
        <pubDate>Wed, 12 Jul 2017 13:40:22 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>446eb69818895420208d542721e102c579f0845d - Add the git commit template to the repository</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/.gitmessage#446eb69818895420208d542721e102c579f0845d</link>
        <description>Add the git commit template to the repositoryCommit-type: featureFunded-by: ECPTime: .1 hoursThanks-to: Shweta &lt;sgupta@uoregon.edu&gt;Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/.gitmessage</description>
        <pubDate>Fri, 30 Jun 2017 19:48:43 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
