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

Fixed a bug in DataManWriter which uses a wrong engine name

parent f500f8bd
No related branches found
No related tags found
1 merge request!31Fixed a bug in DataManWriter which uses a wrong engine name
...@@ -20,6 +20,7 @@ The following individuals and institutions are among the Contributors: ...@@ -20,6 +20,7 @@ The following individuals and institutions are among the Contributors:
* Greg S. Eisenhauer <eisen@cc.gatech.edu> * Greg S. Eisenhauer <eisen@cc.gatech.edu>
* William F. Goody <godoywf@ornl.gov> * William F. Goody <godoywf@ornl.gov>
* Norbert Podhorszki <pnorbert@ornl.gov> * Norbert Podhorszki <pnorbert@ornl.gov>
* Ruonan (Jason) Wang <wangr1@ornl.gov>
See version control history for details of individual contributions. See version control history for details of individual contributions.
......
...@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) ...@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
if (!datamanSettings.isUserDefined()) if (!datamanSettings.isUserDefined())
{ {
// if not defined by user, we can change the default settings // if not defined by user, we can change the default settings
datamanSettings.SetEngine("DatamanWriter"); datamanSettings.SetEngine("DataManWriter");
datamanSettings.SetParameters("peer-to-peer=yes", "real_time=yes", datamanSettings.SetParameters("peer-to-peer=yes", "real_time=yes",
"compress=no"); "compress=no");
datamanSettings.AddTransport("Mdtm", "localIP=128.0.0.0.1", datamanSettings.AddTransport("Mdtm", "localIP=128.0.0.0.1",
......
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