From b1057a564bf461a2446cb19789bbd2ae3ab17af8 Mon Sep 17 00:00:00 2001 From: Jason Wang <jason.ruonan.wang@gmail.com> Date: Wed, 7 Jun 2017 11:26:03 -0400 Subject: [PATCH] fixed a problem in helloDataManWriter_nompi (#11) --- examples/hello/datamanWriter/helloDataManWriter_nompi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp b/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp index 885785c6e..cbc08fb60 100644 --- a/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp +++ b/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp @@ -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 = -- GitLab