Skip to content

Commit

Permalink
fix merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
fbischoff committed Aug 16, 2024
1 parent becdef2 commit f390773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/madness/world/cloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ class Cloud {

mutable std::atomic<long> reading_time=0l; // in ms
mutable std::atomic<long> writing_time=0l; // in ms
mutable std::atomic<long> writing_time1=0l; // in ms
mutable std::atomic<long> replication_time=0l; // in ms
mutable std::atomic<long> cache_reads=0l;
mutable std::atomic<long> cache_stores=0l;
Expand Down
2 changes: 1 addition & 1 deletion src/madness/world/worlddc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f390773

Please sign in to comment.