Skip to content

Commit

Permalink
Merge branch 'queryLocalArray' of https://github.com/guj/ADIOS2 into …
Browse files Browse the repository at this point in the history
…queryLocalArray

* 'queryLocalArray' of https://github.com/guj/ADIOS2:
  Update test.cpp
  modified test. it failed  because I consolidate block when all subblocks are touched
  removed extra ;
  older clang-format
  clang-format v16
  1) removed unused code sections 2) added support for Local Arrays 3) added test for local arrays in python 4) result can be returned as vector of start/count (global array only),  or vector of block ids
  • Loading branch information
guj committed Oct 23, 2023
2 parents a5866d2 + 8707f2b commit a88271b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/basics/queryWorker/queryWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <string>
#include <vector>


// touched block ids are printed.
void queryIDs(adios2::IO &queryIO, std::string &dataFileName, std::string &queryFile)
{
Expand Down

0 comments on commit a88271b

Please sign in to comment.