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
6f439d55
Commit
6f439d55
authored
Jan 11, 2018
by
Philip Carns
Browse files
make sure we use intel compiler for mpi too
parent
59bf659c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/bebop/run-regression.sh
View file @
6f439d55
...
...
@@ -52,7 +52,7 @@ echo "=== BUILDING OSU MICRO BENCHMARKS ==="
cd
$SANDBOX
/osu-micro-benchmarks-5.3.2
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
CC
=
mpicc
CXX
=
mpi
cxx
../configure
--prefix
=
$PREFIX
CC
=
mpi
i
cc
CXX
=
mpi
icc
make
-j
3
make
install
...
...
@@ -149,7 +149,7 @@ libtoolize
./prepare.sh
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
CC
=
mpicc
../configure
--prefix
=
$PREFIX
CC
=
mpi
i
cc
make
-j
3
make
install
make tests
...
...
@@ -159,7 +159,7 @@ echo "=== BUILDING MERCURY-RUNNER BENCHMARK ==="
cd
$SANDBOX
/mercury-runner
mkdir
build
cd
build
CC
=
mpicc
CXX
=
mpi
cxx
CXXFLAGS
=
'-D__STDC_FORMAT_MACROS'
cmake
-DCMAKE_PREFIX_PATH
=
$PREFIX
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DMPI
=
ON ..
CC
=
mpi
i
cc
CXX
=
mpi
icc
CXXFLAGS
=
'-D__STDC_FORMAT_MACROS'
cmake
-DCMAKE_PREFIX_PATH
=
$PREFIX
-DCMAKE_INSTALL_PREFIX
=
$PREFIX
-DMPI
=
ON ..
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