Skip to content

Commit 80aeb9a

Browse files
committed
Pass --oversubscribe to firedrake-check in Dockerfile to allow macOS to build containers
1 parent 654f704 commit 80aeb9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.vanilla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ ENV PYOP2_CFLAGS=$CFLAGS
168168

169169
# Run the smoke tests.
170170
RUN cd /opt/firedrake/ \
171-
&& firedrake-check \
171+
&& firedrake-check --mpiexec 'mpiexec --oversubscribe -n' \
172172
&& firedrake-clean

0 commit comments

Comments
 (0)