<?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 saviennacl.cu</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>099d8087dea110e70167f4edddac50ebe46ac0ec - Merge remote-tracking branch &apos;origin/maint&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#099d8087dea110e70167f4edddac50ebe46ac0ec</link>
        <description>Merge remote-tracking branch &apos;origin/maint&apos;

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Fri, 14 Feb 2020 15:36:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d116d40fbe3f2bf14ef2e1e06b1c35c00291a2e3 - Merge branch &apos;balay/remove-cu-links&apos; into &apos;maint&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#d116d40fbe3f2bf14ef2e1e06b1c35c00291a2e3</link>
        <description>Merge branch &apos;balay/remove-cu-links&apos; into &apos;maint&apos;use #include instead of soft links from .cu to .c files - as links are causing grief with mingwSee merge request petsc/petsc!2523

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Fri, 14 Feb 2020 15:36:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>554d21aea6b885e87d03537da2e1416f6d619fd4 - use #include instead of soft links from .cu to .c files - as links are causing grief with mingw</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#554d21aea6b885e87d03537da2e1416f6d619fd4</link>
        <description>use #include instead of soft links from .cu to .c files - as links are causing grief with mingwReported-by: Pierre Jolivet &lt;pierre.jolivet@enseeiht.fr&gt;

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Thu, 13 Feb 2020 16:37:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&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/ksp/pc/impls/saviennaclcuda/saviennacl.cu#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/ksp/pc/impls/saviennaclcuda/saviennacl.cu</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/ksp/pc/impls/saviennaclcuda/saviennacl.cu#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/ksp/pc/impls/saviennaclcuda/saviennacl.cu</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>e51df6f4c9ea09392f98b7232eead1ff02269759 - Merge branch &apos;master&apos; into stefano_zampini/feature-pcbddc-saddlepoint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#e51df6f4c9ea09392f98b7232eead1ff02269759</link>
        <description>Merge branch &apos;master&apos; into stefano_zampini/feature-pcbddc-saddlepointThis is needed to deal with some changes in MatNullSpace from commit 9d2471e

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Wed, 09 Nov 2016 13:42:07 +0000</pubDate>
        <dc:creator>stefano_zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>10c1f87b92da42a770f76c044096ead610b3e2ad - Merge branch &apos;master&apos; into tisaac/dmplex-feature-real-to-ref</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#10c1f87b92da42a770f76c044096ead610b3e2ad</link>
        <description>Merge branch &apos;master&apos; into tisaac/dmplex-feature-real-to-refI need updated PetscFE interfaces in what I&apos;m going to do* master: (603 commits)  parmetis: fix typo in testsuite  Added PETSC_HAVE_ATTRIBUTEALIGNED flag to makefile  PCSetUp_SVD() used incorrect matrix for matrix size in parallel, also need to skip LAPACK call if matrix size is zero  strumpack: update to latest version 1.0.4  Remove valgrind warning about MPI_Allreduce() with uninitialized data  sed for test output that has atol convergence with quad precision  updated ex1_nest tests  fixed incorrect key value  fix: bad merge a69d34a  test: move runex78 to TESTEXAMPLES_C_NOTSINGLE  build: fix warnings  sys: update test to produce same result - irrespective of debug/opt build - and presence of ~/.petscrc  sys: src/sys/examples/tests/ex30.c -&gt; src/sys/examples/tests/ex32.c to avoid conflict in master  Sed output, since quad precision reduces below atol on these tests  remove automatically generated matrix names from test output files since can be different  Fixes for MatMPIXXXSetPreallocation(), they were not reentrant, since they kept the information used for matrix-vector products  GAMG: fix PCView_GAMG() format - and update output/ex56_0.out  superlu_dist: 64-bit-indices fix https://github.com/xiaoyeli/superlu_dist/issues/4  Add SNESSetDivergenceTolerance / -snes_divergence_tolerance.  fixed unit read in Plex  ...

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Thu, 27 Oct 2016 18:55:00 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;tisaac@uchicago.edu&gt;</dc:creator>
    </item>
<item>
        <title>23bded4b26096bfa446f86f32bcc9d26ab5e275a - Merge remote-tracking branch &apos;origin/karlrupp/feature-viennacl-preconditioners/master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#23bded4b26096bfa446f86f32bcc9d26ab5e275a</link>
        <description>Merge remote-tracking branch &apos;origin/karlrupp/feature-viennacl-preconditioners/master&apos;

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Wed, 26 Oct 2016 16:06:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>075987266ca0d0e8d09d008387b2c5b96849a557 - ViennaCL: Added smoothed aggregation preconditioner (saviennacl) similar to sacusp.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu#075987266ca0d0e8d09d008387b2c5b96849a557</link>
        <description>ViennaCL: Added smoothed aggregation preconditioner (saviennacl) similar to sacusp.Requires commit 6e09ddc from ViennaCL repository. Release 1.7.1 is insufficient.

            List of files:
            /petsc/src/ksp/pc/impls/saviennaclcuda/saviennacl.cu</description>
        <pubDate>Thu, 22 Sep 2016 12:25:45 +0000</pubDate>
        <dc:creator>Karl Rupp &lt;rupp@iue.tuwien.ac.at&gt;</dc:creator>
    </item>
</channel>
</rss>
