diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config.sh | 3 | ||||
-rwxr-xr-x | tests/roof.sh | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/config.sh b/tests/config.sh index c1c656b..ecb46b6 100644 --- a/tests/config.sh +++ b/tests/config.sh @@ -9,7 +9,8 @@ vma_lib_path=/mnt/ands/lib64-fedora/ [ $el7 -eq 1 ] && vma_lib_path="${vma_lib_path/fedora/centos}" # Standard library -vma_lib=${vma_lib_path}/libvma.so.8.6.10 +#vma_lib=${vma_lib_path}/libvma.so.8.6.10 +vma_lib=${vma_lib_path}/libvma.so.8.9.5 # With Mellanox OFED extensions (./configure --enable-socketxtreme) #vma_lib=${vma_lib_path}/mlx/libvma.so.8.6.10 diff --git a/tests/roof.sh b/tests/roof.sh index df51679..12a4cfa 100755 --- a/tests/roof.sh +++ b/tests/roof.sh @@ -11,7 +11,6 @@ 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/" \ python roof.py "$@" |