Skip to content
Snippets Groups Projects
Commit 4658fe28 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Drop ONLY clause for MPI Fortran module.

The ONLY clause works only with MPI versions that have all MPI subroutines
declared in the module. According to Thomas Jahns, this is not always the case
(see comments in #4 for more details).
parent 015d5b22
No related branches found
No related tags found
2 merge requests!14Draft: K202125/cdi 1.8.x pio merge followup,!8Consolidation with CDI-PIO (1.8.x)
......@@ -3,8 +3,7 @@ PROGRAM collectdata2003
USE yaxt, ONLY: xt_initialize, xt_finalize, xt_idxlist, xt_idxstripes_new, &
xt_idxlist_delete, xi => xt_int_kind, xt_stripe
USE iso_c_binding, ONLY: c_int
USE mpi, ONLY: mpi_init, mpi_comm_rank, mpi_comm_size, mpi_barrier, &
mpi_finalize, mpi_comm_world, mpi_comm_null, mpi_success
USE mpi
#endif
IMPLICIT NONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment