Merge pull request #690 from pgdr/try-to-disable-async-output

WIP trying disabling async output default setting
This commit is contained in:
Atgeirr Flø Rasmussen
2016-05-18 22:42:33 +02:00

View File

@@ -316,7 +316,7 @@ namespace Opm
// create output thread if enabled and rank is I/O rank
// async output is enabled by default if pthread are enabled
#if HAVE_PTHREAD
const bool asyncOutputDefault = true;
const bool asyncOutputDefault = false;
#else
const bool asyncOutputDefault = false;
#endif