<?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 PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.c#6759599866c39371a819c3b0a471a6a31b7c0f67</link>
        <description>clangformat: apply to src/src/benchmarks

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.c#5f80ce2ab25dff0f4601e710601cbbcecf323266</link>
        <description>chkerr and friends wrapped

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.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>e366c154b69cf29c88be23f768f0f07dd2b3250c - Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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>c90b701ee8da86c6fb76d5aea9fecd2a44e0e5b8 - Merge branch &apos;master&apos; into knepley/feature-plex-pragmatic-parallel</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.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/PetscGetCPUTime.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>9137bce663dafc076b984eb551047684322ddd3c - Merge branch &apos;barry/remove-funct&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#9137bce663dafc076b984eb551047684322ddd3c</link>
        <description>Merge branch &apos;barry/remove-funct&apos;

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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/PetscGetCPUTime.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>
<item>
        <title>3546dc83c3ed55c7725e7114a22a16e6195158a7 - Merge branch &apos;jose/maint/tabs-print-class&apos; into maint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#3546dc83c3ed55c7725e7114a22a16e6195158a7</link>
        <description>Merge branch &apos;jose/maint/tabs-print-class&apos; into maint

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.c</description>
        <pubDate>Tue, 17 May 2016 18:48:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>98581c7aadb1c5f87236d3af84044bdc2e2d3229 - Merge branch &apos;master&apos; into barral/feature-dmplex-adapt</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#98581c7aadb1c5f87236d3af84044bdc2e2d3229</link>
        <description>Merge branch &apos;master&apos; into barral/feature-dmplex-adapt

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.c</description>
        <pubDate>Fri, 13 May 2016 18:28:52 +0000</pubDate>
        <dc:creator>barral &lt;none@none.fr&gt;</dc:creator>
    </item>
<item>
        <title>6bd6c11782faf37cb379aedb61b7080e5f4b56fa - Merge branch &apos;master&apos; into knepley/feature-parallel-mesh-load</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#6bd6c11782faf37cb379aedb61b7080e5f4b56fa</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-parallel-mesh-load* master: (180 commits)  Bib: Added ref  -random_view caused error because PetscRandomView() was not provided in PetscRandomCreate()  Update the xSDKTrilinos test message to use interactive session and ctest  gcc6: fix comple warnings with -Wmisleading-indentation  fix compile warning  bugfix for MatTransposeMatMultSymbolic_MPIAIJ_MPIAIJ_nonscalable()  minor formatting cleanup of gamg.c  add ml example to tutorials page for xsdk  bugfix of MatDuplicate for mpiaij matrix product Reported-by: Miorelli, Federico &lt;Federico.Miorelli@cgg.com&gt;  The deprecated -log_summary_exclude was still being used when it should have been -log_exclude  cpardiso: requires mkl_blacs so check for that. Also common code to detect MKL for both pardiso and cpardiso  cpardiso: fix segv and memory leaks  resume MatGetSubMatrix_SeqSBAIJ() because it cannot share routine with BAIJ due to cast  fix bad relative links  replace MatSeqBAIJSetPreallocation_SeqBAIJ with MatSeqBAIJSetPreallocation to skip this call when input mat is sbaij type  fix a variety of set but not used variables in examples detected by clang static analyzer  removed declared but not used variable  ANL Report formatting requires listing authors by affiliation  DMP4est: uncrustify  DMP4est: remove memset()  ...

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.c</description>
        <pubDate>Thu, 12 May 2016 15:15:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>35d705712e4e30cc2db45fcc137e266709f373c9 - Merge branch &apos;master&apos; into stefano_zampini/feature-pcbddc-saddlepoint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#35d705712e4e30cc2db45fcc137e266709f373c9</link>
        <description>Merge branch &apos;master&apos; into stefano_zampini/feature-pcbddc-saddlepointConflicts:	src/ksp/pc/impls/bddc/bddc.c	src/ksp/pc/impls/bddc/bddcgraph.c	src/ksp/pc/impls/bddc/bddcprivate.c

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.c</description>
        <pubDate>Wed, 04 May 2016 13:14:29 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e2c586eb4ae28aada0cde77bf70ec9ba56e8fcee - Merge branch &apos;barry/fix-some-clang-warnings&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#e2c586eb4ae28aada0cde77bf70ec9ba56e8fcee</link>
        <description>Merge branch &apos;barry/fix-some-clang-warnings&apos;

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.c</description>
        <pubDate>Tue, 03 May 2016 03:54:08 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a438ae71ce233232332f459688a2b879b9a8b176 - Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/PetscGetCPUTime.c#a438ae71ce233232332f459688a2b879b9a8b176</link>
        <description>Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected by the clang static analyzer

            List of files:
            /petsc/src/benchmarks/PetscGetCPUTime.c</description>
        <pubDate>Mon, 02 May 2016 00:04:54 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
