History log of /petsc/src/mat/interface/dlregismat.c (Results 151 – 175 of 502)
Revision Date Author Comments
# 76302a33 16-Jun-2018 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/log-sync (pull request #985)

Event logging synchronization

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 217044c2 11-Jun-2018 Lisandro Dalcin <dalcinl@gmail.com>

Event logging synchronization

- Remove PetscLogEventBarrierBegin/PetscLogEventBarrierEnd
- Option -log_sync enables barrier synchronization for all events
- A few non-collective events are disabled

Event logging synchronization

- Remove PetscLogEventBarrierBegin/PetscLogEventBarrierEnd
- Option -log_sync enables barrier synchronization for all events
- A few non-collective events are disabled (eg. {Vec|Mat}SetValues)

show more ...


# 2f07c833 14-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead code.
Add JuMP citation
Copyedits and updates to developers manual
Add more protection to intrinsics
MPI: protect arguments in MPI macros
Add the missing conditionals for 64-bit build
Plex+VTK: Fix field type determination
Fix bug in name cleanup
Bib: Added ref
Plex+VTK: Fix field type determination
Plex: Updated test output - I am now hating this shit
forgot to save file after moving prototypes to petscsys.h
update Apple example project settings per Xcode
Two functions should actually be public, used, for example from Apple MacOS and iOS programs
includes should always be included relative to include directory
Apple removed old locations of docsets
SNES ex12: Updated test output
...

Conflicts:
src/snes/examples/tutorials/ex13.c

show more ...


# e4bc0d72 08-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-pc-patch

* master: (440 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
fix grep us

Merge branch 'master' into knepley/feature-pc-patch

* master: (440 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
fix grep usage on solaris [use egrep]
opensolaris: fix errors
Update timer reporting and minor reporting fix
Remove redundant if statement. Found by @jedbrown
Fixed problem with order of developer photos on website.
superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -> PETSC_HAVE_SUPERLU_DIST]
Bib: PERMON ref
fix for osx
doc: more author fixes
doc: more author fixes
Italicized "orderings" in MPI process placement discussion.
Added Richard to the user manual author list.
Added Richard to the list of active developers on the website.
add string check for MS-MPI and IMPI timeout errors
opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead
Standardizing timeout checks
Report wall clock time of total tests
Use time instead of date %s
...

Conflicts:
include/petscpc.h
src/ksp/ksp/interface/itfunc.c

show more ...


# 2b5a7727 01-Apr-2018 Lisandro Dalcin <dalcinl@gmail.com>

Merged in dalcinl/fix-info-log-exclude (pull request #914)

Consistent handling of command line options -info_exclude and -log_exclude

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 8e81d068 30-Mar-2018 Lisandro Dalcin <dalcinl@gmail.com>

Consistent handling of command line options -info_exclude and -log_exclude


# d13c9127 29-Mar-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'karlrupp/feature-remove-cusp'

* karlrupp/feature-remove-cusp:
Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE.
Also rem

Merge branch 'karlrupp/feature-remove-cusp'

* karlrupp/feature-remove-cusp:
Removes VECCUSP vectors and AIJCUSP matrices, because they provide no added benefit over VECCUDA and AIJCUSPARSE.
Also removes the CUSP-based preconditioners for now.
SACUSP will be re-added later, after the new release is out.

show more ...


# e9e886b6 27-Mar-2018 Karl Rupp <me@karlrupp.net>

CUSP: Removed VECCUSP and AIJCUSP as well as preconditioners.

SA-AMG from CUSP will be re-added in a follow-up commit,
made to work with AIJCUSPARSE and VECCUDA.


# 6294108e 19-Mar-2018 Toby Isaac <tisaac@cc.gatech.edu>

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_

Merge remote-tracking branch 'origin/knepley/fix-snes-ex69' into tisaac/feature-dmfield

* origin/knepley/fix-snes-ex69: (311 commits)
PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm
SNES ex69: Updated test output
SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables
SNES ex69: Removed special partition
SNES ex69: Fixed null space creation - Null space locks its vectors
PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM
cleanup very ugly PCGAMG manual page
minor clarifications for VecScatterCreate() manual page
gcov: PETSC_ARCH is required onlyfor -run_gcov - and not for -merge_gcov [where it doesn't exist]
make clearer in help statements what --with-external-packages-dir is for.
Website: Added news entry for PETSc User Meeting 2018 on main page.
CUDA: Further test output fixes for mat_tests-ex2
Turn off elemental test for parmetis running since this does not work on batch systems.
3.8 Changes: KSPCHEBYSHEV
CUDA: Fixed most test errors due to MatMultTranspose*
website: update urls
website: fix Jason's name to match pic. Also add Todd's pic
Dev manual: copyedit
DMPlexDistributeLabels: Propagate the output flag
cuda/cusp: update minimum supported versions of cuda to 7.5 and cusp to 0.5.0
...

show more ...


# 713d6c57 07-Mar-2018 Karl Rupp <me@karlrupp.net>

Merge branch 'pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master'

* pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master:
Implemented wrapper of MatPartitioning i

Merge branch 'pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master'

* pr838/haplav/haplav/feature-petscpartitionermatpartitioning-rb/master:
Implemented wrapper of MatPartitioning into PetscPartitioner.

show more ...


# 5f8d7da6 27-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/cleanup-bjacobi'


# 011ea8ae 25-Feb-2018 Barry Smith <bsmith@mcs.anl.gov>

get rid of unneeded PC_ApplyOnMproc, fix manual page for parallel blocks for PCBJACOBI

Commit-type: style-fix, documentation


# f4256b6c 27-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/matsolverpackage-matsolvertype'


# 3ca39a21 26-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Fix name MatSolverPackage since it is better to be consistent and use the terminology Type.

Commit-type: style-fix, documentation


# b0ca845e 23-Jan-2018 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

MatPartitioning uses default ptscotch strategy


# 1fa399ad 04-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with

Merge branch 'master' into knepley/fix-plex-bc-multiple

* master: (347 commits)
tests: add 'PETSC_HAVE_C99' flag - so that 'requires: c99' can be used in the test suite
PGI: fix build error with updated 17.10 compilers
Fix for test dirs that are not tutorials/tests
fix use of double in PetscAbsReal() which produces compiler warnings with single precision build
elemental: remove info on conflict of -with-cxx-dialect=C++11 on osx - it works now.
Cleanup .bib files
Fix allfortranstubs rule to rm generated files from correct directory, not outdated location
ierr set but not checked
Remove initial refine so test runs faster and does not time out on some machines
Gail's copyedits for bibtex items
Docs: manual: add further description of 3 different current testing options
DM: check for ops->localtolocalbegin/end before calling
PetscSF: fix typo in tutorial ex1
Vec+HDF5: Fix output for complex - Need to check for empty group name
SNES: SNESDestroy() can be called with snes->dm == NULL
SNES: SNESDestroy() can be called with snes->dm == NULL
Vec+HDF5: Fix output for complex - Need to check for empty group name
Docs: Manual: Update tests section
gmakegentest: also exclude .#filenames created by emacs
DMPlex: Fix output of test ex1 after changes to Gmsh reader
...

show more ...


# e366c154 15-Nov-2017 Jed Brown <jed@jedbrown.org>

Merge commit 'd47bf9aaf1e5266cc3f0ff499f934c85788965a9' into jed/fix-matcreatempibaij/maint

Obtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to match
documentation.


# c9f8dee6 31-Oct-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# c25d5741 31-Oct-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/fix-mkl-sparse/maint' into maint


# 9779e05d 23-Oct-2017 Satish Balay <balay@mcs.anl.gov>

mkl: add mkl_sparse.py as a separate package [as the interface code is organized this way]
and use PETSC_HAVE_MKL_SPARSE to enable/disable this interface code [so that this flag
represents functional

mkl: add mkl_sparse.py as a separate package [as the interface code is organized this way]
and use PETSC_HAVE_MKL_SPARSE to enable/disable this interface code [so that this flag
represents functionality that is more than PETSC_HAVE_MKL flag].

Also disable mkl_sparse, mkl_sparse_optimize for 64-bit-incides

Reported-by: Victor Eijkhout <eijkhout@tacc.utexas.edu>

show more ...


# 13befd7a 14-Sep-2017 Karl Rupp <me@karlrupp.net>

Merge branch 'pr746/irinasok/feature-baijmkl/master'

* pr746/irinasok/feature-baijmkl/master:
Implementation of BAIJMKL matrix type similar to AIJMKL.
Supports MKL calls for MatMult (add and transpo

Merge branch 'pr746/irinasok/feature-baijmkl/master'

* pr746/irinasok/feature-baijmkl/master:
Implementation of BAIJMKL matrix type similar to AIJMKL.
Supports MKL calls for MatMult (add and transposed).
In case if used MKL version does not support mkl_sparse_optimize() (MKL 11.2 and earlier) PETSc default kernels are used.
Test added on configuration step to check if used version of MKL supports column major layout with zero based indexing.
All released versions of MKL do not support such cross case and MatSeqBAIJMKL_create_mkl_handle() converts matrix arrays to one based indexing before passing them to mkl routines.

show more ...


# b5b72c8a 11-Sep-2017 Irina Sokolova <irina.sokolova@intel.com>

Added new matrix classes to include files
Added define MKL_SUPPORTS_BAIJ_ZERO_BASED to suuport different versions
of MKL (older verions support only one based indexing for column major
blocks in baij

Added new matrix classes to include files
Added define MKL_SUPPORTS_BAIJ_ZERO_BASED to suuport different versions
of MKL (older verions support only one based indexing for column major
blocks in baij format)

show more ...


# 14d0fd84 27-Aug-2017 Karl Rupp <me@karlrupp.net>

Merge branch 'rmills/add-aijmkl'

* rmills/add-aijmkl:
Adds AIJMKL matrix class to facilitate use of MKL sparse BLAS routines
BitBucket Pull Request 737
This is the initial version of the AIJMKL matr

Merge branch 'rmills/add-aijmkl'

* rmills/add-aijmkl:
Adds AIJMKL matrix class to facilitate use of MKL sparse BLAS routines
BitBucket Pull Request 737
This is the initial version of the AIJMKL matrix class,
a subclass of AIJ that has the goal of using MKL sparse BLAS routines whenever practicable.
If the MKL version is new enough, the sparse inspector-executor
("SpMV2" -- terrible name, but that's what the MKL team called it) routines are used by default.
Currently only MatMult, MatMultAdd, MatMultTranspose, and MatMultTransposeAdd operations are supported,
but more will be added once this initial attempt is at a point
that it provides an acceptable framework for adding additional further functionality.

show more ...


# 191b95cb 29-Jun-2017 Richard Tran Mills <rmills@rmills.org>

Fixed AIJMKL code breaking things when PETSc is built without Intel MKL.


# 2251f9d6 10-Feb-2017 Richard Tran Mills <rmills@rmills.org>

Registered PETSc built-in factorization solvers for MATSEQAIJMKL.


12345678910>>...21