Files
MP-SPDZ/Scripts/rep-field.sh

11 lines
163 B
Bash
Executable File

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