From 0ce4e8d52fd491268a56c10dbb32fd5c996e2589 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 1 Feb 2020 13:07:46 +0100 Subject: Initial Python infrastructure to build more complex processing pipelines and the corresponding changes in ROOF filters --- tests/roof-net.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 tests/roof-net.sh (limited to 'tests/roof-net.sh') diff --git a/tests/roof-net.sh b/tests/roof-net.sh deleted file mode 100755 index 66faa43..0000000 --- a/tests/roof-net.sh +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/bash - -. config.sh - -bufs=800000 -bufs=$((bufs * 4)) - -#cat roof.yaml | sed '/simulation/,$d' | yq . > roof.json - -ulimit -l unlimited -echo 1000000000 > /proc/sys/kernel/shmmax # 18446744073692774399 -echo 8000 > /proc/sys/vm/nr_hugepages # 0 - -#VMA_THREAD_MODE=3 VMA_MTU=0 VMA_RX_POLL=0 VMA_SELECT_POLL=0 VMA_RING_ALLOCATION_LOGIC_RX=20 VMA_RX_BUFS=$bufs LD_PRELOAD=$vma_lib \ - LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64" GI_TYPELIB_PATH="/usr/local/lib64/girepository-1.0/" \ - python3 roof.py -c roofhw.json "$@" - - -# python3 roof.py "$@" -- cgit v1.2.3