History log of /petsc/src/mat/impls/aij/ (Results 1426 – 1450 of 6618)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7548091505-Aug-2019 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

Initial support for SeqSBAIJ matrices.

0cd7f59a01-Aug-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix bug in MatMPISBAIJSetPreallocationCSR()

Add test case that detected bug

Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()

Added docum

Fix bug in MatMPISBAIJSetPreallocationCSR()

Add test case that detected bug

Fix over-preallocation that occured in MatMPISBAIJSetPreallocationCSR() and MatSeqSBAIJSetPreallocationCSR()

Added documentation MATMPI[B]AIJ and MATSEQ[B]AIJ noting their support of two features

Commit-type: optimization, bug-fix, testing, documentation, example
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>

show more ...

082a236203-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'karlrupp/fix-cuda-empty-procs' [PR #1938]

* karlrupp/fix-cuda-empty-procs:
CUDA: added guards for empty process triangular solves

504af54e03-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'karlrupp/fix-cuda-vecset' [PR #1937]

* karlrupp/fix-cuda-vecset:
Remove unneeded collective VecSet from a MatMultTranspose_SeqAIJCUSPARSE

cf00fe3b02-Aug-2019 Karl Rupp <me@karlrupp.net>

CUDA: added guards for empty process triangular solves

Cherry-pick of c9cf7f9
Thanks-to: Mark Adams <ma2325@columbia.edu>

2b551a2f03-Jul-2019 Mark Adams <ma2325@columbia.edu>

use non-collective VecSet

a8bd530609-Jul-2019 Mark Adams <ma2325@columbia.edu>

fixed bug

eef5804802-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'hannah/gpu-logging-WaitForGPU' [PR #1927]

* hannah/gpu-logging-WaitForGPU:
Adding WaitForGPU() to GPU time
This branch rearranges GPU timers so that calls to WaitForGPU() are counted t

Merge branch 'hannah/gpu-logging-WaitForGPU' [PR #1927]

* hannah/gpu-logging-WaitForGPU:
Adding WaitForGPU() to GPU time
This branch rearranges GPU timers so that calls to WaitForGPU() are counted towards time spend on the GPU.

show more ...


/petsc/config/configure.py
/petsc/include/petsc/finclude/petscsnes.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/share/petsc/datafiles/meshes/hybrid_hexwedge.exo
/petsc/share/petsc/datafiles/meshes/hybrid_hexwedge.msh
/petsc/src/dm/examples/tests/ex1f.F90
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tests/output/ex1f_1.out
/petsc/src/dm/impls/plex/examples/tests/ex1.c
/petsc/src/dm/impls/plex/examples/tests/ex18.c
/petsc/src/dm/impls/plex/examples/tests/output/ex18_7_exo_metis.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_7_hdf5_repart.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_7_hdf5_repart_ppu.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_7_hdf5_seqload.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_7_hdf5_seqload_metis.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_exodus_17_hyb3d_interp_ascii.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_gmsh_17_hyb3d_ascii.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_gmsh_17_hyb3d_interp_ascii.out
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexgmsh.c
seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/snes/examples/tutorials/output/ex19_ngmres_fas_ms.out
/petsc/src/snes/impls/ncg/snesncg.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/linesearch/interface/linesearchregi.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/ts/examples/tests/output/ex21_1_bdf_ngmres_fas_ms.out
/petsc/src/ts/examples/tests/output/ex21_1_bdf_ngmres_fas_ngs.out
/petsc/src/ts/examples/tests/output/ex21_2_bdf_ngmres_fas_ms.out
/petsc/src/ts/examples/tests/output/ex21_2_bdf_ngmres_fas_ngs.out
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda2.cu
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
34bcad6801-Aug-2019 Fande Kong <fdkong.jd@gmail.com>

MPIPtAP: bug fixes

ae28c69326-Jun-2019 Fande Kong <fdkong.jd@gmail.com>

Print what algorithm is used for MatPtAP.

bc8e477a26-Jun-2019 Fande Kong <fdkong.jd@gmail.com>

multicomponent version of allatonce and allatonce_merged work

5c65b9ec24-Jun-2019 Fande Kong <fdkong.jd@gmail.com>

A better way to extract remote rows of P (interpolations)

661c2d2931-Jul-2019 hannah_mairs <hannah.mairs@gmail.com>

Adding WaitForGPU() to GPU time

78af062c31-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/2019-07-30/add-use-petscintcast-corrected' [PR #1924]

* barry/2019-07-30/add-use-petscintcast-corrected:
Add PetscIntCast() to check for integer overflow

c73702f531-Jul-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscIntCast() to check for integer overflow

Used in MatSeqXAIJSetPreallocation() to determine if the number of nonzeros in the matrix
(and hence the ai[] column indices and lengths of a

Add PetscIntCast() to check for integer overflow

Used in MatSeqXAIJSetPreallocation() to determine if the number of nonzeros in the matrix
(and hence the ai[] column indices and lengths of aj[] columns indices and a[] numerical values) fit
in PetscInt.

Commit-type: error-checking
Reported-by: Karl Lin <karl.linkui@gmail.com>

show more ...

6b804ed230-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'stefano_zampini/GPU-matdensecuda' [PR #1911]

* stefano_zampini/GPU-matdensecuda:
GPU: Initial implementation for SeqDense class on GPUs.

383c909729-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'barry/feature-arch-hash' [PR #1796]

* barry/feature-arch-hash:
Option -arch-hash will generate a PETSC_ARCH based on a hash of the config directory.
Based on a suggestion by Satish Bal

Merge branch 'barry/feature-arch-hash' [PR #1796]

* barry/feature-arch-hash:
Option -arch-hash will generate a PETSC_ARCH based on a hash of the config directory.
Based on a suggestion by Satish Balay.

show more ...

f20a8c5026-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'karlrupp/remove-ancient-cuda-version-checks' [PR #1909]

* karlrupp/remove-ancient-cuda-version-checks:
Remove checks for ancient CUDA versions

b139225a24-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJ: minor coding style changes

3cb7dd0e26-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATMUMPS: Schur complement is updated on the CPU

c1fb3f0324-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJCUSPARSE: optimize write access when possible

In MatMult and MatMultAdd_ with compressed rows, we only write access to the GPU array output

1541652f24-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

MATSEQAIJVIENNACL: minor changes

e2cf4d6423-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

Mat: get rid of the valid_GPU_matrix flag from the interface

A specific implementation may provide those operations on GPU
The previous interface would have invalidated the data

MatAssemblyEnd_MPIA

Mat: get rid of the valid_GPU_matrix flag from the interface

A specific implementation may provide those operations on GPU
The previous interface would have invalidated the data

MatAssemblyEnd_MPIAIJ now takes care of propagating the correct
flags to the blocks if we set its flag to OFFLOAD_CPU
This is to fix the case of MatFDColoring, which do not use the MatSetValues interface

show more ...

489de41d22-Jul-2019 Stefano Zampini <stefano.zampini@gmail.com>

MatSEQAIJ{CUSPARSE|VIENNACL}: do not copy to the GPU if not at the final stage of assembly


/petsc/config/BuildSystem/config/packages/cuda.py
/petsc/gmakefile
/petsc/gmakefile.test
/petsc/include/petsc/private/dmstagimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdmstag.h
/petsc/src/dm/impls/stag/examples/tests/ex1.c
/petsc/src/dm/impls/stag/examples/tests/ex10.c
/petsc/src/dm/impls/stag/examples/tests/ex13.c
/petsc/src/dm/impls/stag/examples/tests/makefile
/petsc/src/dm/impls/stag/examples/tests/output/ex10_7.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_1d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_1d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_1d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_1d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_1d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_1d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_periodic_periodic_3d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_periodic_periodic_3d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_ghosted_periodic_periodic_3d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_1d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_1d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_1d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_1d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_1d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_1d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_ghosted_2d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_ghosted_2d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_ghosted_2d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_ghosted_2d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_ghosted_2d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_ghosted_2d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_2d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_2d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_2d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_2d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_2d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_2d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_none_3d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_none_3d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_none_3d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_none_3d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_none_3d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_none_none_3d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_2d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_2d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_2d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_2d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_2d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_2d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_ghosted_3d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_ghosted_3d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_none_periodic_ghosted_3d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_1d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_1d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_1d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_1d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_1d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_1d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_2d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_2d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_2d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_2d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_2d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_2d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_ghosted_3d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_ghosted_3d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_ghosted_3d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_periodic_3d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_periodic_3d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_ghosted_periodic_3d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_none_none_3d_skinny_par.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_none_none_3d_skinny_seq.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_2d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_2d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_2d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_2d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_2d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_2d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_periodic_3d_par_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_periodic_3d_par_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_periodic_3d_par_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_periodic_3d_seq_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_periodic_3d_seq_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex13_periodic_periodic_periodic_3d_seq_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_ghosted_zerowidth_par_1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_ghosted_zerowidth_par_2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_ghosted_zerowidth_par_3.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_ghosted_zerowidth_seq_1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_ghosted_zerowidth_seq_2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_ghosted_zerowidth_seq_3.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_1_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_1_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_1_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_2_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_2_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_2_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_3_stag_stencil_width-0.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_3_stag_stencil_width-1.out
/petsc/src/dm/impls/stag/examples/tests/output/ex1_periodic_skinny_3_stag_stencil_width-2.out
/petsc/src/dm/impls/stag/examples/tutorials/ex1.c
/petsc/src/dm/impls/stag/examples/tutorials/makefile
/petsc/src/dm/impls/stag/examples/tutorials/output/ex1_periodic_seq.out
/petsc/src/dm/impls/stag/stag.c
/petsc/src/dm/impls/stag/stag1d.c
/petsc/src/dm/impls/stag/stag2d.c
/petsc/src/dm/impls/stag/stag3d.c
/petsc/src/dm/impls/stag/stagda.c
/petsc/src/dm/impls/stag/stagutils.c
/petsc/src/mat/examples/tests/ex24.c
seq/seqcusparse/aijcusparse.cu
seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/interface/matrix.c
/petsc/src/vec/vec/impls/seq/seqcuda/cudavecimpl.h
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda2.cu
b5bb3eec22-Jun-2019 Mark Adams <ma2325@columbia.edu>

added missing settypes

1...<<51525354555657585960>>...265