Skip to content

Improvements for Cameron #3

Improvements for Cameron

Improvements for Cameron #3

Workflow file for this run

name: Test stable release
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: ["main"]
env:
HDF5_MPI: "ON"
HDF5_DIR: "/usr/local/"
DISPLAY: ":99.0"
DEB_PYTHON_INSTALL_LAYOUT: deb_system
jobs:
test:
runs-on: ubuntu-latest
container: ghcr.io/cianwilson/fenicsx_subduction:v0.8.0
env:
PYVISTA_OFF_SCREEN: true
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- name: Test background
working-directory: notebooks
run: |
mpirun -n 2 python3 Poisson1D.py
mpirun -n 2 python3 Poisson2DSolutions.py