Skip to content
Snippets Groups Projects
Commit b1057a56 authored by Jason Wang's avatar Jason Wang Committed by williamfgc
Browse files

fixed a problem in helloDataManWriter_nompi (#11)

parent 6674d3b4
No related branches found
No related tags found
1 merge request!124Refactor
......@@ -25,7 +25,7 @@ int main(int argc, char *argv[])
adios::IO &dataManIO = adios.DeclareIO("WANIO");
dataManIO.SetEngine("DataManWriter");
dataManIO.SetParameters("peer-to-peer=yes", "real_time=yes",
"compress=no", "method=cache");
"compress=no", "method=dump");
// Define variable and local size
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