History log of /petsc/src/dm/impls/network/network.c (Results 51 – 75 of 491)
Revision Date Author Comments
# 02477ebb 15-Jul-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-06-30/enable-doc-lint' into 'main'

Enable docs linting

See merge request petsc/petsc!6667


# 60225df5 12-Jul-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Lint apply: dm


# 2da5875f 03-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 457e60cb 03-Jun-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/necfixes' into 'release'

Some fixes for NEC VE

See merge request petsc/petsc!6539


# dd5bbc93 02-Jun-2023 Stefano Zampini <stefano.zampini@gmail.com>

Some fixes for NEC VE


# 04b9411a 10-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dcampbell/dmnetworkview-options' into 'main'

Add more useful viewing options for DMNetwork

See merge request petsc/petsc!6345


# 5f25b224 27-Feb-2023 Duncan Campbell <dcampbell090498@gmail.com>

Add new command-line options for DMNetwork visualization
Placing the options in PetscOptionsBegin ... PetscOptionsEnd
Fix(DMNetwork): fix -draw_pause handling
Feat(DMNetwork): add setters for viewer

Add new command-line options for DMNetwork visualization
Placing the options in PetscOptionsBegin ... PetscOptionsEnd
Fix(DMNetwork): fix -draw_pause handling
Feat(DMNetwork): add setters for viewer options
Co-authored-by: Duncan Campbell <dccampbell1@shockers.wichita.edu>
Co-authored-by: Aidan Hamilton <aidan@udel.edu>
Co-authored-by: Hong Zhang <hzhang@mcs.anl.gov>

show more ...


# c8a5d4c5 02-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ahamilton/fix-DMNetwork-ReplaceAllGatherVwithScan' into 'main'

DMNetwork Replace allgather with scan

See merge request petsc/petsc!6395


# 5c795782 30-Apr-2023 Aidan Hamilton <aidan@udel.edu>

perf(DMNet): replace allgather with scan


# 49154744 22-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# a9d89a6f 22-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hzhang/fix-dmnetwork-comm/release' into 'release'

bugfix: replace PETSC_COMM_WORLD with local comm

See merge request petsc/petsc!6359


# e66d8692 21-Apr-2023 Hong Zhang <hzhang@mcs.anl.gov>

bugfix: replace PETSC_COMM_WORLD with local comm


# d7849d59 20-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-petsccallmpi' into 'release'

Fix PetscCallMPI(MPI_Allreduce()) with PETSc types

See merge request petsc/petsc!6348


# 712fec58 19-Apr-2023 Pierre Jolivet <pierre@joliv.et>

Fix PetscCallMPI(MPI_Allreduce()) with PETSc types


# 80f6d96d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 08eaad2d 01-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos-portability' into 'release'

Fix typos, portability issues, segmentation fault

See merge request petsc/petsc!6267


# aaa8cc7d 31-Mar-2023 Pierre Jolivet <pierre@joliv.et>

Fix some documentation and typos


# d01c6957 28-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'

More manual page fixes

See merge request petsc/petsc!6233


# 2fe279fd 28-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

More manual page fixes


# e9f36840 18-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-08/fix-man-pages-detected-by-lint' into 'main'

Fix many manual pages

See merge request petsc/petsc!6162


# 20f4b53c 09-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Fix manual pages based on reports from Jacob's lint tool

Commit-type: documentation


# 3b70ddd1 17-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dcampbell/dmnetworkview-bugfixes' into 'main'

Small bugfixes for DMNetwork viewer code

See merge request petsc/petsc!6112


# 6e4289a0 16-Feb-2023 Duncan Campbell <dcampbell090498@gmail.com>

Fix compiler warning for some draw ops
Use PETSc functions to get temp. directory
Added documentation for dmnetwork_view_tmpdir
Bugfix to move variables within correct scope


# 5a7a9864 14-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jeremy/less-strcpy-strcat' into 'main'

Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]

Closes #1332

See merge request petsc/petsc!6115


# c6a7a370 24-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over

Clean up PETSc str ops to use more secure implementations where possible. These include:

- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()
- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying
- Use built in string from name over hardcoding
- Use sizeof over hardcoded length
- Replace some Strlcat with Strncpy when offset is known

show more ...


12345678910>>...20