another attempt to avoid oversubscription error

This commit is contained in:
Axel Kohlmeyer
2024-09-06 21:46:18 -04:00
parent 6cd710444d
commit b6e78c1f20
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ jobs:
then \ then \
python3 tools/regression-tests/run_tests.py \ python3 tools/regression-tests/run_tests.py \
--lmp-bin=build/lmp \ --lmp-bin=build/lmp \
--config-file=tools/regression-tests/config.yaml \ --config-file=tools/regression-tests/config_quick.yaml \
--list-input=input-list-${{ matrix.idx }}.txt \ --list-input=input-list-${{ matrix.idx }}.txt \
--output-file=output-${{ matrix.idx }}.xml \ --output-file=output-${{ matrix.idx }}.xml \
--progress-file=progress-${{ matrix.idx }}.yaml \ --progress-file=progress-${{ matrix.idx }}.yaml \

View File

@ -3,7 +3,7 @@
nprocs: "4" nprocs: "4"
args: "-cite none" args: "-cite none"
mpiexec: "mpirun" mpiexec: "mpirun"
mpiexec_numproc_flag: "-np" mpiexec_numproc_flag: "--host localhost:4 -np"
tolerance: tolerance:
PotEng: PotEng:
abs: 1e-4 abs: 1e-4