<?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 pstimer.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3a7d0413a690b3ac55568f51e4c3dc23a888f57d - One-liners from petsc/petsc!5344 and petsc/petsc!5557</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#3a7d0413a690b3ac55568f51e4c3dc23a888f57d</link>
        <description>One-liners from petsc/petsc!5344 and petsc/petsc!5557Slightly reworked regular expressiongit ls-files -z -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | while IFS= read -r -d &apos;&apos; file; do    cat $file | tr &apos;\n&apos; &apos;\r&apos; | sed -E &apos;s/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g&apos; | tr &apos;\r&apos; &apos;\n&apos; &gt; ${file}.joe; mv ${file}.joe ${file}done

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Mon, 12 May 2025 18:15:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@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/perfstubs/pstimer.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/perfstubs/pstimer.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>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9 - Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9</link>
        <description>Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;Deglobalize logging into PetscLogHandler and PetscLogStateSee merge request petsc/petsc!6709

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Thu, 27 Jul 2023 15:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6f933394ea0da1dbc01e2ca6853fb6eed18e5571 - Sys: Add ps_timer_destroy_ to perfstubs for memory neutrality.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#6f933394ea0da1dbc01e2ca6853fb6eed18e5571</link>
        <description>Sys: Add ps_timer_destroy_ to perfstubs for memory neutrality.

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Thu, 13 Jul 2023 18:51:13 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>766dac26dc811f9d340badb5213ab5499004f92a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#766dac26dc811f9d340badb5213ab5499004f92a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Tue, 04 Apr 2023 21:06:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>47e6cba2399abd632712c3bdea352ea928ee44f8 - Merge branch &apos;jolivet/fix-patch-update&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#47e6cba2399abd632712c3bdea352ea928ee44f8</link>
        <description>Merge branch &apos;jolivet/fix-patch-update&apos; into &apos;release&apos;Bump SLEPc and hwloc (patch release)See merge request petsc/petsc!6278

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Tue, 04 Apr 2023 04:12:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1b6dcdd2e987513684d329b53445a3c8b8dd5e40 - Fix -Wstrict-prototypes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#1b6dcdd2e987513684d329b53445a3c8b8dd5e40</link>
        <description>Fix -Wstrict-prototypes

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Sun, 02 Apr 2023 05:27:51 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>72cab90274d6101494fb8313ca8ab3a5678331b5 - Merge branch &apos;adams/sys-timer-fix&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#72cab90274d6101494fb8313ca8ab3a5678331b5</link>
        <description>Merge branch &apos;adams/sys-timer-fix&apos; into &apos;main&apos;fix for hip builds with cray envSee merge request petsc/petsc!5936

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Wed, 01 Feb 2023 14:27:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8525bd4937ad5618df4d6688bb98e0f6a45ea1ce - fix for hip builds with cray env</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#8525bd4937ad5618df4d6688bb98e0f6a45ea1ce</link>
        <description>fix for hip builds with cray env

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Wed, 01 Feb 2023 14:27:14 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>f092f6cb0ea570df2a26d5140f7c9e4c399b4663 - Merge branch &apos;perfstubs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#f092f6cb0ea570df2a26d5140f7c9e4c399b4663</link>
        <description>Merge branch &apos;perfstubs&apos; into &apos;main&apos;Add the perfstubs package to petsc.See merge request petsc/petsc!5516

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Fri, 11 Nov 2022 05:49:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a0c7f9aa3b59be96b422b2e54790cd20c111f46e - Add the perfstubs package to petsc.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/perfstubs/pstimer.c#a0c7f9aa3b59be96b422b2e54790cd20c111f46e</link>
        <description>Add the perfstubs package to petsc.Example usage:Configure PETSc with: ./configure --download-mpich--download-fblaslapackBuild PETScSetup TAU:wget http://tau.uoregon.edu/tau.tgz./configure -cc=mpicc -c++=mpicxx -mpi -bfd=download -unwind=download &amp;&amp;make installexport PATH=&lt;tau dir&gt;/x86_64/bin:$PATHBuild and run PETSc example with TAU:cd $PETSC_DIR/src/snes/tutorialsmake ex56mpirun -n 4 tau_exec ./ex56 &lt;args&gt;This should produce 4 profile...* files with profile data that can beviewed with paraprof/pprof:Reading Profile files in profile.*NODE 0;CONTEXT 0;THREAD 0:---------------------------------------------------------------------------------------%Time    Exclusive    Inclusive       #Call      #Subrs  Inclusive Name              msec   total msec                          usec/call---------------------------------------------------------------------------------------100.0           26        1,838           1       41322    1838424 .TAUapplication 73.2            1        1,345           2         168     672950SNESSolve 62.2            3        1,142           2        1282     571442SNESJacobianEval 62.0        1,136        1,138           2          76     569494DMPlexJacobianFE 60.1        0.046        1,105           1          32    1105001 Solve1 15.2           87          279           5       11102      55943 MeshSetup 13.2        0.315          241           1          32     241765 Solve0  7.8           80          144       38785       38785          4MPI_Allreduce()  7.0           69          128           6       43386      21491DualSpaceSetUp  6.2            1          114           4          54      28536PCSetUp  6.0           12          110           2         892      55407PCSetUp_GAMG+  3.9           70           70           1           0      70888MPI_Init_thread()  3.7           68           68       41747           0          2 MPICollective Sync  3.6            8           66           4        3536      16548SNESFunctionEval  2.6           45           48         171         171        281MPI_Bcast()  1.9           34           34        7836           0          4MPI_Barrier()  1.8        0.567           33           2          68      16912  GAMGCoarsen

            List of files:
            /petsc/src/sys/perfstubs/pstimer.c</description>
        <pubDate>Fri, 11 Nov 2022 05:49:14 +0000</pubDate>
        <dc:creator>Samuel Khuvis &lt;s.khuvis@x-scalesolutions.com&gt;</dc:creator>
    </item>
</channel>
</rss>
