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
argo
aml
Commits
9982d4e4
Commit
9982d4e4
authored
Jul 26, 2018
by
Swann Perarnau
Browse files
[fix] make sure CI runs fast on KNL
Add parallel option to the compile step to speed things up.
parent
5897802a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9982d4e4
...
...
@@ -25,7 +25,7 @@ make:knl:
-
./autogen.sh
-
mkdir build
-
CC=icc CFLAGS="-mkl -xhost" ./configure --prefix=`pwd`/build --enable-benchmarks
-
make
-
make
-j64
-
make install
-
make check
artifacts
:
...
...
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