Skip to content

Commit

Permalink
Now latest-openmpi and latest-mpich (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Jul 20, 2021
1 parent d9ff9b3 commit 77e15c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -106,7 +106,7 @@ unit-tests-python-mpi: &unit-tests-python-mpi
jobs:
build-real:
docker:
- image: fenicsproject/test-env:mpich
- image: fenicsproject/test-env:latest-mpich
environment:
DEBIAN_FRONTEND: "noninteractive"
PETSC_ARCH: "linux-gnu-real-32"
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

build-complex:
docker:
- image: fenicsproject/test-env:mpich
- image: fenicsproject/test-env:latest-mpich
environment:
DEBIAN_FRONTEND: "noninteractive"
PETSC_ARCH: "linux-gnu-complex-32"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
if: "!(contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]'))"
runs-on: ubuntu-20.04
container: fenicsproject/test-env:openmpi
container: fenicsproject/test-env:latest-openmpi

env:
CC: clang-10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyvista.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
if: "!(contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]'))"
runs-on: ubuntu-20.04
container: fenicsproject/test-env:openmpi
container: fenicsproject/test-env:latest-openmpi

env:
CC: clang-10
Expand Down

0 comments on commit 77e15c0

Please sign in to comment.