Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
git checkout hypervisor
authoralebre <adrien.lebre@inria.fr>
Tue, 2 Apr 2013 13:26:27 +0000 (15:26 +0200)
committeralebre <adrien.lebre@inria.fr>
Tue, 2 Apr 2013 13:26:27 +0000 (15:26 +0200)
error: Your local changes to the following files would be overwritten by checkout:
src/smpi/colls/allgather-RDB.c
src/smpi/colls/allgather-SMP-simple.c

src/smpi/colls/allgather-RDB.c

index 9a9a925..fc1b36d 100644 (file)
@@ -1,11 +1,10 @@
 #include "colls.h"
 
 int
-smpi_coll_tuned_allgather_RDB(void *sbuf, int send_count,
-                                              MPI_Datatype send_type,
-                                              void *rbuf, int recv_count,
-                                              MPI_Datatype recv_type,
-                                              MPI_Comm comm)
+smpi_coll_tuned_allgather_rdb(void *sbuf, int send_count,
+                              MPI_Datatype send_type, void *rbuf,
+                              int recv_count, MPI_Datatype recv_type,
+                              MPI_Comm comm)
 {
   // MPI variables
   MPI_Status status;