diff --git a/src/madness/world/cloud.h b/src/madness/world/cloud.h index 43508ca4773..df0017606ad 100644 --- a/src/madness/world/cloud.h +++ b/src/madness/world/cloud.h @@ -374,6 +374,7 @@ class Cloud { mutable std::atomic reading_time=0l; // in ms mutable std::atomic writing_time=0l; // in ms + mutable std::atomic writing_time1=0l; // in ms mutable std::atomic replication_time=0l; // in ms mutable std::atomic cache_reads=0l; mutable std::atomic cache_stores=0l; diff --git a/src/madness/world/worlddc.h b/src/madness/world/worlddc.h index 671e2964071..c6ead97b07e 100644 --- a/src/madness/world/worlddc.h +++ b/src/madness/world/worlddc.h @@ -1628,7 +1628,7 @@ namespace madness { using const_iterator = typename dcT::const_iterator; // const size_t default_size = 100*1024*1024; - const size_t default_size = 8ul<<30; + // const size_t default_size = 8ul<<30; World* world = ar.get_world(); world->gop.fence();