Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
8d759c35
Unverified
Commit
8d759c35
authored
Jun 28, 2019
by
Eisenhauer, Greg
Committed by
GitHub
Jun 28, 2019
Browse files
Merge pull request #1572 from eisenhauer/SstRDMAAvailableNotice
Report the availability of RDMA for Staging in CMake summary
parents
f8e3acaf
305e4e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8d759c35
...
...
@@ -281,4 +281,9 @@ foreach(opt IN LISTS ADIOS2_CONFIG_OPTS)
message
(
"
${
label
}
: OFF"
)
endif
()
endforeach
()
if
(
ADIOS2_HAVE_SST AND ADIOS2_SST_HAVE_LIBFABRIC
)
message
(
" RDMA Transport for Staging: Available"
)
else
()
message
(
" RDMA Transport for Staging: Unconfigured"
)
endif
()
message
(
""
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment