Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Oct 16, 2024
1 parent d38b187 commit 2b2ad63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/adios2/toolkit/transport/file/FilePOSIX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ void FilePOSIX::Read(char *buffer, size_t size, size_t start)
auto lf_Read = [&](char *buffer, size_t size) {
size_t backoff_ns = 20;
std::cout << "Start Read of size " << size << " Start " << start << std::endl;
if (start != MaxSizeT) std::cout << "Start is MaxSizeT" << std::endl;
while (size > 0)
{
ProfilerStart("read");
Expand Down

0 comments on commit 2b2ad63

Please sign in to comment.