Skip to content

Commit

Permalink
Merge pull request #621 from mmuetzel/mpi
Browse files Browse the repository at this point in the history
Avoid build error when building ElmerIce without MPI.
  • Loading branch information
raback authored Jan 12, 2025
2 parents 52290db + 449ae62 commit 6ba688f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fem/src/mpif_stub.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
!
! stub header for disabled mpi
! stub header for disabled mpi
!
INTEGER MPI_COMM_WORLD
PARAMETER (MPI_COMM_WORLD=1)
Expand Down Expand Up @@ -42,3 +42,5 @@
PARAMETER (MPI_THREAD_FUNNELED=1)
INTEGER MPI_IN_PLACE
PARAMETER (MPI_IN_PLACE=1)
INTEGER MPI_SUCCESS
PARAMETER (MPI_SUCCESS=0)

0 comments on commit 6ba688f

Please sign in to comment.