Files
MP-SPDZ/Scripts/test_streaming.sh
Marcel Keller e07d9bf2a3 Maintenance.
2022-01-11 16:05:26 +11:00

22 lines
428 B
Bash
Executable File

#!/bin/bash
make stream-fake-mascot-triples.x
./compile.py test_thread_mul || exit 1
rm Player-Data/2-p-128/Triples-p-P?-T?
mkdir Player-Data/2-p-128
for i in 0 1; do
for j in 0 1 2; do
mknod Player-Data/2-p-128/Triples-p-P$i-T$j p || exit 1
done
done
./stream-fake-mascot-triples.x &
Scripts/mascot.sh test_thread_mul -f || exit 1
./stream-fake-mascot-triples.x &
Scripts/mascot.sh test_thread_mul -f || exit 1