Files
MP-SPDZ/Scripts/run-online.sh
Marcel Keller 2008a8782d Overdrive.
2018-03-02 14:33:03 +00:00

15 lines
262 B
Bash
Executable File

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