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

Switch from 'mpif.h' header to 'mpi' module in the code.

parent 5ad5a402
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -3,6 +3,8 @@ 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
#endif
IMPLICIT NONE
......@@ -11,8 +13,6 @@ PROGRAM collectdata2003
INCLUDE 'cdipio.inc'
#ifdef USE_MPI
INCLUDE 'mpif.h'
INTEGER, PARAMETER :: i4 = SELECTED_INT_KIND(9)
INTEGER, PARAMETER :: i8 = SELECTED_INT_KIND(14)
#endif
......
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