File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments