Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Oct 6, 2020
1 parent 1172c09 commit 9ea6100
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/adios2/engine/bp/TestBPWriteReadLocalVariables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1753,10 +1753,8 @@ TEST_F(BPWriteReadLocalVariables, ADIOS2BPWriteReadLocal1DSubFile)
const std::string fname("BPWriteReadLocal1DSubFile.bp");

int mpiRank = 0;
int mpiSize = 1;
#if ADIOS2_USE_MPI
MPI_Comm_rank(MPI_COMM_WORLD, &mpiRank);
MPI_Comm_size(MPI_COMM_WORLD, &mpiSize);
#endif

const size_t Nx0 = 3 + static_cast<size_t>(mpiRank);
Expand Down

0 comments on commit 9ea6100

Please sign in to comment.