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
mpcdf
obs
osc-plugins
Commits
f120c92e
Commit
f120c92e
authored
Mar 24, 2020
by
Lorenz Hüdepohl
Browse files
Prefer specific cuda in cuda repositories
parent
4d34c77e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
f120c92e
...
...
@@ -713,7 +713,8 @@ Macros:
for
cuda
in
cudas
:
for
compiler
in
filter
(
partial
(
valid_cuda
,
cuda
),
compilers
):
repo
(
cuda
+
"_"
+
compiler
,
(
project
,
compiler
),
cuda
=
True
,
cuda_repository
=
cuda
)
repo
(
cuda
+
"_"
+
compiler
,
(
project
,
compiler
),
cuda
=
True
,
cuda_repository
=
cuda
,
additional_prefers
=
(
"mpcdf_"
+
cuda
,))
for
mpi
in
filter
(
partial
(
valid_mpi
,
compiler
),
mpis
):
repo
(
cuda
+
"_"
+
mpi
+
"_"
+
compiler
,
(
project
,
cuda
+
"_"
+
compiler
),
...
...
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