Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 8b (Bench Read Parallel): Support Variable encoding, Fix Bugs #1131

Merged
merged 15 commits into from
Oct 27, 2021
Merged
Prev Previous commit
Next Next commit
Update examples/8b_benchmark_read_parallel.cpp
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
guj and ax3l authored Oct 27, 2021
commit 8b206a9bb7ba776b69e9e2539bfb0ecde59724f1
2 changes: 1 addition & 1 deletion examples/8b_benchmark_read_parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class TestInput
auto slice_data = rho.loadChunk<double>(off, ext);
series.flush();

std::cout<<" Rank: "<<m_MPIRank;
std::cout << " Rank: " << m_MPIRank;

prettyLambda(off,ext);
}
Expand Down