Skip to content

Commit

Permalink
Use the right MPI communicator
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhroulev committed Oct 14, 2020
1 parent caddda8 commit 66b0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stressbalance/blatter/Poisson3.cc
Expand Up @@ -587,7 +587,7 @@ PetscErrorCode Poisson3::setup(DM pism_da) {

// SNES
{
ierr = SNESCreate(m_grid.com, m_snes.rawptr()); CHKERRQ(ierr);
ierr = SNESCreate(m_grid->com, m_snes.rawptr()); CHKERRQ(ierr);

// ierr = SNESSetOptionsPrefix(m_snes, "poisson3_"); CHKERRQ(ierr);

Expand Down

0 comments on commit 66b0c06

Please sign in to comment.