<?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 zinheritf.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/objects/ftn-custom/zinheritf.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/objects/ftn-custom/zinheritf.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/objects/ftn-custom/zinheritf.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/objects/ftn-custom/zinheritf.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>a663c1dff89745b9e1982b54aa196ff99445d9a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Thu, 13 Apr 2023 05:01:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fafa78139c5fc557f20470fb5d6ffa3e3be80d85 - Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#fafa78139c5fc557f20470fb5d6ffa3e3be80d85</link>
        <description>Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initiallySee merge request petsc/petsc!6310

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Thu, 13 Apr 2023 04:17:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5975b3b6e3931510e2a64a701673cbe1930c6f42 - Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#5975b3b6e3931510e2a64a701673cbe1930c6f42</link>
        <description>Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Tue, 11 Apr 2023 16:48:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0baf1215c1ab2b179ff5a042653b62b4ed1f8fa3 - Merge branch &apos;jacobf/2021-09-04/petscdevice-cupminitialization&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#0baf1215c1ab2b179ff5a042653b62b4ed1f8fa3</link>
        <description>Merge branch &apos;jacobf/2021-09-04/petscdevice-cupminitialization&apos; into &apos;main&apos;Replace current CUPM initialization with unified PetscDevice versionSee merge request petsc/petsc!4310

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Wed, 20 Oct 2021 01:07:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a4af0ceea8a251db97ee0dc5c0d52d4adf50264a - - Replace the current CUPM initialization infrastructure with PetscDevice.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#a4af0ceea8a251db97ee0dc5c0d52d4adf50264a</link>
        <description>- Replace the current CUPM initialization infrastructure with PetscDevice.- Remove -petsc_use_default_null_stream and -[cuda|hip]_synchronize options- Remove PetscCUDASynchronize and PetscHIPSynchronize- Remove PetscCUDAInitialize(), PetscCUDAInitializeCheck(), PetscHIPInitialize(), andPetscHIPInitializeCheck()- Remove PetscCUBLASInitializeHandle(), PetscCUSOLVERDnInitializeHandle(),PetscHIPBLASInitializeHandle(), and PetscHIPSOLVERInitializeHandle().- Remove petsc_gputimer_begin and petsc_gputimer_begin- Add -device_enable, -device_select and -device_view options- Replace -[cuda|hip]_device with split options -device_enable_[cuda|hip] and -device_select_[cuda|hip]- Replace -[cuda|hip]_view with -device_view_[cuda|hip]- Add PetscDeviceInitType- Add PetscDeviceInitialize() and PetscDeviceInitialized()- Add PetscDeviceView()

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Tue, 19 Oct 2021 19:02:52 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fd2eec0d32dffac026ecfcab2cefd168315e5f82 - Merge branch &apos;jczhang/add-kokkos-init&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#fd2eec0d32dffac026ecfcab2cefd168315e5f82</link>
        <description>Merge branch &apos;jczhang/add-kokkos-init&apos; into &apos;master&apos;Add Kokkos initializationSee merge request petsc/petsc!3048

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Sun, 23 Aug 2020 02:17:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>050356708b6b130533a9df91dcd046d0f24f763b - Add support of CUDA/HIP initialization at the same time</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#050356708b6b130533a9df91dcd046d0f24f763b</link>
        <description>Add support of CUDA/HIP initialization at the same time

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Wed, 19 Aug 2020 22:32:31 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>721b214e6cbd8f3f2c9f232af05f89c327a14969 - Merge branch &apos;jczhang/feature-delay-cuda-init&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#721b214e6cbd8f3f2c9f232af05f89c327a14969</link>
        <description>Merge branch &apos;jczhang/feature-delay-cuda-init&apos; into &apos;master&apos;Do not init cuda if a code does not create any petsc cuda objectsSee merge request petsc/petsc!2987

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Sun, 02 Aug 2020 05:18:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cae85d06d2fa574045eb61866b300b12dbdb9804 - Do lazy petsc cuda initialization and validation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#cae85d06d2fa574045eb61866b300b12dbdb9804</link>
        <description>Do lazy petsc cuda initialization and validationSo that we can avoid overburdening the GPU in CI.See more at https://gitlab.com/petsc/petsc/-/issues/360#note_373723821

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Tue, 21 Jul 2020 16:23:29 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f507b629d56552da62d0fe86c85192f61ce7729f - Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#f507b629d56552da62d0fe86c85192f61ce7729f</link>
        <description>Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...See merge request petsc/petsc!2546

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>19caf8f3c08b1f0ca9f5469bde385c134aa76c82 - Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#19caf8f3c08b1f0ca9f5469bde385c134aa76c82</link>
        <description>Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b6a92dcaf7437bd852edf5217bc28b0347b5c0cb - Merged in barry/cuda-multigrid-test (pull request #1763)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#b6a92dcaf7437bd852edf5217bc28b0347b5c0cb</link>
        <description>Merged in barry/cuda-multigrid-test (pull request #1763)Various improvements for GPUs (mostly for performance and CUDA)

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Wed, 26 Jun 2019 16:40:49 +0000</pubDate>
        <dc:creator>BarryFSmith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7381773f4e66036016c7a176e56a1cca165d6524 - Added PetscCUDAInitialize() which the user may call in the body of the program, -cuda_initialize 0 prevents PetscInitialize() from initializing CUDA</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#7381773f4e66036016c7a176e56a1cca165d6524</link>
        <description>Added PetscCUDAInitialize() which the user may call in the body of the program, -cuda_initialize 0 prevents PetscInitialize() from initializing CUDAAdd -cuda_initialize 0 as options database for CUDA tests so machines won&apos;t load cuBLAS unless actuallyutilizing it on the machine, update examples to filter option-cuda_initializeReported-by: Karl Rupp &lt;me@karlrupp.net&gt;Commit-type: feature

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Sun, 16 Jun 2019 04:00:59 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a1a5ab9272ae2e5e484a458ec4e7f87975b4df5b - Merge branch &apos;master&apos; into jpusztay/feature-swarm-symplectic-example</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#a1a5ab9272ae2e5e484a458ec4e7f87975b4df5b</link>
        <description>Merge branch &apos;master&apos; into jpusztay/feature-swarm-symplectic-example

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Mon, 28 Jan 2019 20:30:34 +0000</pubDate>
        <dc:creator>Joseph Pusztay &lt;josephpusztay@Josephs-MacBook-Pro.local&gt;</dc:creator>
    </item>
<item>
        <title>34d8b122a5d19e2535552b384167f842f3757fcf - Merge branch &apos;master&apos; into knepley/feature-snes-patch</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#34d8b122a5d19e2535552b384167f842f3757fcf</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-snes-patchNot sure if this has done the right thing because there are no testsyet.  Also, the fortran stubs break (it doesn&apos;t know what to do withSNESCompositeType), and I don&apos;t know how to fix it.

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Sun, 09 Dec 2018 09:39:41 +0000</pubDate>
        <dc:creator>Patrick Farrell &lt;patrick@pefarrell.org&gt;</dc:creator>
    </item>
<item>
        <title>f35fe2a58889efe475697af597bfb87ade3a635c - Merged petsc/petsc into master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#f35fe2a58889efe475697af597bfb87ade3a635c</link>
        <description>Merged petsc/petsc into master

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Thu, 06 Dec 2018 22:08:05 +0000</pubDate>
        <dc:creator>Joseph Pusztay &lt;josephpu@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>83c10b7ed13e5cf0bac5061cf1169b930c013b5f - Merged petsc/petsc into master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#83c10b7ed13e5cf0bac5061cf1169b930c013b5f</link>
        <description>Merged petsc/petsc into master

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Tue, 04 Dec 2018 05:09:32 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre.jolivet@enseeiht.fr&gt;</dc:creator>
    </item>
<item>
        <title>d51f3b7247476cbceef442e49aca55b2302038ce - Merge branch &apos;barry/fix-check-ierr-before-freechar/maint&apos; into maint [PR #1220]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zinheritf.c#d51f3b7247476cbceef442e49aca55b2302038ce</link>
        <description>Merge branch &apos;barry/fix-check-ierr-before-freechar/maint&apos; into maint [PR #1220]* barry/fix-check-ierr-before-freechar/maint:Add if (*ierr) return checks for all Fortran stubs that utilize FREECHAR()Otherwise the ierr is overwritten by the FREECHAR() thus returning a zero error code when it should not

            List of files:
            /petsc/src/sys/objects/ftn-custom/zinheritf.c</description>
        <pubDate>Wed, 07 Nov 2018 04:46:14 +0000</pubDate>
        <dc:creator>Karl Rupp &lt;me@karlrupp.net&gt;</dc:creator>
    </item>
</channel>
</rss>
