Skip to content

Commit 9a16cc5

Browse files
committed
also update CI for PRs
1 parent 35ecd1f commit 9a16cc5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/buildandtest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,9 @@ jobs:
137137
mpirun -np 4 --oversubscribe ../../../build/phoebe -ps 2 -in electronLifetimes.in
138138
cd ../
139139
python3 reference/run_check.py
140+
- name: Run coupled BTE example with MPI
141+
if: ${{ matrix.compiler == 'GCC' && matrix.mpi == 'ON' }}
142+
working-directory: example/Silicon-coupled
143+
run: |
144+
mpirun -np 4 --oversubscribe ../../build/phoebe -in coupledTransport.in
145+
python3 reference/run_check.py

.github/workflows/buildandtest_push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ jobs:
136136
if: ${{ matrix.compiler == 'GCC' && matrix.mpi == 'ON' }}
137137
working-directory: example/Silicon-coupled
138138
run: |
139-
# Note: don't run this as it runs out-of-memory on the VM
140139
mpirun -np 4 --oversubscribe ../../build/phoebe -in coupledTransport.in
141140
python3 reference/run_check.py
142141

0 commit comments

Comments
 (0)