Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
735c27be
Commit
735c27be
authored
Nov 18, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI: Reactivate KNL tests
parent
430afdfc
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3288 additions
and
19720 deletions
+3288
-19720
.gitlab-ci.yml
.gitlab-ci.yml
+3282
-19714
generate_gitlab_ci_tests.py
generate_gitlab_ci_tests.py
+6
-6
No files found.
.gitlab-ci.yml
View file @
735c27be
This diff is collapsed.
Click to expand it.
generate_gitlab_ci_tests.py
View file @
735c27be
...
...
@@ -367,13 +367,11 @@ coverage = {
}
#disable avx2 at the moment
#disable avx512 at the moment
#disable knl at the moment
#disable avx512
instruction_set
=
{
"sse"
:
" --enable-sse --enable-sse-assembly"
,
"avx"
:
" --enable-avx"
,
"
avx512
"
:
"--enable-avx512"
,
"
knl
"
:
"--enable-avx512"
,
"power8"
:
" --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --disable-mpi-module --with-GPU-compute-capability=sm_60 "
,
}
...
...
@@ -395,7 +393,9 @@ matrix_size = {
MPI_TASKS
=
2
for
cc
,
fc
,
m
,
o
,
p
,
a
,
b
,
g
,
cov
,
instr
,
addr
,
na
in
product
(
# sorted(gpu.keys()),
#for cc, fc, m, o, p, a, b, g, cov, instr, addr, na in product(
for
cc
,
fc
,
m
,
o
,
p
,
a
,
b
,
cov
,
instr
,
addr
,
na
in
product
(
sorted
(
c_compiler
.
keys
()),
sorted
(
fortran_compiler
.
keys
()),
sorted
(
mpi
.
keys
()),
...
...
@@ -403,7 +403,6 @@ for cc, fc, m, o, p, a, b, g, cov, instr, addr, na in product(
sorted
(
precision
.
keys
()),
sorted
(
assumed_size
.
keys
()),
sorted
(
band_to_full_blocking
.
keys
()),
sorted
(
gpu
.
keys
()),
sorted
(
coverage
.
keys
()),
sorted
(
instruction_set
.
keys
()),
sorted
(
address_sanitize_flag
.
keys
()),
...
...
@@ -412,6 +411,7 @@ for cc, fc, m, o, p, a, b, g, cov, instr, addr, na in product(
nev
=
150
nblk
=
16
g
=
"no-gpu"
# do not all combinations with all compilers
# especially - use pgi only on minskys for now
...
...
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