Skip to content
Snippets Groups Projects
Commit 2dd45963 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding nvshmem

parent bcb300ad
No related branches found
No related tags found
No related merge requests found
Pipeline #200824 failed
...@@ -5,3 +5,4 @@ definitions: ...@@ -5,3 +5,4 @@ definitions:
- cuda_serial_codes: - cuda_serial_codes:
- nccl - nccl
- nvshmem
...@@ -21,6 +21,10 @@ packages: ...@@ -21,6 +21,10 @@ packages:
- spec: '+cuda cuda_arch=90 +cuda_uvm +wrapper ~openmptarget' - spec: '+cuda cuda_arch=90 +cuda_uvm +wrapper ~openmptarget'
when: '%gcc' when: '%gcc'
nvshmem:
require:
- spec: '+cuda cuda_arch=90 +ibgda +nccl +ucx +mpi'
openmpi: openmpi:
require: require:
- spec: '+cuda cuda_arch=90 target=zen4' - spec: '+cuda cuda_arch=90 target=zen4'
......
...@@ -21,6 +21,10 @@ packages: ...@@ -21,6 +21,10 @@ packages:
- spec: '+cuda cuda_arch=89 +cuda_uvm +wrapper ~openmptarget' - spec: '+cuda cuda_arch=89 +cuda_uvm +wrapper ~openmptarget'
when: '%gcc' when: '%gcc'
nvshmem:
require:
- spec: '+cuda cuda_arch=89 +ibgda +nccl +ucx +mpi'
openmpi: openmpi:
require: require:
- spec: '+cuda cuda_arch=89 target=zen4' - spec: '+cuda cuda_arch=89 target=zen4'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment