Allow preprocessing information to be supplied via named pipes.

This commit is contained in:
Marcel Keller
2021-11-22 17:50:58 +11:00
parent ab63751788
commit eac6456ec8
9 changed files with 142 additions and 4 deletions

17
Scripts/test_streaming.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/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