Skip to content

Commit 2a3b4b2

Browse files
author
Damian Rouson
committed
rm get-communicator test dependence on mpi module
not needed when compilering with "caf"
1 parent 3ebff8e commit 2a3b4b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/unit/teams/get-communicator.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ pure function destination_team(image,numTeams) result(team)
8484

8585
subroutine mpi_matches_caf(comm)
8686
use iso_c_binding, only : c_int
87-
use mpi, only : MPI_COMM_SIZE, MPI_COMM_RANK
8887
integer(c_int), intent(in) :: comm
8988
!! MPI communicator
9089
integer(c_int) :: isize,ierror,irank

0 commit comments

Comments
 (0)