| #
5a642900
|
| 06-Apr-2018 |
Satish Balay <balay@mcs.anl.gov> |
doc: more author fixes
|
| #
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
|
| #
4664053e
|
| 21-Mar-2018 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
6f9c9575
|
| 21-Mar-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
19cc56cf
|
| 21-Mar-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/fix-sprintf-warnings/maint' into maint
|
| #
2e924ca5
|
| 19-Mar-2018 |
Satish Balay <balay@mcs.anl.gov> |
gcc-8: replace sprintf with PetscSNPrintf to fix -Wformat-overflow warnings
/home/balay/petsc/src/sys/objects/init.c:518:24: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of s
gcc-8: replace sprintf with PetscSNPrintf to fix -Wformat-overflow warnings
/home/balay/petsc/src/sys/objects/init.c:518:24: warning: ‘%d’ directive writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-overflow=] sprintf(name,"%s.%d",mname,rank); ^~ /home/balay/petsc/src/sys/objects/init.c:518:7: note: ‘sprintf’ output between 3 and 4108 bytes into a destination of size 4096 sprintf(name,"%s.%d",mname,rank); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
show more ...
|
| #
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 ...
|
| #
68ae5206
|
| 18-Mar-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Doc+Options: Fix doc for -options_view
|
| #
4e22ec79
|
| 15-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'karlrupp/feature-lazy-cublas-init'
|
| #
e9689791
|
| 08-Feb-2018 |
Karl Rupp <me@karlrupp.net> |
CUDA: Encapsulated formerly non-namespaced global cublasv2handle.
Commit-type: bug-fix
|
| #
703f3ece
|
| 04-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
previously options checks in PetscErrorPrintfInitialize() were never made because routine was called before options database was setup
Commit-type: bug-fix
|
| #
c2f74817
|
| 01-Feb-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
proper docs for -check_pointer_intensity
Commit-type: documentation
|
| #
00375f47
|
| 29-Jan-2018 |
Karl Rupp <me@karlrupp.net> |
CUDA: CUBLAS initialization now lazy (at first vector creation).
Unconditional initialization of CUBLAS in PetscInitialize() is very costly for a high number of MPI ranks. With this commit CUBLAS is
CUDA: CUBLAS initialization now lazy (at first vector creation).
Unconditional initialization of CUBLAS in PetscInitialize() is very costly for a high number of MPI ranks. With this commit CUBLAS is only initialized if an actual GPU vector is used. Also, global barriers are now removed and instead the local GPU driver deals with concurrent initializations.
show more ...
|
| #
08317d8b
|
| 24-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-ftn-linfinity-conv-test' of bitbucket.org:petsc/petsc into barry/add-ftn-linfinity-conv-test
|
| #
7c61df8e
|
| 11-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/update-mpi3-removed-or-deprecated'
|
| #
9a2aa9a4
|
| 11-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/update-mpi-keyval-create'
|
| #
49d377d8
|
| 02-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/test-harness-snes-examples-tutorials' into barry/all-new-test-harness-branches
|
| #
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
|
| #
35e5de05
|
| 02-Jan-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'jed/tests-cxx-linker' into barry/more-to-new-test-harness
|
| #
47435625
|
| 31-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
Update to MPI-2.0 versions of attribute interfaces
Some of these interfaces were removed in MPI-3. This compiles cleanly with Open MPI 3.0 and is clean according to the style checks.
src/contrib
Update to MPI-2.0 versions of attribute interfaces
Some of these interfaces were removed in MPI-3. This compiles cleanly with Open MPI 3.0 and is clean according to the style checks.
src/contrib/style/checks/mpi3-removed-all.sh src/contrib/style/checks/mpi3-deprecated-all.sh
show more ...
|
| #
12801b39
|
| 26-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
convert MPI_Keyval_create() usage to MPI_Comm_create_keyval() and fix error routines from keyval functons
Commit-type: style-fix
|
| #
3cbbc5ff
|
| 25-Dec-2017 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove improper returning of error codes from PetscFunctionReturn()
Commit-type: style-fix Reported-by: Richard Tran Mills <rtmills@anl.gov>
|
| #
1854ac1c
|
| 21-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/utilize-hwloc-rebased-v4'
|
| #
24b04858
|
| 18-Dec-2017 |
Satish Balay <balay@mcs.anl.gov> |
fix unfreed KEYVAL and missing MPI_Comm_free
|