X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40334ce6fe520b2fa7d1e240716e4f34a5fdc74e..386fdb787b4d39af174e239965e51008bc9c330d:/include/smpi/mpif.h.in diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index 7f75138183..3d4d949108 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) @@ -253,7 +256,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