X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec1ff601331bbc2a69a3d7501f468e2238be2a5e..1687df79d61a9418bba830bbd0ab7de16e457090:/src/smpi/colls/smpi_mvapich2_selector.c diff --git a/src/smpi/colls/smpi_mvapich2_selector.c b/src/smpi/colls/smpi_mvapich2_selector.c index f4c2ea7e64..9e64ac3456 100644 --- a/src/smpi/colls/smpi_mvapich2_selector.c +++ b/src/smpi/colls/smpi_mvapich2_selector.c @@ -82,8 +82,6 @@ int smpi_coll_tuned_alltoall_mvapich2( void *sendbuf, int sendcount, return (mpi_errno); } - - int smpi_coll_tuned_allgather_mvapich2(void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) @@ -1006,8 +1004,7 @@ int smpi_coll_tuned_scatter_mvapich2(void *sendbuf, return (mpi_errno); } - -void smpi_coll_cleanup_mvapich2(){ +void smpi_coll_cleanup_mvapich2(void){ int i=0; if(mv2_alltoall_thresholds_table) xbt_free(mv2_alltoall_thresholds_table[i]); @@ -1022,7 +1019,6 @@ xbt_free(mv2_size_allgather_tuning_table); xbt_free(mv2_allgather_table_ppn_conf); xbt_free(mv2_allgather_thresholds_table); - xbt_free(mv2_allgatherv_thresholds_table); xbt_free(mv2_reduce_thresholds_table); xbt_free(mv2_red_scat_thresholds_table); @@ -1034,4 +1030,3 @@ xbt_free(mv2_scatter_thresholds_table); xbt_free(mv2_size_scatter_tuning_table); xbt_free(mv2_scatter_table_ppn_conf); } -