Skip to content

Commit cb24fef

Browse files
Gregor Corbinhzhou
authored andcommitted
test/mpi/f08: switch to 'use mpi_f08' in util
Switch to 'use mpi_f08' in MTest_Finalize and MTestSpawnPossible
1 parent 9e0a42a commit cb24fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mpi/util/mtest_f08.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ subroutine MTest_Init( ierr )
2222
end
2323
!
2424
subroutine MTest_Finalize( errs )
25-
use mpi
25+
use mpi_f08
2626
integer errs
2727
integer rank, toterrs, ierr
2828

@@ -108,7 +108,7 @@ subroutine MTestPrintErrorMsg( msg, errcode )
108108
end
109109

110110
subroutine MTestSpawnPossible( can_spawn, errs )
111-
use mpi
111+
use mpi_f08
112112
integer can_spawn
113113
integer errs
114114
integer(kind=MPI_ADDRESS_KIND) val

0 commit comments

Comments
 (0)