Files
MP-SPDZ/Scripts/run-online.sh
2016-09-02 19:16:51 +01:00

17 lines
303 B
Bash
Executable File

#!/bin/bash
# (C) 2016 University of Bristol. See License.txt
HERE=$(cd `dirname $0`; pwd)
SPDZROOT=$HERE/..
bits=${2:-128}
g=${3:-40}
mem=${4:-empty}
. $HERE/run-common.sh
Scripts/setup-online.sh 2 ${bits} ${g}
run_player Player-Online.x ${1:-test_all} -lgp ${bits} -lg2 ${g} -m ${mem} || exit 1