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

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

parent 1f2b8d86
No related branches found
No related tags found
3 merge requests!11Consolidation with CDI-PIO (1.8.x),!9test for buildbot-CI integration in gitlab,!8Consolidation with CDI-PIO (1.8.x)
......@@ -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