|
10 | 10 | HDF5_DIR: "/usr/local/"
|
11 | 11 | DISPLAY: ":99.0"
|
12 | 12 | DEB_PYTHON_INSTALL_LAYOUT: deb_system
|
| 13 | + LIBGL_ALWAYS_SOFTWARE: 1 |
13 | 14 |
|
14 | 15 | jobs:
|
15 | 16 | test:
|
@@ -39,26 +40,26 @@ jobs:
|
39 | 40 | export LD_LIBRARY_PATH=/usr/local/dolfinx-complex/lib:$LD_LIBRARY_PATH
|
40 | 41 | python3 complex_mode.py
|
41 | 42 | mpirun -n 2 python3 complex_mode.py
|
42 |
| - |
| 43 | +
|
43 | 44 | - name: Test chapter 1
|
44 | 45 | working-directory: chapter1
|
45 | 46 | run: |
|
46 |
| - python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)" |
47 |
| - mpirun -n 2 python3 fundamentals_code.py |
48 |
| - mpirun -n 2 python3 nitsche.py |
49 |
| - mpirun -n 2 python3 membrane_code.py |
| 47 | + python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)" |
| 48 | + mpirun -n 2 python3 fundamentals_code.py |
| 49 | + mpirun -n 2 python3 nitsche.py |
| 50 | + mpirun -n 2 python3 membrane_code.py |
50 | 51 |
|
51 | 52 | - name: Test chapter 2
|
52 | 53 | working-directory: chapter2
|
53 |
| - run: | |
| 54 | + run: | |
54 | 55 | mpirun -n 2 python3 diffusion_code.py
|
55 | 56 | mpirun -n 2 python3 heat_code.py
|
56 | 57 | mpirun -n 2 python3 linearelasticity_code.py
|
57 | 58 | mpirun -n 2 python3 hyperelasticity.py
|
58 | 59 | mpirun -n 2 python3 nonlinpoisson_code.py
|
59 | 60 | mpirun -n 2 python3 ns_code1.py
|
60 | 61 | mpirun -n 2 python3 ns_code2.py
|
61 |
| - |
| 62 | +
|
62 | 63 | - name: Test chapter 3
|
63 | 64 | working-directory: chapter3
|
64 | 65 | run: |
|
|
68 | 69 | mpirun -n 2 python3 robin_neumann_dirichlet.py
|
69 | 70 | mpirun -n 2 python3 component_bc.py
|
70 | 71 | mpirun -n 2 python3 em.py
|
71 |
| - |
| 72 | +
|
72 | 73 | - name: Test chapter 4
|
73 | 74 | working-directory: chapter4
|
74 | 75 | run: |
|
|
0 commit comments