| #
887dddf3
|
| 19-Nov-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jwallwork23/mmg-trim' into 'main'
Plex interface for Mmg and ParMmg
See merge request petsc/petsc!4431
|
| #
be8c289d
|
| 25-Mar-2021 |
Nicolas Barral <nicolas.barral@inria.fr> |
plex create: pull out mapping lv->gv for CreateFromListParallel
|
| #
a7bd641c
|
| 19-Oct-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-06-10/fix-chkerrq' into 'main'
Fix missing ierr =, removed incorrect CHKERRQ(), change CHKStringError
See merge request petsc/petsc!4078
|
| #
2f7452b8
|
| 18-Oct-2021 |
Barry Smith <bsmith@petsc.dev> |
style-fixes
|
| #
6762c164
|
| 15-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'psanan-release-patch-82973' into 'main'
Developer docs, style: remove rule about using "if (!rank)" and replace all "!rank" usage with "rank == 0"
See merge request petsc/petsc!4146
|
| #
dd400576
|
| 26-Jul-2021 |
Patrick Sanan <patrick.sanan@gmail.com> |
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds les
Style: replace "!rank" with "rank == 0"
In SF tutorial ex1 (src/vec/is/sf/tutorials/ex1.c), add parentheses around "rank == 0". This is relevant because ! binds more tightly than +, but == binds less tightly, so the result of the computation would otherwise change.
show more ...
|
| #
d5ed94bb
|
| 14-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/jose/fix-manpages'
Fix manpages to avoid errors reported by doctext
See merge request petsc/petsc!4309
|
| #
97bb3fdc
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: more errors reported by doctext
|
| #
f899ff85
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameters --> Parameter
|
| #
d8d19677
|
| 12-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix manpages: Input/Output Parameter --> Parameters
|
| #
6abb1ff3
|
| 10-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-07-03/demonstrate-network-parallel-build' into 'main'
dmnetwork: bug fix for parallel input single subnetwork; API change, optimize and cleanup
See merge request petsc/pets
Merge branch 'barry/2021-07-03/demonstrate-network-parallel-build' into 'main'
dmnetwork: bug fix for parallel input single subnetwork; API change, optimize and cleanup
See merge request petsc/petsc!4176
show more ...
|
| #
f11a936e
|
| 03-Jul-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
This example seems to demonstrate that one cannot construct a DMNetwork with one subnetwork in parallel correctly.
Commit-type: bug-report \spend 40m
DMNetworkAddSubnetwork() does not need input nv
This example seems to demonstrate that one cannot construct a DMNetwork with one subnetwork in parallel correctly.
Commit-type: bug-report \spend 40m
DMNetworkAddSubnetwork() does not need input nv; optimize DMNetworkLayoutSetUp_Coupling() and DMNetworkLayoutSetUp() bugfix for DMNetworkDistribute(): subnet[].nvtx was over counted cleanup network.c; add '-malloc_dump 0' to ex10.c: otherwise opensolaris-misc pipeline test fails use the fix suggested by Satish. This fixes the opensolaris-misc pipeline test error of ex10.c, and harmless to other cases rm #if 0. Previously kept for future work
show more ...
|
| #
c1bf08c5
|
| 06-Sep-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jose/spelling-errors' into 'main'
Fix many spelling errors in manpages and comments
See merge request petsc/petsc!4283
|
| #
a5b23f4a
|
| 03-Sep-2021 |
Jose E. Roman <jroman@dsic.upv.es> |
Fix spelling errors in manpages and comments
|
| #
6b359ade
|
| 02-Jun-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/add-dmnetworkcreateis' into 'main'
Add DMNetworkCreateIS()
See merge request petsc/petsc!3999
|
| #
42dc13f1
|
| 19-May-2021 |
Hong Zhang <hzhang@mcs.anl.gov> |
add DMNetworkCreateIS() and DMNetworkCreateLocalIS() rm subdir 'wash' rename pipes1.c -> pipes.c
|
| #
4bc49505
|
| 14-May-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'hzhang/dmnetwork-smallcleanup' into 'main'
small cleanup of dmnetwork codes
See merge request petsc/petsc!3969
|
| #
5b3f975a
|
| 12-May-2021 |
Hong Zhang <hzhang@mcs.anl.gov> |
rm configure option '-with-dmnetwork_maximum_components_per_point'; small cleanup of network.c add options '-dmnetwork_view_xxx' to the manual pages.
|
| #
cd1eefd6
|
| 28-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'shri/dmnetwork-dynamic-maxnumcomps-allocation' into 'main'
DMNetwork: Remove PETSC_DMNETWORK_COMPONENTS_PER_POINT
See merge request petsc/petsc!3838
|
| #
54dfd506
|
| 28-Apr-2021 |
Hong Zhang <hzhang@mcs.anl.gov> |
DMNetwork: Remove PETSC_DMNETWORK_COMPONENTS_PER_POINT
|
| #
16f8cdc7
|
| 09-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/barry/2021-03-28/fix-mpiu-allreduce-mpi-failure'
Fix capture of MPI error code in MPIU_Allreduce()
See merge request petsc/petsc!3777
|
| #
820f2d46
|
| 03-Apr-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
All MPIU_ functions except MPIU_File return MPI error codes for checking
Update checkbadSource to find use of CHKERRQ with MPIU_ functions
Commit-type: i.e. error-checking, optimization, bug-fix, p
All MPIU_ functions except MPIU_File return MPI error codes for checking
Update checkbadSource to find use of CHKERRQ with MPIU_ functions
Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, example Funded-by: Project: Time: hours Reported-by: Thanks-to: Development Tools: Vim, Emacs, Eclipse
show more ...
|
| #
cb5e9730
|
| 03-Apr-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-03-22/fix-dmnetworkcomponentheader' into 'main'
Decrease the default number of components allowed per edge/vertex to 3 and add...
See merge request petsc/petsc!3767
|
| #
4dc646bc
|
| 26-Mar-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Decrease the default number of components allowed per edge/vertex to 3 and add configure flag to change it.
For each edge/point there are six additional integer variables needed for each allowed com
Decrease the default number of components allowed per edge/vertex to 3 and add configure flag to change it.
For each edge/point there are six additional integer variables needed for each allowed component. Previously it was then for 64 bit integers or 25*6*8 bytes per vetex/edge.
Use -with-dmnetwork_maximum_components_per_point 1 to minimize memory usage if you have only one component per edge/vertex
Commit-type: memory-optimization, bug-fix Funded-by: brain project Project: brain /spend 1h Reported-by: Getnet Betrie <gbetrie@anl.gov>
show more ...
|
| #
a4e904b1
|
| 13-Mar-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/doc-fixes' into 'main'
Balay/doc fixes
See merge request petsc/petsc!3709
|