Skip to content
Snippets Groups Projects
Commit da08bf5d authored by Wang, Ruonan's avatar Wang, Ruonan
Browse files

fixed clang-format

parent 30aa224c
No related branches found
No related tags found
1 merge request!270Finished DataMan Transport Manager refactoring but full functionality still pending on Read API
...@@ -24,10 +24,8 @@ int main(int argc, char *argv[]) ...@@ -24,10 +24,8 @@ int main(int argc, char *argv[])
adios2::ADIOS adios(adios2::DebugON); adios2::ADIOS adios(adios2::DebugON);
adios2::IO &dataManIO = adios.DeclareIO("WANIO"); adios2::IO &dataManIO = adios.DeclareIO("WANIO");
dataManIO.SetEngine("DataManWriter"); dataManIO.SetEngine("DataManWriter");
dataManIO.SetParameters({{"compress", "no"}, dataManIO.SetParameters(
{"method", "dump"}, {{"compress", "no"}, {"method", "dump"}, {"type", "wan"}});
{"type", "wan"}
});
// Define variable and local size // Define variable and local size
auto bpFloats = auto bpFloats =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment