| #
f6516afe
|
| 03-Feb-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'rmills/bindtocpu-not-pintocpu' into 'master'
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
See merge request petsc/petsc!2477
|
| #
b470e4b4
|
| 03-Feb-2020 |
Richard Tran Mills <rmills@rmills.org> |
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of Pe
Changed XXXPinToCPU() to XXXBindToCPU() to prevent confusion.
The reason for this change is that we already use the terminology "pinned" to refer to memory that is non-pageable, in the context of PetscSF as well as allocating host memory when GPUs are being employed.
show more ...
|
| #
f4a7d50a
|
| 22-Jan-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jed/pcgamg-threshold-doc'
PCGAMG Threshold: improve documentation and error handling
See merge request petsc/petsc!2458
|
| #
055c8bd0
|
| 20-Jan-2020 |
Jed Brown <jed@jedbrown.org> |
PCGAMG Threshold: improve documentation and error handling
This is kind of a mess of poor dependencies and error handling. We normally pass array lengths before the array, but have it backwards her
PCGAMG Threshold: improve documentation and error handling
This is kind of a mess of poor dependencies and error handling. We normally pass array lengths before the array, but have it backwards here (perhaps it should be changed, but it's a breaking change).
show more ...
|
| #
c873c3cb
|
| 06-Nov-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-eigest-sa-cheby' into 'master'
Mark/gamg eigest sa cheby
See merge request petsc/petsc!2130
|
| #
18c3aa7e
|
| 06-Nov-2019 |
Mark <cal2princeton@yahoo.com> |
Mark/gamg eigest sa cheby
|
| #
1143afed
|
| 21-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
c347dca2
|
| 19-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
See merge request petsc/petsc!
Merge branch 'barry/2019-10-15/bug-gamg-complexity/maint' into 'maint'
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
See merge request petsc/petsc!2179
show more ...
|
| #
b26fc06c
|
| 17-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-fix-repart-timer' into 'master'
fix repartitioning timers in GAMG
See merge request petsc/petsc!2166
|
| #
4cdfd227
|
| 17-Oct-2019 |
Mark <cal2princeton@yahoo.com> |
fix repartitioning timers in GAMG
|
| #
3966268f
|
| 16-Oct-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble i
Bug fix: computing MG complexity had integer overflow. Would only occur for very large problems
Also fixed code that computes parallel matrix storage information to communicate with PetscLogDouble instead of PetscReal.
Commit-type: bug-fix Reported-by: Mark Lohry <mlohry@gmail.com>
show more ...
|
| #
be8a5359
|
| 01-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint'
|
| #
75598336
|
| 01-Oct-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-bugfix-layouttype' into 'maint'
fix bug in OptionsEnum strings
See merge request petsc/petsc!2125
|
| #
d605200e
|
| 30-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
fix bug in OptionsEnum strings
|
| #
2cdf4408
|
| 28-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-fix-params' into 'master'
fix up (new) parameters
See merge request petsc/petsc!2114
|
| #
a0095786
|
| 28-Sep-2019 |
Mark <cal2princeton@yahoo.com> |
fix up (new) parameters
|
| #
daa275bd
|
| 25-Sep-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'mark/gamg-optimizations-cpupinning-logicfixes-reducedgridlayout' into 'master'
high level GAMG optimizations, pin coarse grids to CPU, add new reduced...
See merge request petsc/petsc
Merge branch 'mark/gamg-optimizations-cpupinning-logicfixes-reducedgridlayout' into 'master'
high level GAMG optimizations, pin coarse grids to CPU, add new reduced...
See merge request petsc/petsc!2061
show more ...
|
| #
8bca76a6
|
| 24-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
fixed unused var
|
| #
39d09545
|
| 24-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
doc and diagnostic
|
| #
31cb4603
|
| 23-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
fixing PetscInfo %d
|
| #
192c0e8b
|
| 23-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
fixed warning
|
| #
ce7c7f2f
|
| 16-Sep-2019 |
Mark Adams <mfadams@lbl.gov> |
high level GAMG optimizations, pin coarse grids to CPU, add new reduced processor layout (spread accross machine or 'compact'
WIP: fixing as per suggestions, but Fortran subs are failing to make
|
| #
7c2cb2df
|
| 08-Aug-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'karlrupp/change-gamg-reduction-logic-a-bit' [PR #1952]
* karlrupp/change-gamg-reduction-logic-a-bit: GAMG: Changed reduction logic a bit and cleaned up format
|
| #
2e3501ff
|
| 24-Jul-2019 |
Mark Adams <ma2325@columbia.edu> |
changed reduction logic a little and cleaned up format
|
| #
569af6d9
|
| 21-Jun-2019 |
Mark Adams <mfadams@lbl.gov> |
Merged in mark/gamg-fix-repart (pull request #1804)
fixing repartition to not do it on unreduced grids
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
|