Skip to content
GitLab
Menu
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
88b519f6
Commit
88b519f6
authored
Feb 02, 2018
by
Philip Carns
Browse files
compile libfabric master with gcc for the moment
parent
74a05bf8
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/perf-regression/bebop/run-regression.sh
View file @
88b519f6
...
...
@@ -18,6 +18,7 @@ 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
...
...
@@ -80,7 +81,7 @@ cd $SANDBOX/libfabric
./autogen.sh
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
--enable-sockets
--enable-psm2
=
$PREFIX
/usr
--enable-verbs
../configure
--prefix
=
$PREFIX
--enable-sockets
--enable-psm2
=
$PREFIX
/usr
--enable-verbs
CC
=
gcc
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