Skip to content

Commit

Permalink
ENCASSINI-733: Update libfabric builds with shared memory provider (o…
Browse files Browse the repository at this point in the history
…fiwg#1063)

- Updated build script

signed-off-by: Terrence Mitchem

Signed-off-by: Terrence Mitchem
  • Loading branch information
Terrence Mitchem authored and GitHub Enterprise committed Jul 1, 2024
1 parent d6f8ac9 commit 57f5dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cray/Jenkinsfile.verbs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ pipeline {
LTU_GIT_REPO = 'git@github.hpe.com:hpe/hpc-shs-libfabric-test-utils.git'
SFT_GIT_REPO = 'git@github.hpe.com:hpe/hpc-shs-libfabric-sft.git'
SRC_GIT_BRANCH = 'master'
CONFIGURE_OPTIONS="--enable-tcp --enable-udp --enable-rxm --enable-rxd --enable-hook_debug --enable-hook_hmem --enable-dmabuf_peer_mem --enable-only --enable-restricted-dl --enable-verbs --enable-option-checking=fatal"
CONFIGURE_OPTIONS="--enable-tcp --enable-udp --enable-rxm --enable-rxd --enable-hook_debug --enable-hook_hmem --enable-dmabuf_peer_mem --enable-only --enable-restricted-dl --enable-verbs --enable-option-checking=fatal --enable-shm=yes"
}
}
1 change: 1 addition & 0 deletions contrib/cray/cray_rpmbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ rxd
hook_debug
hook_hmem
dmabuf_peer_mem
shm
"""

if [[ -z "$BUILD_METADATA" ]] ; then
Expand Down

0 comments on commit 57f5dd5

Please sign in to comment.