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

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.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>766cdfe255df005c0ccfe0a0cc165b52d3f16e52 - Merge branch &apos;barry/2022-08-28/fix-petscfunctionreturn-nonzero&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/streams/SSEVersion.c#766cdfe255df005c0ccfe0a0cc165b52d3f16e52</link>
        <description>Merge branch &apos;barry/2022-08-28/fix-petscfunctionreturn-nonzero&apos; into &apos;main&apos;Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this...See merge request petsc/petsc!5564

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.c</description>
        <pubDate>Fri, 02 Sep 2022 04:19:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>11cc89d2bae31c43c795890e5d9b25a12b75f4f2 - Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this rule to the developers guide</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/streams/SSEVersion.c#11cc89d2bae31c43c795890e5d9b25a12b75f4f2</link>
        <description>Remove incorrect use of PetscFunctionReturn(nonzero integer value). Add this rule to the developers guideCommit-type: house-keeping/spend 1hReported-by: Pierre Jolivet

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.c</description>
        <pubDate>Mon, 29 Aug 2022 01:51:29 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.c#5f80ce2ab25dff0f4601e710601cbbcecf323266</link>
        <description>chkerr and friends wrapped

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.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>bdea225a36da7902afe460f43331ec27b94927fa - Merge branch &apos;barry/2020-10-08/fix-mpi-error-codes&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/streams/SSEVersion.c#bdea225a36da7902afe460f43331ec27b94927fa</link>
        <description>Merge branch &apos;barry/2020-10-08/fix-mpi-error-codes&apos; into &apos;master&apos;Convert MPI error type to PETSc error with string message for all MPI callsSee merge request petsc/petsc!3326

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.c</description>
        <pubDate>Wed, 30 Dec 2020 03:54:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ffc4695bcb29f4b022f59a5fd6bc99fc280ff6d8 - Convert MPI error type to PETSc error with string message for all MPI calls</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/streams/SSEVersion.c#ffc4695bcb29f4b022f59a5fd6bc99fc280ff6d8</link>
        <description>Convert MPI error type to PETSc error with string message for all MPI callsNow PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their   errors better.The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces   seemingly random failures.Commit-type: error-checking/spend 30m

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.c</description>
        <pubDate>Thu, 08 Oct 2020 18:29:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/streams/SSEVersion.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/streams/SSEVersion.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>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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.c#3546dc83c3ed55c7725e7114a22a16e6195158a7</link>
        <description>Merge branch &apos;jose/maint/tabs-print-class&apos; into maint

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.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/streams/SSEVersion.c#98581c7aadb1c5f87236d3af84044bdc2e2d3229</link>
        <description>Merge branch &apos;master&apos; into barral/feature-dmplex-adapt

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.c#e2c586eb4ae28aada0cde77bf70ec9ba56e8fcee</link>
        <description>Merge branch &apos;barry/fix-some-clang-warnings&apos;

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.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/streams/SSEVersion.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/streams/SSEVersion.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>
<item>
        <title>84033aeb3fc50b4404c9331b4d700b54622c0cfd - Merge branch &apos;barry/fix-some-clang-warnings&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/streams/SSEVersion.c#84033aeb3fc50b4404c9331b4d700b54622c0cfd</link>
        <description>Merge branch &apos;barry/fix-some-clang-warnings&apos;

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.c</description>
        <pubDate>Sat, 30 Apr 2016 20:48:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>26f47eff063a7233c2b7037a486dfc0255a5559a - Changed the C examples to return the error code in main()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/benchmarks/streams/SSEVersion.c#26f47eff063a7233c2b7037a486dfc0255a5559a</link>
        <description>Changed the C examples to return the error code in main()

            List of files:
            /petsc/src/benchmarks/streams/SSEVersion.c</description>
        <pubDate>Fri, 22 Apr 2016 16:23:03 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
