Skip to content

Commit

Permalink
Merge pull request CEMeNT-PSAAP#141 from ilhamv/main
Browse files Browse the repository at this point in the history
add iqmc mpi test to workflow
  • Loading branch information
ilhamv authored Dec 18, 2023
2 parents ec67ae6 + 5052eee commit 3a71d1f
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 3a71d1f

Please sign in to comment.