History log of /petsc/src/dm/tests/output/ex10_1.out (Results 1 – 6 of 6)
Revision Date Author Comments
# d8e47b63 17-Sep-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2024-09-02/rebased-fix-conversion-warnings' into 'main'

Compiler finds (and forbid) casts from higher precision integers to lower

See merge request petsc/petsc!7806


# f2719977 09-Sep-2024 Barry Smith <bsmith@mcs.anl.gov>

Viwering PetscSection displays dof as dim in the ASCII files, fix to dof


# 412c0918 02-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/dmnetworksharedvertex-update' into 'main'

optimize TableAddSVtx()

See merge request petsc/petsc!4763


# 5c6496ba 02-Mar-2022 Hong Zhang <hzhang@mcs.anl.gov>

optimize TableAddSVtx()
cleanup GetEdgelist_Coupling()
update network->subnet[net].nvtx for ghoted subnetworks in DMNetworkLayoutSetUp()

add changes made by Barry in MR4883: DMNetworkGetGlobalEdge/V

optimize TableAddSVtx()
cleanup GetEdgelist_Coupling()
update network->subnet[net].nvtx for ghoted subnetworks in DMNetworkLayoutSetUp()

add changes made by Barry in MR4883: DMNetworkGetGlobalEdge/VertexIndex() work before calling DMSetUp()
use local Nvtx = nvtx_max - nvtx_min + 1 as the size for table as suggested by Barry

show more ...


# 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 ...