bristolcrypto/SPDZ-2

problem when running spdz2-offline.x on two machine , I leave more than 3G for each party

Opened this issue · 2 comments

It occurs the problem connection reset by peer
1 (2)

This runtime does use a few GB per party. What is your goal? If you want to run complete multiparty computation, I suggest you look at the successors MP-SPDZ and SCALE-MAMBA because they both provide an integrated runtime and are under active development unlike this project. If your goal is to benchmark the SPDZ-2 offline phase, use simple-offline.x, which has more options and should use less memory.

I ran simple-offline.x on two machines, It's been running for more than two days utill one machine indicates "insufficient disk space",I wonder if it performs automatic loop execution. I will compile MP-SPDZ.