We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried running benchmark code as guided here, but it throws error:
Could NOT find IBVerbs (missing: IBVERBS_LIBRARIES)
I tried removing the find_package(IBVerbs REQUIRED) in mscclpp/CMakeLists.txt and rebuilt, but it still throws error:
find_package(IBVerbs REQUIRED)
mscclpp/CMakeLists.txt
The dependency target "dispatch_inc" of target "bench_single_decode" does not exist.
It seems that dispatch.inc is missing. I think the docs for C++ is very much outdated. Please help me with this. Thanks in advance!
dispatch.inc
The text was updated successfully, but these errors were encountered:
Yeah CMakeLists was broken in #643, will fix it later.
Sorry, something went wrong.
same here
#678 fixes the issue. Thanks all.
No branches or pull requests
I tried running benchmark code as guided here, but it throws error:
I tried removing the
find_package(IBVerbs REQUIRED)
inmscclpp/CMakeLists.txt
and rebuilt, but it still throws error:It seems that
dispatch.inc
is missing. I think the docs for C++ is very much outdated. Please help me with this. Thanks in advance!The text was updated successfully, but these errors were encountered: