diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-11-17 21:09:05 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-11-17 21:09:05 +0100 |
commit | ad39481f238218ed3f3ce0f46c975a7ab178b5b5 (patch) | |
tree | 7d95a9c5fede3bec3880c53198de3fe752a75f75 /tests/config.sh | |
parent | ea9626b60092f2d2c79431718c3ca8bc383429a6 (diff) | |
download | ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.tar.gz ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.tar.bz2 ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.tar.xz ufo-roof-ad39481f238218ed3f3ce0f46c975a7ab178b5b5.zip |
Few timeouts & exit conditions
Diffstat (limited to 'tests/config.sh')
-rw-r--r-- | tests/config.sh | 3 |
1 files changed, 2 insertions, 1 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 |