Skip to content
Snippets Groups Projects
Commit d2fdd7a2 authored by Sebastian Ohlmann's avatar Sebastian Ohlmann
Browse files

Add prefers tag to cuda_aware repositories

parent 9f071f14
No related branches found
No related tags found
No related merge requests found
Pipeline #103171 passed
...@@ -814,7 +814,8 @@ Macros: ...@@ -814,7 +814,8 @@ Macros:
if "openmpi" in mpi: if "openmpi" in mpi:
repo(cuda + "_aware_" + mpi + "_" + compiler, repo(cuda + "_aware_" + mpi + "_" + compiler,
((project, cuda + "_" + mpi + "_" + compiler),), ((project, cuda + "_" + mpi + "_" + compiler),),
cuda_aware_mpi=True) cuda_aware_mpi=True,
additional_tags=("Prefer: mpcdf_mpi_" + mpi + "_" + cuda,))
if old_repos and not remove_old: if old_repos and not remove_old:
print("Warning: Keeping the prjconf sections for the following obsolete repositories:") print("Warning: Keeping the prjconf sections for the following obsolete repositories:")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment