Skip to content

Commit

Permalink
Not sure why this is suddenly a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed May 17, 2024
1 parent 4699b0a commit 8c62c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/hello/hdf5SubFile/hdf5SubFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#include <iostream> //std::cout
#include <mpi.h>
#include <stdexcept> //std::invalid_argument std::exception
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include <vector>

void writeMe(adios2::IO &hdf5IO, int rank, int size, const char *testFileName)
Expand Down

0 comments on commit 8c62c57

Please sign in to comment.