Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
5776252a
Commit
5776252a
authored
Feb 04, 2018
by
Philip Carns
Browse files
- switch back to icc, fix libfabric revision
- current origin/master seems unstable for psm2 in libfabric
parent
88b519f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/bebop/run-regression.sh
View file @
5776252a
...
...
@@ -18,7 +18,6 @@ export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
module load numactl
module load cmake
module load boost
module load gcc
# scratch area to clone and build things
mkdir
$SANDBOX
...
...
@@ -78,10 +77,14 @@ export LD_LIBRARY_PATH=$PREFIX/usr/lib64:$LD_LIBRARY_PATH
# libfabric
echo
"=== BUILDING LIBFABRIC ==="
cd
$SANDBOX
/libfabric
# TODO: update this later
# NOTE: check out an old commit before gcc atomic operations were added in
# master
git checkout f5950e3de95e8c02525bff97581ab5ad00bd520c
./autogen.sh
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
--enable-sockets
--enable-psm2
=
$PREFIX
/usr
--enable-verbs
CC
=
gcc
../configure
--prefix
=
$PREFIX
--enable-sockets
--enable-psm2
=
$PREFIX
/usr
--enable-verbs
make
-j
3
make
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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