Files
MP-SPDZ/Scripts/ring.sh
2018-10-26 15:52:49 +11:00

11 lines
162 B
Bash
Executable File

#!/bin/bash
HERE=$(cd `dirname $0`; pwd)
SPDZROOT=$HERE/..
export PLAYERS=3
. $HERE/run-common.sh
run_player replicated-ring-party.x ${1:-test_all} || exit 1