| #
a33e646b
|
| 13-Apr-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' of https://bitbucket.org/petsc/petsc
# By Hong Zhang (2) and Jed Brown (1) # Via Satish Balay * 'master' of https://bitbucket.org/petsc/petsc: Add more protection to intrinsi
Merge branch 'master' of https://bitbucket.org/petsc/petsc
# By Hong Zhang (2) and Jed Brown (1) # Via Satish Balay * 'master' of https://bitbucket.org/petsc/petsc: Add more protection to intrinsics MPI: protect arguments in MPI macros Add the missing conditionals for 64-bit build
show more ...
|
| #
5d8c993f
|
| 13-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
8367f993
|
| 13-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hongzh/fix-64bit-knl-build/maint' into maint
|
| #
4243e2ce
|
| 11-Apr-2018 |
Hong Zhang <hongzhang@anl.gov> |
Add more protection to intrinsics
Funded-by: Project: PETSc for Theta Time: 0.5 hours Reported-by: "Nourgaliev, Robert Nr" <nourgaliev1@llnl.gov> Thanks-to:
|
| #
21cec45e
|
| 10-Apr-2018 |
Hong Zhang <hongzhang@anl.gov> |
Add the missing conditionals for 64-bit build
Funded-by: Project: PETSc for Theta Time: 0.1 hours Reported-by: Thanks-to:
|
| #
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 ...
|
| #
f67b6f2e
|
| 01-Apr-2018 |
Richard Tran Mills <rmills@rmills.org> |
Merge branch 'rmills/vectorize-aij-avx512-only'
|
| #
ef588d5c
|
| 29-Mar-2018 |
Richard Tran Mills <rmills@rmills.org> |
Converted Intel intrinsics aligned loads/stores to unaligned.
The cost of an unaligned load/store on aligned memory is the same as the cost of an aligned load/store instruction on modern Intel CPUs.
|
| #
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 ...
|
| #
ab54f122
|
| 06-Mar-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/feature-factor-sell' [PR #860]
* stefano_zampini/feature-factor-sell: This branch adds LU factorization support to MATSEQSELL via MUMPS and SuperLU.
|
| #
2abe38e7
|
| 12-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSeqSELL: ibdiag* are not used, remove
|
| #
9fc32365
|
| 12-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSeqSELL: if the matrix is flagged symmetric, use the vectorized code
|
| #
68aafef3
|
| 12-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSeqSELL: add a PETSC_VIEWER_NATIVE format variant
|
| #
e3f1f374
|
| 12-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSeqSELL: add a faster conversion routine
|
| #
6108893e
|
| 12-Feb-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
MatSeqSELL: add Mat{Get|Restore}Row
|
| #
1139e66b
|
| 09-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'hongzh/add-avx2-matmult-sell'
|
| #
a48a6482
|
| 03-Nov-2017 |
Hong Zhang <hongzhang@anl.gov> |
Add AVX2 implementation of MatMult for MATSELL
Funded-by: Project: PETSc for Theta Time: 2.0 hour Reported-by: Thanks-to:
|
| #
7cd3fc30
|
| 02-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/tao-to-new-test-harness' into barry/all-new-test-harness-branches
|
| #
64aa12e4
|
| 08-Dec-2017 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-adjoint-prelim
* master: (251 commits) yaml: add a backup download URL Fix documentation of MatSetRandom function Ignore -malloc-hbw option if m
Merge branch 'master' into knepley/feature-plex-adjoint-prelim
* master: (251 commits) yaml: add a backup download URL Fix documentation of MatSetRandom function Ignore -malloc-hbw option if malloc is already set Plex: Fixed array initialization pgi: compile fix knl: update test to use memkind and remove option that worked arround a bug with intel 17 Check the return value for memkind_posix_memalign Change the default behavour for -malloc_hbw Bib: More refs test: remove runex13f90 as its now converted to new test suite fix win32 crash. This test was previously run with '-n 4' - so restoring it Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com> strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems. Remove extra lines of output file Example uses C99 constructs so must mark with requires: c99 fix const missmatch for DMDAVecRestoreArrayRead() remove conflict between function name in example and new PETSc TS function builds: attempt to do maint/master/next test builds in separate clones ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead ...
Conflicts: src/dm/interface/dm.c src/snes/examples/tutorials/ex13.c
show more ...
|
| #
5ea16729
|
| 06-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/hongzh/remove-bitarray-ell'
|
| #
ad013a7b
|
| 29-Nov-2017 |
Richard Tran Mills <rmills@rmills.org> |
Fixed MAT_REUSE_MATRIX case when converting between SeqAIJ and SeqSELL matrix types.
|
| #
7285fed1
|
| 29-Nov-2017 |
Hong Zhang <hongzhang@anl.gov> |
Optimize MatMultAdd and MatMultTranspose
Now MatMultAdd has the same optimization as MatMult. Checking nonzeros in MatMultTranpose is unnecessary since the arrays are already padded properly.
Funde
Optimize MatMultAdd and MatMultTranspose
Now MatMultAdd has the same optimization as MatMult. Checking nonzeros in MatMultTranpose is unnecessary since the arrays are already padded properly.
Funded-by: Project: PETSc for Theta Time: 4.0 hours Reported-by: Thanks-to:
show more ...
|
| #
38efe8ef
|
| 06-Nov-2017 |
Hong Zhang <hongzhang@anl.gov> |
Correct the comment
Funded-by: Project: PETSc for Theta Time: 0.1 hour Reported-by: Thanks-to:
|
| #
d4002b98
|
| 03-Nov-2017 |
Hong Zhang <hongzhang@anl.gov> |
Rename ELL to SELL
SELL is more accurate. It stands for sliced ELLPACK.
Funded-by: Project: PETSc for Theta Time: 2.5 hours Reported-by: Thanks-to:
|