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 Aug 11, 2023
1 parent 29c22a8 commit fe2ebfa
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 fe2ebfa

Please sign in to comment.