<?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 ex5cu_2.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a686821c946c897cca2665e29b18ed219b55d4d1 - Merge branch &apos;jolivet/feature-rm-spaces-plurals&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tutorials/output/ex5cu_2.out#a686821c946c897cca2665e29b18ed219b55d4d1</link>
        <description>Merge branch &apos;jolivet/feature-rm-spaces-plurals&apos; into &apos;main&apos;Remove unneeded spaces/pluralsSee merge request petsc/petsc!5193

            List of files:
            /petsc/src/mat/tutorials/output/ex5cu_2.out</description>
        <pubDate>Wed, 04 May 2022 12:58:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8cc725e69398de546bdc828d7b714aa2223f5218 - Remove extra spaces and unwanted plurals</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tutorials/output/ex5cu_2.out#8cc725e69398de546bdc828d7b714aa2223f5218</link>
        <description>Remove extra spaces and unwanted plurals

            List of files:
            /petsc/src/mat/tutorials/output/ex5cu_2.out</description>
        <pubDate>Sun, 01 May 2022 08:26:54 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>ba70aee81fa1bd468bc833f3802b999a25dd0166 - Merge branch &apos;adams/fix_mat_ex5k&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tutorials/output/ex5cu_2.out#ba70aee81fa1bd468bc833f3802b999a25dd0166</link>
        <description>Merge branch &apos;adams/fix_mat_ex5k&apos; into &apos;main&apos;GPU assembly bug fixes. Unified kokkos and CUDA GPU assembly tests to some degree, off diagonal block...See merge request petsc/petsc!4609

            List of files:
            /petsc/src/mat/tutorials/output/ex5cu_2.out</description>
        <pubDate>Fri, 10 Dec 2021 13:36:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3fd3f24048fb3024736452a4d675865ee067c2d7 - cleanup GPIU assembly tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tutorials/output/ex5cu_2.out#3fd3f24048fb3024736452a4d675865ee067c2d7</link>
        <description>cleanup GPIU assembly tests

            List of files:
            /petsc/src/mat/tutorials/output/ex5cu_2.out</description>
        <pubDate>Wed, 08 Dec 2021 16:58:55 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>10f1504d85ac01af48d7e960596100906e2be31e - Merge branch &apos;barry/2020-11-11/cleanup-matsetvaluesdevice&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tutorials/output/ex5cu_2.out#10f1504d85ac01af48d7e960596100906e2be31e</link>
        <description>Merge branch &apos;barry/2020-11-11/cleanup-matsetvaluesdevice&apos; into &apos;main&apos;MatSetValuesDevice: Cleanup and simplify code, including exampleSee merge request petsc/petsc!3411

            List of files:
            /petsc/src/mat/tutorials/output/ex5cu_2.out</description>
        <pubDate>Thu, 10 Jun 2021 14:30:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>042217e806e4e3ebc5975c28dbf27a273923695f - MatSetValuesDevice: Cleanup and simplify code, including example</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tutorials/output/ex5cu_2.out#042217e806e4e3ebc5975c28dbf27a273923695f</link>
        <description>MatSetValuesDevice: Cleanup and simplify code, including exampleUser reported crash of example code. Kernel was passed an ierr that lived in CPU memoryMatSetValuesDevice: do not include private headers from public headersFeature: MatSetValuesDevice determines automatically from the context (where it is included from) if it is being used from C, CUDA, or Kokkos, PETSC_DEVICE_FUNC_DEC no longer needs to be set before including petscaijdevice.hFeature: MatSetValuesDevice() now ignores all values outside the global column range.PetscSplitCSRDataStructure is now a pointer, not a struct, like most PETSc objects, please leave it that way.Fix all uses of CTABLE that were related to the original MatSetValuesDevice()Have atomicAdd use Kokkos atomic-add with CPU build when building with Kokkos.Cuda should now work with --download-openmpi, this is done by updating updateCompilers() to  rerun portions of packages/cuda.py after the compilers are reset to use MPI wrappers. This is needed because the resetting of the compilers removes all the compiler flags and packages/cuda.py sets certain values into these flags that was previously lost.Add MPICXX_INCLUDES, MPICXX_LIBS to fix compile targets for Kokkos examples&apos;make check&apos; now runs properly for Kokkos test of src/snes/ex3k, fixed bug in the makefile wrt MPI_IS_MPIUNI checkTesting makefile rules: add ex*cu binaries to clean ruleReported-by: Sam Fagbemi &lt;samkorede24@gmail.com&gt;Thanks-to: Stefano Zampini &lt;stefano.zampini@gmail.com&gt;Thanks-to: Mark Adams &lt;mfadams@lbl.gov&gt;/spend 16h

            List of files:
            /petsc/src/mat/tutorials/output/ex5cu_2.out</description>
        <pubDate>Thu, 10 Jun 2021 14:30:14 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
