<?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 errtrace.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/error/errtrace.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/error/errtrace.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/error/errtrace.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/error/errtrace.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>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>382a0339f0e5821666c1f569aee99d547d21b39e - Merge branch &apos;dalcinl/err-python&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#382a0339f0e5821666c1f569aee99d547d21b39e</link>
        <description>Merge branch &apos;dalcinl/err-python&apos; into &apos;main&apos;Python: Improved handling of exceptions and tracebacksSee merge request petsc/petsc!7938

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Fri, 11 Oct 2024 13:43:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4237731afe36b4db0a3147aff0aed51d4657afa2 - Python: Improved handling of exceptions and tracebacks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#4237731afe36b4db0a3147aff0aed51d4657afa2</link>
        <description>Python: Improved handling of exceptions and tracebacks

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Thu, 10 Oct 2024 20:59:11 +0000</pubDate>
        <dc:creator>Lisandro Dalcin &lt;dalcinl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dd460d279d400be05a060420ac00c7301eb4da3f - Fixes for clang-tidy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#dd460d279d400be05a060420ac00c7301eb4da3f</link>
        <description>Fixes for clang-tidy

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Tue, 10 Sep 2024 20:42:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8e429662cd3464733bcab2fcda83ea9922e804b1 - Merge branch &apos;jczhang/2024-07-03/minor-revise&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#8e429662cd3464733bcab2fcda83ea9922e804b1</link>
        <description>Merge branch &apos;jczhang/2024-07-03/minor-revise&apos; into &apos;main&apos;Print PETSC_COMM_WORLD size in error messagesSee merge request petsc/petsc!7673

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Thu, 04 Jul 2024 13:12:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2962d6eb00b67217de4a1b9b64832af8531573cc - sys: print PETSC_COMM_WORLD size in error messages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#2962d6eb00b67217de4a1b9b64832af8531573cc</link>
        <description>sys: print PETSC_COMM_WORLD size in error messages

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Wed, 03 Jul 2024 22:05:38 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>73667fc30d32dc826fe556678ead0a5035a1b26b - Merge branch &apos;jczhang/2024-06-14/feature-improve-mpi-pkg-macros&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#73667fc30d32dc826fe556678ead0a5035a1b26b</link>
        <description>Merge branch &apos;jczhang/2024-06-14/feature-improve-mpi-pkg-macros&apos; into &apos;main&apos;Improve various MPI packages&apos; macro and try to make them consistent with other packagesSee merge request petsc/petsc!7633

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Tue, 18 Jun 2024 20:04:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3187aaba5683f363d1f31612ce8bbf07810bd8e7 - CUDA: rename PETSC_HAVE_CUDA_MIN_ARCH to PETSC_PKG_CUDA_MIN_ARCH</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#3187aaba5683f363d1f31612ce8bbf07810bd8e7</link>
        <description>CUDA: rename PETSC_HAVE_CUDA_MIN_ARCH to PETSC_PKG_CUDA_MIN_ARCH

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Fri, 14 Jun 2024 20:47:49 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@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/error/errtrace.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/error/errtrace.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>36ff62a963056b13d868a3765aaa356b017d8f44 - Improve default PETSc error message about system</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#36ff62a963056b13d868a3765aaa356b017d8f44</link>
        <description>Improve default PETSc error message about system

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Fri, 07 Jun 2024 16:24:57 +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/error/errtrace.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/error/errtrace.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/error/errtrace.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/sys/error/errtrace.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>579b256d8ad74eed6565ce177d2abd7a8923fe09 - Merge branch &apos;jczhang/2024-03-18/check-conf-runtime-cuda-arches&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#579b256d8ad74eed6565ce177d2abd7a8923fe09</link>
        <description>Merge branch &apos;jczhang/2024-03-18/check-conf-runtime-cuda-arches&apos; into &apos;main&apos;Show configure/runtime cuda arch discrepancy in error messages; show runtime cuda arch in -log_viewSee merge request petsc/petsc!7385

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Mon, 25 Mar 2024 22:17:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>456dbbcd9876bdf1526b93d27a05ea9aadb1fa98 - Sys: add error messages on discrepancy in cuda arches between configure time and runtime; also log view runtime cuda arch</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#456dbbcd9876bdf1526b93d27a05ea9aadb1fa98</link>
        <description>Sys: add error messages on discrepancy in cuda arches between configure time and runtime; also log view runtime cuda arch

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Thu, 21 Mar 2024 15:17:31 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0b941295320c85d8b5d0a20014b9320ab37d9579 - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#0b941295320c85d8b5d0a20014b9320ab37d9579</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Sat, 30 Dec 2023 17:29:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8f2fb00a2cdd761f2883c3a40dda55cb038d0a69 - Merge branch &apos;barry/2023-12-29/cleanup-petscerror-manual-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/errtrace.c#8f2fb00a2cdd761f2883c3a40dda55cb038d0a69</link>
        <description>Merge branch &apos;barry/2023-12-29/cleanup-petscerror-manual-pages/release&apos; into &apos;release&apos;Clean up the error handling manual pagesSee merge request petsc/petsc!7153

            List of files:
            /petsc/src/sys/error/errtrace.c</description>
        <pubDate>Sat, 30 Dec 2023 16:52:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
