Skip to content

Commit 0b1b493

Browse files
fix build errors
1 parent 9e7eeb7 commit 0b1b493

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

model/src/w3iorsmd.F90

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ SUBROUTINE W3IORS ( INXOUT, NDSR, DUMFPI, IMOD, FLRSTRT )
318318
USE W3ODATMD, ONLY: NRQRS, NBLKRS, RSBLKS, IRQRS, IRQRSS, &
319319
VAAUX
320320
USE W3ADATMD, ONLY: MPI_COMM_WCMP
321-
USE MPI
321+
USE mpi_f08
322322
#endif
323323
!/
324324
USE W3SERVMD, ONLY: EXTCDE, EXTIOF
@@ -335,9 +335,6 @@ SUBROUTINE W3IORS ( INXOUT, NDSR, DUMFPI, IMOD, FLRSTRT )
335335
USE W3SERVMD, ONLY: STRACE
336336
#endif
337337
!
338-
#ifdef W3_MPI
339-
use mpi_f08
340-
#endif
341338
IMPLICIT NONE
342339
!
343340
!/

0 commit comments

Comments
 (0)