Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
f6d70c1b
Commit
f6d70c1b
authored
Oct 26, 2017
by
Philip Carns
Browse files
add --with-kdreg=no option for libfabric build
suggested by Howard Pritchard to avoid potential conflicts with mpich
parent
eb14b045
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/theta/run-regression.sh
View file @
f6d70c1b
...
...
@@ -72,7 +72,7 @@ cd $SANDBOX/libfabric
./autogen.sh
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
--enable-gni
--enable-ugni-static
--enable-sockets
--disable-rxd
--disable-rxm
--disable-udp
--disable-usnic
--disable-verbs
--host
=
x86_64-linux
../configure
--prefix
=
$PREFIX
--enable-gni
--with-kdreg
=
no
--enable-ugni-static
--enable-sockets
--disable-rxd
--disable-rxm
--disable-udp
--disable-usnic
--disable-verbs
--host
=
x86_64-linux
make
-j
3
make
install
...
...
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