Skip to content

Commit

Permalink
add iqmc mpi test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Dec 16, 2023
1 parent ec67ae6 commit 5052eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
cd test/regression
python run.py --mpiexec=4 --skip=iqmc*
python run.py --mpiexec=2 --name=iqmc*
- name: Regression Test - Numba
run: |
cd test/regression
Expand All @@ -44,5 +45,6 @@ jobs:
run: |
cd test/regression
python run.py --mode=numba --mpiexec=4 --skip=iqmc*
python run.py --mode=numba --mpiexec=2 --name=iqmc*
# TODO: Performance test
# TODO: GPU test

0 comments on commit 5052eee

Please sign in to comment.