X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd88e15504912f111b8dcb568c2a8adbc111ed66..77e63efea0d0c200b85f224c2faf9de94d98e83a:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index a01ffef124..a7a7fa1439 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -47,6 +47,8 @@ smpi_process_data_t smpi_process_remote_data(int index); int smpi_process_count(void); smx_rdv_t smpi_process_mailbox(void); smx_rdv_t smpi_process_remote_mailbox(int index); +smx_rdv_t smpi_process_mailbox_small(void); +smx_rdv_t smpi_process_remote_mailbox_small(int index); xbt_os_timer_t smpi_process_timer(void); void smpi_process_simulated_start(void); double smpi_process_simulated_elapsed(void); @@ -180,6 +182,7 @@ int smpi_coll_basic_alltoallv(void *sendbuf, int *sendcounts, void smpi_bench_destroy(void); void smpi_bench_begin(void); void smpi_bench_end(void); +void smpi_execute_flops(double flops); // f77 wrappers void mpi_init__(int*);