Files
MP-SPDZ/Scripts/replicated.sh
2019-08-06 16:56:42 +10:00

11 lines
149 B
Bash
Executable File

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