Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Mar 29, 2024
1 parent 6f87db6 commit 05eca8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/adios2/engine/bp/TestBPWriteReadMultiblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,6 @@ TEST_F(BPWriteReadMultiblockTest, MultiblockPerformDataWrite)
}
// Each process would write a 1x8 array and all processes would
// form a mpiSize * Nx 1D array
const std::string fname("MultiblockPerformDataWrite.bp");

int mpiRank = 0, mpiSize = 1;
// Number of elements per blocks (blocksize)
Expand All @@ -1990,8 +1989,10 @@ TEST_F(BPWriteReadMultiblockTest, MultiblockPerformDataWrite)

#if ADIOS2_USE_MPI
adios2::ADIOS adios(MPI_COMM_WORLD);
const std::string fname("MultiblockPerformDataWrite_MPI.bp");
#else
adios2::ADIOS adios;
const std::string fname("MultiblockPerformDataWrite.bp");
#endif
/* Write output */
{
Expand Down

0 comments on commit 05eca8f

Please sign in to comment.