Files
MP-SPDZ/Scripts/atlas.sh
Marcel Keller c597554af9 ATLAS.
2021-08-06 18:25:27 +10:00

15 lines
216 B
Bash
Executable File

#!/usr/bin/env bash
HERE=$(cd `dirname $0`; pwd)
SPDZROOT=$HERE/..
export PLAYERS=${PLAYERS:-3}
if test "$THRESHOLD"; then
t="-T $THRESHOLD"
fi
. $HERE/run-common.sh
run_player atlas-party.x $* $t || exit 1