<?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 args.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>71075aaf439429f639ec15eebc63fb496334985b - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#71075aaf439429f639ec15eebc63fb496334985b</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Fri, 20 May 2022 14:16:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57e3f0c7ae625f2229301e2a6fbe00d8bd610f55 - Merge branch &apos;jose/codespell-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#57e3f0c7ae625f2229301e2a6fbe00d8bd610f55</link>
        <description>Merge branch &apos;jose/codespell-fixes&apos; into &apos;release&apos;A few codespell fixesSee merge request petsc/petsc!5259

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Fri, 20 May 2022 14:14:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6aad120caa16b1027d343a5f30f73d01448e4dc0 - A few codespell fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#6aad120caa16b1027d343a5f30f73d01448e4dc0</link>
        <description>A few codespell fixes

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Thu, 19 May 2022 06:47:16 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>13a035b13f0d57cc952439d2c8f7ce514226f11a - Merge branch &apos;master&apos; into knepley/feature-plex-elasticity-test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#13a035b13f0d57cc952439d2c8f7ce514226f11a</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-elasticity-test* master: (1553 commits)  -options_table was changed to options_view in 2014 but documentation was not updated to reflect it  configure: fix F2003 test  Plex test ex5: Removed &quot;future&quot; test, as it resulted in issues in the nightly tests.  Some minor typos in TS  Add ADIOS2.py which I forgot to git add in the past  Plex ex5: Disable test  Doc: Added note for interface change  KSPLSQRMonitorDefault fixed for quad precision  Tao: Added alternative output for chwirut2 test.  TS ex45,ex46: Removed overly refined tests for faster nightly tests.  KSP ex72: Fixed needlessly long-running PCTFS tests.  SNES ex56: Reduced test size to speed up nightly test suite.  KSPSolve_LSQR: don&apos;t compute unused norm of rhs  SNES ex13: Reduced problem sizes for nightly tests.  PetscOptionsDeprecated(): fix for NULL prefix  PetscOptionsDeprecated(): add option to print additional info  SNES ex12: Reduced sizes for BDDC tests.  PetscFileRetrieve(): Suppress output to STDERR when downloading a file.  MatMatMult: Fixed unused variable pN.  DMDestroy: Guard call to dm-&gt;ops-&gt;destroy * Similar guards are in place in many other methods (IS,Vec,Mat) and permit the DM to be destroyed even if DMSetType() was never called.  ...

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Mon, 13 Aug 2018 15:19:56 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>59e7829ccff665372c1d09026a11beea9cbf8624 - Merge branch &apos;master&apos; into knepley/feature-plex-parallel-submesh</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#59e7829ccff665372c1d09026a11beea9cbf8624</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-parallel-submesh* master: (2931 commits)  remove N in docs for SNESQN  replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON  fortran: PetscComplex type is missing from fortran  initialize variables so that static analyzer doesn&apos;t mistakenly think they are used uninitialized.  Move access of prefix until it is actually used  Remove  DMDASplitComm2d(), used in one example that was not tested  Functions that do not return PetscErrorCode should not use PetscFunctionBegin/End paradgm  remove unneeded reassignment of same value  Missing CHKERRQ(); Mostly in Tao code  Remove clang static analyser warning about passing NULL variable to strncat()  missing newline in -ts_monitor_extreme  minor fixes for integer counters  Configure: Deal with &apos;__func__&apos; in C89 builds with newer Clang and GCC.  Jenkinsfile: Increased timeout for tests to 5 minutes.  3.9 changes: further clarify removal of -pc_factor_mat_solver_package  Options deprecations: add &quot;PETSc&quot; to inline warning  removing unused variable  MatShift support added to MATSUBMAT. Mimics MATSHELL functionality. Needed for matrix-free Hessians in TAO Newton-Line-Search methods.  Add -ts_monitor_extreme  Dev manual: add note on deprecating options database keys  ...Conflicts:	src/dm/impls/plex/examples/tests/ex4.c

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Tue, 07 Aug 2018 17:51:05 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2f07c833297f1c1acc6a9f8c100af3fa2b180e36 - Merge branch &apos;master&apos; into knepley/feature-snes-ex13-spectral</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#2f07c833297f1c1acc6a9f8c100af3fa2b180e36</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-snes-ex13-spectral* master: (2350 commits)  migrate warning fix from next-tmp  Revert &quot;Remove dead code.&quot;  clarifying comment in the code  Remove dead code.  Add JuMP citation  Copyedits and updates to developers manual  Add more protection to intrinsics  MPI: protect arguments in MPI macros  Add the missing conditionals for 64-bit build  Plex+VTK: Fix field type determination  Fix bug in name cleanup  Bib: Added ref  Plex+VTK: Fix field type determination  Plex: Updated test output - I am now hating this shit  forgot to save file after moving prototypes to petscsys.h  update Apple example project settings per Xcode  Two functions should actually be public, used, for example from Apple MacOS and iOS programs  includes should always be included relative to include directory  Apple removed old locations of docsets  SNES ex12: Updated test output  ...Conflicts:	src/snes/examples/tutorials/ex13.c

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Sat, 14 Apr 2018 13:36:45 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9044fa666813e72067b2d44bab405329fb3f183c - Merge branch &apos;master&apos; into knepley/fix-plex-residual-loop</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#9044fa666813e72067b2d44bab405329fb3f183c</link>
        <description>Merge branch &apos;master&apos; into knepley/fix-plex-residual-loopWarning: This merge includes real changes* master: (188 commits)  Add JuMP citation  Copyedits and updates to developers manual  Add more protection to intrinsics  MPI: protect arguments in MPI macros  Add the missing conditionals for 64-bit build  Plex+VTK: Fix field type determination  Fix bug in name cleanup  Bib: Added ref  Plex+VTK: Fix field type determination  Plex: Updated test output - I am now hating this shit  forgot to save file after moving prototypes to petscsys.h  update Apple example project settings per Xcode  Two functions should actually be public, used, for example from Apple MacOS and iOS programs  includes should always be included relative to include directory  Apple removed old locations of docsets  SNES ex12: Updated test output  SNES ex62: Set name of solution vector - Update test output  revert sources to dev  - reset PETSC_VERSION_RELEASE  - reset changes/dev.html  release: set v3.9 strings  move output file to the correct location. i.e fix 305862f9cd0dc399542ae11dd744508e4b6ad2e3  ...Conflicts:	src/snes/utils/dmplexsnes.c	src/ts/utils/dmplexts.c

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Sat, 14 Apr 2018 11:17:56 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e4bc0d72a7a62106b6c16a682dc8072909a4b1f1 - Merge branch &apos;master&apos; into knepley/feature-pc-patch</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#e4bc0d72a7a62106b6c16a682dc8072909a4b1f1</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-pc-patch* master: (440 commits)  revert sources to dev  - reset PETSC_VERSION_RELEASE  - reset changes/dev.html  release: set v3.9 strings  fix grep usage on solaris [use egrep]  opensolaris: fix errors  Update timer reporting and minor reporting fix  Remove redundant if statement.  Found by @jedbrown  Fixed problem with order of developer photos on website.  superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -&gt; PETSC_HAVE_SUPERLU_DIST]  Bib: PERMON ref  fix for osx  doc: more author fixes  doc: more author fixes  Italicized &quot;orderings&quot; in MPI process placement discussion.  Added Richard to the user manual author list.  Added Richard to the list of active developers on the website.  add string check for MS-MPI and IMPI timeout errors  opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead  Standardizing timeout checks  Report wall clock time of total tests  Use time instead of date %s  ...Conflicts:	include/petscpc.h	src/ksp/ksp/interface/itfunc.c

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Sun, 08 Apr 2018 18:11:26 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bccf594b29529893b47f8e18e56a9576025917fe - Merge remote-tracking branch &apos;origin/jed/futurize-stage-1&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#bccf594b29529893b47f8e18e56a9576025917fe</link>
        <description>Merge remote-tracking branch &apos;origin/jed/futurize-stage-1&apos;

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Wed, 04 Apr 2018 20:39:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5b6bfdb9644f185dbf5e5a09b808ec241507e1e7 - python: futurize stage 1 (modernize python-2 code)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#5b6bfdb9644f185dbf5e5a09b808ec241507e1e7</link>
        <description>python: futurize stage 1 (modernize python-2 code)This should have no behavioral change.  It was generated by running  futurize -1 -nw config lib setup.py src systemsfollowed by reverting some &quot;from . import&quot; relative imports (PEP 328without 366) and fixing up RDict.py __contains__ to not cause recursion.

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Mon, 02 Apr 2018 20:46:25 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>e366c154b69cf29c88be23f768f0f07dd2b3250c - Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#e366c154b69cf29c88be23f768f0f07dd2b3250c</link>
        <description>Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maintObtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to matchdocumentation.

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Wed, 15 Nov 2017 03:23:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>4042b7960f5f14768f428547ca32ebf9e5810861 - Merge branch &apos;master&apos; into jed/ts-eimex</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#4042b7960f5f14768f428547ca32ebf9e5810861</link>
        <description>Merge branch &apos;master&apos; into jed/ts-eimexSync to include Git conversion, PETSC_EXTERN, and minor API changes.Conflicts:	src/ts/interface/tsregall.c

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Sun, 17 Mar 2013 15:35:53 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
<item>
        <title>926b13484ca38eda185f7258ec445fdbae005f3e - Merge branch &apos;master&apos; into tautges/dmmoab</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#926b13484ca38eda185f7258ec445fdbae005f3e</link>
        <description>Merge branch &apos;master&apos; into tautges/dmmoabObtain config/BuildSystem as subtree.

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Tue, 12 Mar 2013 00:57:59 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
<item>
        <title>8a427fd7ce69ce25656b58c8938253b9a75e0bfc - Merge branch &apos;maint&apos; (config/BuildSystem subtree)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#8a427fd7ce69ce25656b58c8938253b9a75e0bfc</link>
        <description>Merge branch &apos;maint&apos; (config/BuildSystem subtree)

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Mon, 11 Mar 2013 21:01:00 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
<item>
        <title>372c83baeb2c5fca722a65a63fe08cbb340d890e - Merge branch &apos;maint-3.2&apos; into maint (BuildSystem subtree)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#372c83baeb2c5fca722a65a63fe08cbb340d890e</link>
        <description>Merge branch &apos;maint-3.2&apos; into maint (BuildSystem subtree)

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Mon, 11 Mar 2013 20:42:26 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
<item>
        <title>179860b23afbef20daed3359c1645679d1efa988 - Add &apos;config/BuildSystem/&apos; from commit &apos;94fb7d1092a023a10eba9cdace78f25709a190fd&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/BuildSystem/args.py#179860b23afbef20daed3359c1645679d1efa988</link>
        <description>Add &apos;config/BuildSystem/&apos; from commit &apos;94fb7d1092a023a10eba9cdace78f25709a190fd&apos;git-subtree-dir: config/BuildSystemgit-subtree-mainline: d24caab14e29d890d97b19b2c7aadd37e4d931eegit-subtree-split: 94fb7d1092a023a10eba9cdace78f25709a190fd

            List of files:
            /petsc/config/BuildSystem/args.py</description>
        <pubDate>Mon, 11 Mar 2013 20:40:32 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@59A2.org&gt;</dc:creator>
    </item>
</channel>
</rss>
