X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fd166d6132c999bfa781b58a5372c7cbdfe36b2..51fbc81e5efb63f45ce68952b8d8c1a03730022f:/include/smpi/mpif.h.in diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index d6ffa2f444..2a435903ad 100644 --- a/include/smpi/mpif.h.in +++ b/include/smpi/mpif.h.in @@ -1,12 +1,12 @@ ! -*- fortran -*- -! Copyright (c) 2010, 2012-2014. The SimGrid Team. +! Copyright (c) 2010-2018. The SimGrid Team. ! All rights reserved. ! This program is free software; you can redistribute it and/or modify it ! under the terms of the license (GNU LGPL) which comes with this package. ! SMPI's Fortran 77 include file - +@MODULE_MPIF_IN@ integer MPI_THREAD_SINGLE, MPI_THREAD_FUNNELED integer MPI_THREAD_SERIALIZED, MPI_THREAD_MULTIPLE parameter(MPI_THREAD_SINGLE=0) @@ -82,6 +82,11 @@ integer MPI_COMM_NULL_DUP_FN, MPI_COMM_DUP_FN parameter(MPI_COMM_NULL_DUP_FN =0) parameter(MPI_COMM_DUP_FN =0) + integer MPI_WIN_NULL_COPY_FN, MPI_WIN_NULL_DELETE_FN + parameter(MPI_WIN_NULL_COPY_FN =0) + parameter(MPI_WIN_NULL_DELETE_FN =0) + integer MPI_WIN_DUP_FN + parameter(MPI_WIN_DUP_FN =0) integer MPI_ROOT, MPI_COMM_TYPE_SHARED parameter(MPI_ROOT=0) @@ -108,7 +113,7 @@ ! This should be equal to the number of int fields in MPI_Status integer MPI_STATUS_SIZE - parameter(MPI_STATUS_SIZE=4) + parameter(MPI_STATUS_SIZE=5) integer MPI_INTEGER_KIND parameter(MPI_INTEGER_KIND=4) @@ -153,8 +158,14 @@ parameter(MPI_GROUP_EMPTY=-2) parameter(MPI_WIN_NULL=-1) + integer MPI_WIN_BASE, MPI_WIN_SIZE, MPI_WIN_DISP_UNIT + + parameter(MPI_WIN_BASE=-1) + parameter(MPI_WIN_SIZE=-2) + parameter(MPI_WIN_DISP_UNIT=-3) + ! These IDs have to be unique, consecutive -! and ordered as in smpi_f77.cpp. +! and ordered as in smpi_f77.cpp. parameter(MPI_COMM_WORLD=0) parameter(MPI_BYTE=1) @@ -278,3 +289,4 @@ double precision smpi_get_host_current_power_peak integer smpi_get_host_nb_pstates double precision smpi_get_host_consumed_energy +@MODULE_MPIF_OUT@