|
1 | | -name: Build cunumeric |
| 1 | +name: Build UCX cunumeric |
2 | 2 | on: |
3 | 3 | push: |
4 | 4 | branches-ignore: |
@@ -76,12 +76,12 @@ jobs: |
76 | 76 | fail-fast: false |
77 | 77 | matrix: |
78 | 78 | include: |
79 | | - - {name: 1 CPU test, options: --ranks-per-node 2 --launcher mpirun --cpus 1 --unit --debug, log: cpu, instance: 1} |
80 | | - - {name: 2 CPUs test, options: --ranks-per-node 2 --launcher mpirun --cpus 2 --debug, log: cpus, instance: 1} |
81 | | - - {name: GPU test, options: --ranks-per-node 2 --launcher mpirun --use cuda --gpus 1 --debug, log: gpu, instance: 2} |
82 | | - - {name: 2 GPUs test, options: --ranks-per-node 2 --launcher mpirun --use cuda --gpus 2 --debug, log: gpus, instance: 4} |
83 | | - - {name: OpenMP test, options: --ranks-per-node 2 --launcher mpirun --use openmp --omps 1 --ompthreads 2 --debug, log: omp, instance: 1} |
84 | | - - {name: 2 NUMA OpenMPs test, options: --ranks-per-node 2 --launcher mpirun --use openmp --omps 2 --ompthreads 2 --numamem 2048 --debug, log: omps, instance: 1} |
| 79 | + - {name: 2 rank 1 CPU test, options: --ranks-per-node 2 --launcher mpirun --cpus 1 --unit --debug, log: cpu, instance: 1} |
| 80 | + - {name: 2 rank 2 CPUs test, options: --ranks-per-node 2 --launcher mpirun --cpus 2 --debug, log: cpus, instance: 1} |
| 81 | + - {name: 2 rank GPU test, options: --ranks-per-node 2 --launcher mpirun --use cuda --gpus 1 --debug, log: gpu, instance: 2} |
| 82 | + - {name: 2 rank 2 GPUs test, options: --ranks-per-node 2 --launcher mpirun --use cuda --gpus 2 --debug, log: gpus, instance: 4} |
| 83 | + - {name: 2 rank OpenMP test, options: --ranks-per-node 2 --launcher mpirun --use openmp --omps 1 --ompthreads 2 --debug, log: omp, instance: 1} |
| 84 | + - {name: 2 rank 2 NUMA OpenMPs test, options: --ranks-per-node 2 --launcher mpirun --use openmp --omps 2 --ompthreads 2 --numamem 2048 --debug, log: omps, instance: 1} |
85 | 85 | - {name: Eager execution test, options: --use eager --debug, log: eager, instance: 1} |
86 | 86 | name: ${{ matrix.name }} |
87 | 87 | steps: |
|
0 commit comments