trying disabling async output default setting

This commit is contained in:
Pål Grønås Drange 2016-05-18 16:11:57 +02:00
parent 9c771ab6b1
commit d995582f46

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