X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73f730073c2793c40652d390f90fc8e1d2f32bbf..35e30f108115bd9ec6e70067beb74807ec8293c9:/include/smpi/mpif.h.in diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index 7f75138183..8467db52bd 100644 --- a/include/smpi/mpif.h.in +++ b/include/smpi/mpif.h.in @@ -20,6 +20,7 @@ integer MPI_ANY_SOURCE, MPI_PROC_NULL, MPI_ANY_TAG, MPI_UNDEFINED integer MPI_SOURCE, MPI_TAG, MPI_ERROR integer MPI_VERSION, MPI_SUBVERSION + integer MPI_LOCK_EXCLUSIVE, MPI_LOCK_SHARED parameter(MPI_MAX_PROCESSOR_NAME=100) parameter(MPI_MAX_ERROR_STRING=100) parameter(MPI_MAX_DATAREP_STRIN =100) @@ -36,6 +37,8 @@ parameter(MPI_ERROR=3) parameter(MPI_VERSION=1) parameter(MPI_SUBVERSION=1) + parameter(MPI_LOCK_EXCLUSIVE=1) + parameter(MPI_LOCK_SHARED=2) integer MPI_MODE_NOSTORE, MPI_MODE_NOPUT, MPI_MODE_NOPRECEDE integer MPI_MODE_NOSUCCEED, MPI_MODE_NOCHECK parameter(MPI_MODE_NOSTORE=1) @@ -111,6 +114,9 @@ parameter(MPI_GROUP_NULL=-1) parameter(MPI_GROUP_EMPTY=-2) + integer MPI_WIN_NULL + parameter(MPI_WIN_NULL=-1) + integer MPI_ERRORS_RETURN, MPI_ERRORS_ARE_FATAL integer MPI_ERRHANDLER_NULL parameter(MPI_ERRORS_RETURN=0) @@ -194,8 +200,8 @@ parameter(MPI_BXOR=11) INTEGER MPI_ADDRESS_KIND, MPI_OFFSET_KIND - PARAMETER (MPI_ADDRESS_KIND=@MPI_ADDRESS_SIZE@) - PARAMETER (MPI_OFFSET_KIND=@MPI_ADDRESS_SIZE@) + PARAMETER (MPI_ADDRESS_KIND=@CMAKE_SIZEOF_VOID_P@) + PARAMETER (MPI_OFFSET_KIND=@CMAKE_SIZEOF_VOID_P@) integer MPI_COMBINER_NAMED, MPI_COMBINER_DUP integer MPI_COMBINER_CONTIGUOUS, MPI_COMBINER_VECTOR @@ -253,7 +259,7 @@ external smpi_get_host_power_peak_at external smpi_get_host_current_power_peak external smpi_get_host_nb_pstates - external smpi_set_host_power_peak_at + external smpi_set_host_pstate external smpi_get_host_consumed_energy double precision smpi_get_host_power_peak_at