Skip to content

Commit

Permalink
#93: Remove use of MPI_COMM_WORLD in Isorropia package
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Sep 1, 2023
1 parent 31cf8ca commit 2c0e803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/isorropia/src/epetra/Isorropia_EpetraZoltanLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ ZoltanLibClass::ZoltanLibClass(Teuchos::RCP<const Epetra_BlockMap> input_map,
int ZoltanLibClass::precompute()
{
std::string str1("Isorropia::ZoltanLibClass::precompute ");
MPI_Comm mpicomm = MPI_COMM_WORLD;
MPI_Comm mpicomm = MPI_Comm_Default();
#ifdef HAVE_MPI
MPI_Comm default_mpicomm = MPI_COMM_WORLD;
MPI_Comm default_mpicomm = MPI_Comm_Default();
#endif // HAVE_MPI
int itype;

Expand Down

0 comments on commit 2c0e803

Please sign in to comment.