Skip to content

Commit 344285a

Browse files
committed
Remove MPI interfaces when mpi.mod is broken
# Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch #246-gfortran-mpich-mismatch-detection # Changes to be committed: # modified: src/tests/integration/dist_transpose/coarray_distributed_transpose.F90 # # Untracked files: # .travis-scripts/ # build/ #
1 parent 279def3 commit 344285a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tests/integration/dist_transpose/coarray_distributed_transpose.F90

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ module run_size
4141
# else
4242
implicit none
4343
include 'mpif.h'
44-
interface WALLTIME
45-
function MPI_WTIME() result(res)
46-
double precision :: res
47-
end function
48-
end interface WALLTIME
4944
# endif
5045
#else
5146
implicit none

0 commit comments

Comments
 (0)