also split fix into 2 lists, using 6 jobs for the matrix strategy
This commit is contained in:
5
.github/workflows/kokkos-regression.yaml
vendored
5
.github/workflows/kokkos-regression.yaml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 5
|
max-parallel: 6
|
||||||
matrix:
|
matrix:
|
||||||
idx: [ 'pair-0', 'pair-1', 'fix', 'compute', 'misc' ]
|
idx: [ 'pair-0', 'pair-1', 'fix-0', 'fix-1', 'compute', 'misc' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -96,7 +96,6 @@ jobs:
|
|||||||
python3 tools/regression-tests/get_kokkos_input.py \
|
python3 tools/regression-tests/get_kokkos_input.py \
|
||||||
--examples-top-level=examples --batch-size=50 \
|
--examples-top-level=examples --batch-size=50 \
|
||||||
--filter-out="balance;fire;gcmc;granregion;hyper;mc;mdi;mliap;neb;pace;prd;pour;python;rigid;snap;streitz;shear;ttm"
|
--filter-out="balance;fire;gcmc;granregion;hyper;mc;mdi;mliap;neb;pace;prd;pour;python;rigid;snap;streitz;shear;ttm"
|
||||||
cat input-list-fix-*-kk.txt > input-list-fix-kk.txt
|
|
||||||
|
|
||||||
export OMP_PROC_BIND=false
|
export OMP_PROC_BIND=false
|
||||||
python3 tools/regression-tests/run_tests.py \
|
python3 tools/regression-tests/run_tests.py \
|
||||||
|
|||||||
Reference in New Issue
Block a user