split randomly the pair input list by batch size

This commit is contained in:
Trung Nguyen
2024-10-27 00:00:10 -05:00
parent 67d1c7d17d
commit dd0dfd3c7f
2 changed files with 14 additions and 10 deletions

View File

@ -83,6 +83,7 @@ jobs:
-D PKG_REAXFF=on \
-D PKG_REPLICA=on \
-D PKG_SRD=on \
-D PKG_SPH=on \
-D PKG_VORONOI=on \
-G Ninja
cmake --build build
@ -93,8 +94,8 @@ jobs:
run: |
source linuxenv/bin/activate
python3 tools/regression-tests/get_kokkos_input.py \
--examples-top-level=examples --batch-size=100 \
--filter-out="balance;fire;gcmc;granregion;mdi;mliap;neb;pace;prd;pour;python;snap"
--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"
cat input-list-fix-*-kk.txt > input-list-fix-kk.txt
export OMP_PROC_BIND=false