mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 05:57:57 -05:00
Fix bug with disk memory.
This commit is contained in:
@@ -590,7 +590,8 @@ void Machine<sint, sgf2n>::run(const string& progname)
|
||||
cerr << "Full broadcast" << endl;
|
||||
#endif
|
||||
|
||||
if (not OnlineOptions::singleton.has_option("output_full_memory"))
|
||||
if (not OnlineOptions::singleton.has_option("output_full_memory")
|
||||
and OnlineOptions::singleton.disk_memory.empty())
|
||||
{
|
||||
// Reduce memory size to speed up
|
||||
unsigned max_size = 1 << 20;
|
||||
|
||||
Reference in New Issue
Block a user