<?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 PLogEvent.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>abdd934af67c1cc360c4d0cfcf2de16e188d627e - Merge branch &apos;jczhang/2024-06-26/revise-mpi-openmp-stream&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#abdd934af67c1cc360c4d0cfcf2de16e188d627e</link>
        <description>Merge branch &apos;jczhang/2024-06-26/revise-mpi-openmp-stream&apos; into &apos;main&apos;Revise MPI and OpenMP stream benchmarksSee merge request petsc/petsc!7651

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Thu, 23 Oct 2025 13:23:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6759599866c39371a819c3b0a471a6a31b7c0f67 - clangformat: apply to src/src/benchmarks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#6759599866c39371a819c3b0a471a6a31b7c0f67</link>
        <description>clangformat: apply to src/src/benchmarks

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Tue, 21 Oct 2025 15:08:05 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f882803cc229b3a4b5704278364815583f823089 - Merge branch &apos;jacobf/2022-02-23/variadic-chkerr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#f882803cc229b3a4b5704278364815583f823089</link>
        <description>Merge branch &apos;jacobf/2022-02-23/variadic-chkerr&apos; into &apos;main&apos;Variadic CHKERRQ()See merge request petsc/petsc!4889

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Sat, 26 Mar 2022 01:48:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9566063d113dddea24716c546802770db7481bc0 - The great renaming:</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#9566063d113dddea24716c546802770db7481bc0</link>
        <description>The great renaming:- CHKERRQ() -&gt; PetscCall()- CHKERRV() -&gt; PetscCallVoid()- CHKERRMPI() -&gt; PetscCallMPI()- CHKERRABORT() -&gt; PetscCallAbort()- CHKERRCONTINUE() -&gt; PetscCallContinue()- CHKERRXX() -&gt; PetscCallThrow()- CHKERRCXX() -&gt; PetscCallCXX()- CHKERRCUDA() -&gt; PetscCallCUDA()- CHKERRCUBLAS() -&gt; PetscCallCUBLAS()- CHKERRCUSPARSE() -&gt; PetscCallCUSPARSE()- CHKERRCUSOLVER() -&gt; PetscCallCUSOLVER()- CHKERRCUFFT() -&gt; PetscCallCUFFT()- CHKERRCURAND() -&gt; PetscCallCURAND()- CHKERRHIP() -&gt; PetscCallHIP()- CHKERRHIPBLAS() -&gt; PetscCallHIPBLAS()- CHKERRHIPSOLVER() -&gt; PetscCallHIPSOLVER()- CHKERRQ_CEED() -&gt; PetscCallCEED()- CHKERR_FORTRAN_VOID_FUNCTION() -&gt; PetscCallFortranVoidFunction()- CHKERRMKL() -&gt; PetscCallMKL()- CHKERRMMG() -&gt; PetscCallMMG()- CHKERRMMG_NONSTANDARD() -&gt; PetscCallMMG_NONSTANDARD()- CHKERRCGNS() -&gt; PetscCallCGNS()- CHKERRPTSCOTCH() -&gt; PetscCallPTSCOTCH()- CHKERRSTR() -&gt; PetscCallSTR()- CHKERRTC() -&gt; PetscCallTC()

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Fri, 25 Mar 2022 01:50:18 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b122ec5aa1bd4469eb4e0673542fb7de3f411254 - PetscInitialize() and PetscFinalize() wrapped:</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#b122ec5aa1bd4469eb4e0673542fb7de3f411254</link>
        <description>PetscInitialize() and PetscFinalize() wrapped:- ierr = PetscInitialize();if (ierr) return ierr;+ CHKERRQ(PetscInitialize());- ierr = PetscFinalize();- return ierr;+ CHKERRQ(PetscFinalize());+ return 0;

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Thu, 24 Mar 2022 18:03:55 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5f80ce2ab25dff0f4601e710601cbbcecf323266 - chkerr and friends wrapped</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#5f80ce2ab25dff0f4601e710601cbbcecf323266</link>
        <description>chkerr and friends wrapped

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Thu, 24 Feb 2022 03:50:24 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c1bf08c5a20d15b5ec0d720d5b45d44eecfd1ce6 - Merge branch &apos;jose/spelling-errors&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#c1bf08c5a20d15b5ec0d720d5b45d44eecfd1ce6</link>
        <description>Merge branch &apos;jose/spelling-errors&apos; into &apos;main&apos;Fix many spelling errors in manpages and commentsSee merge request petsc/petsc!4283

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Mon, 06 Sep 2021 15:50:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a5b23f4acc7afc99d3844ebd5fb65a81c16e8b8c - Fix spelling errors in manpages and comments</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#a5b23f4acc7afc99d3844ebd5fb65a81c16e8b8c</link>
        <description>Fix spelling errors in manpages and comments

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Fri, 03 Sep 2021 10:12:48 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&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/src/benchmarks/PLogEvent.c#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/src/benchmarks/PLogEvent.c</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>ec14d8c89faff4da33ce280481028a5ac84471b1 - Merge branch &apos;master&apos; into knepley/feature-plex-sphere-mesh</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#ec14d8c89faff4da33ce280481028a5ac84471b1</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-sphere-mesh* master: (2633 commits)  Bib: Added ref  SNES ex56: Update test output  add a citation to petsc.bib  Plex: Initialize variables  initialize ap as complained by the nightly tests  Plex ex3: Update to new point function API  initialize some variables as complained by nightly tests  SNES ex12: Mix misnaming Nf --&gt; Nc  update tests  add tests  add MatView_SeqXAIJ_ASCII_structonly(); enable A-&gt;structure_only in MatSetValuesBlocked_SeqBAIJ  typo  fill-in some references  Bib: Fixed ref  Plex: Added PLY to file support  Plex: Adding PLY support  PetscDS: Turn off Fortran bindings for Constants  Plex tests: Updated to new point function API  SNES ex56: Moved tests to new format  DM: Allow field projection functions to take an array of scalars - This will allow us to pass in user data to kernels without void *, more efficiency than aux fields  ...Conflicts:	config/builder.py	include/petscdmplex.h	src/dm/impls/plex/examples/tests/ex1.c	src/dm/impls/plex/plexcreate.c	src/dm/impls/plex/plexgmsh.c	src/snes/examples/tutorials/ex63.c

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Sat, 27 May 2017 04:49:49 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f172c304b9cb90251bd7241089b2d057c0d8dcaa - Merge branch &apos;knepley/feature-plex-tests-new&apos; into knepley/feature-plex-pragmatic-parallel</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#f172c304b9cb90251bd7241089b2d057c0d8dcaa</link>
        <description>Merge branch &apos;knepley/feature-plex-tests-new&apos; into knepley/feature-plex-pragmatic-parallel* knepley/feature-plex-tests-new:  Plex ex12: Added logging stages  Plex ex1: Added logging stages  TS ex18: Indicate broken tests  TS ex11: Indicate broken test  SNES ex62: Added SIMPLE tests  SNES ex12: Removed old tests  Plex: Fixing test descriptions  update to latest hypre tag on github  fix &apos;inf&apos; vs &apos;Inf&apos; diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19  MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.  replace use/mention of depreciated -log_summary in many places  add extchem.py which was written years ago but never put in the distribution (hence it is broken).  refix 96a2602 as it gives parsing erros with gmakegentest.py from scott/test-harness-altfiles  petsc4py: update to snapshot with MatGetSubMatrices -&gt; MatCreateSubMatrices etc API changes  PetscCMPLX: assume type punning is safe

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Wed, 15 Mar 2017 16:59:52 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a166d2596d8add78ff353c6afe83912bca8cd942 - Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-torus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#a166d2596d8add78ff353c6afe83912bca8cd942</link>
        <description>Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-torus* knepley/fix-plex-example-logging: (151 commits)  Plex ex12: Added logging stages  Plex ex1: Added logging stages  update to latest hypre tag on github  fix &apos;inf&apos; vs &apos;Inf&apos; diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19  MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.  replace use/mention of depreciated -log_summary in many places  add extchem.py which was written years ago but never put in the distribution (hence it is broken).  petsc4py: update to snapshot with MatGetSubMatrices -&gt; MatCreateSubMatrices etc API changes  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  PetscCMPLX: assume type punning is safe  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  ...Conflicts:	src/dm/impls/plex/examples/tests/ex1.c	src/dm/impls/plex/examples/tests/ex12.c

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Wed, 15 Mar 2017 16:58:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>851d29aaf3a2215140b1da563c93fac45421fa56 - Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-tests-new</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#851d29aaf3a2215140b1da563c93fac45421fa56</link>
        <description>Merge branch &apos;knepley/fix-plex-example-logging&apos; into knepley/feature-plex-tests-new* knepley/fix-plex-example-logging: (151 commits)  Plex ex12: Added logging stages  Plex ex1: Added logging stages  update to latest hypre tag on github  fix &apos;inf&apos; vs &apos;Inf&apos; diff wrt vec_vec_utils_tagger_tutorials-ex1_8,9,18,19  MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer applies to zero values set or added to the matrix diagonal, they are now not ignored and are included in the matrix nonzero structure. This is useful for Jacobians passed to TS.  replace use/mention of depreciated -log_summary in many places  add extchem.py which was written years ago but never put in the distribution (hence it is broken).  petsc4py: update to snapshot with MatGetSubMatrices -&gt; MatCreateSubMatrices etc API changes  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  PetscCMPLX: assume type punning is safe  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  ...Conflicts:	src/dm/impls/plex/examples/tests/ex12.c

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Wed, 15 Mar 2017 16:56:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8 - Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel* master: (1379 commits)  Minor fixes for tchem examples due to changes in PETSc infrastructure  update webpage about API changes  add help menu for MatCreateSubMatricesMPI()  rename struct Mat_SubMat -&gt; Mat_SubSppt  add a little information to the manual about using tchem  rename MatCreateSubMatrixComposite -&gt; MatCreateSubMatrixVirtual; Mat_SubMatrix -&gt; Mat_SubVirtual  need to protect the \ passed on the makefile on my Mac  Bib: Updated ref  update src/mat/examples/tests/output/ex23_#.out  rename MatGetSubMat -&gt; MatCreateSubMat  Mark MatCreateMPIAIJWithSplitArrays() and MatMPIAIJSetPreallocationCSR() with MAT_NO_OFF_PROC_ENTRIES  superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib  backport fixes cc105cc3 2b35c90a - required for 3bf428d - that was backported from master - 80c96bb  &apos;echo -n&apos; fails on opensolaris/osx - so avoid using it.  fix diffs in nightlybuilds due to options in ~/.petscrc  add Kelley03 to src/docs/tex/petsc.bib  build: determine moudles, mpi.h used during buildtime and print in &apos;info&apos;  fix analyzer warnings  fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs. But then - only flib gets used for some configure tests [blaslapack, parms]  config: prefer __restrict over C99 restrict keyword  ...

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Tue, 14 Mar 2017 14:32:52 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>609bdbee21ea3be08735c64dbe00a9ab27759925 - replace use/mention of depreciated -log_summary in many places</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#609bdbee21ea3be08735c64dbe00a9ab27759925</link>
        <description>replace use/mention of depreciated -log_summary in many placesReported-by: Pierre Jolivet &lt;pierre.jolivet@enseeiht.fr&gt;

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Sat, 11 Mar 2017 00:13:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9137bce663dafc076b984eb551047684322ddd3c - Merge branch &apos;barry/remove-funct&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#9137bce663dafc076b984eb551047684322ddd3c</link>
        <description>Merge branch &apos;barry/remove-funct&apos;

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Sat, 24 Dec 2016 21:58:21 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fbfcfee5110779e3d6a9465ca0a2e0f9a1a6e5e3 - Remove the use and definition of  __FUNCT__ throughout the code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#fbfcfee5110779e3d6a9465ca0a2e0f9a1a6e5e3</link>
        <description>Remove the use and definition of  __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang &lt;andreas@ices.utexas.edu&gt;

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Mon, 19 Dec 2016 23:31:39 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54761ea350c3a259b2777f539794cfed5144f949 - Merge branch &apos;master&apos; into barry/fix-successful-numerical-factorization-after-failure/master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PLogEvent.c#54761ea350c3a259b2777f539794cfed5144f949</link>
        <description>Merge branch &apos;master&apos; into barry/fix-successful-numerical-factorization-after-failure/masterThe maint patch for the given problem cannot merge cleanly into next due to changesin the same code in master (the introduction of MatFactorGetError()) therefor needto merge in master and use the new construct before merging to next

            List of files:
            /petsc/src/benchmarks/PLogEvent.c</description>
        <pubDate>Sun, 14 Aug 2016 23:54:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
