ofiwg / fabtests

FROZEN: the master branch has merged with the libfabric git repo

Home Page:http://libfabric.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run fabtests using shm provider

VrashiPonnappa opened this issue · comments

I am trying to run fabtests using shm provider. But I see most of the tests either fail or is skipped.
Can you please let me know how to run tests using shm provider.
I could run all tests with socket provider

Running it with runfabtests.sh -N shm [node] [node] should run it without any failures. Could you provide the command you are using?

I had a older version of libfabric (1.7) installed on my system and test cases were using them. After setting LD_LIBRARY_PATH to the new libraries its working fine.
Thanks for the help