File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 1616
1717#include < algorithm>
1818#include < array>
19- #include < chrono>
2019#include < cmath>
2120#include < complex>
2221#include < fstream>
2827#include < sstream>
2928#include < stdexcept>
3029#include < string>
31- #include < thread>
3230#include < tuple>
3331#include < vector>
3432
@@ -5834,13 +5832,6 @@ void append_mode(
58345832 write.flush ();
58355833 }
58365834 {
5837- using namespace std ::chrono_literals;
5838- /*
5839- * Put a little sleep here to trigger writing of a different /date
5840- * attribute. ADIOS2 v2.7 does not like that so this test ensures that
5841- * we deal with it.
5842- */
5843- std::this_thread::sleep_for (1s);
58445835 Series write (filename, Access::APPEND, jsonConfig);
58455836 if (variableBased)
58465837 {
You can’t perform that action at this time.
0 commit comments