Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
avoid launching twice the mpich3 coll test with ompi selector.
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / bcastzerotype.c
index 9ebf1f7fded2282c864329de2893db032d42ec11..166647879aa74d6dbef78ee6f8e1015ab2d001da 100644 (file)
@@ -1,3 +1,10 @@
+/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
+/*
+ *
+ *  (C) 2012 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
@@ -10,7 +17,7 @@ int main(int argc, char *argv[])
 {
     int i, type_size;
     MPI_Datatype type = MPI_DATATYPE_NULL;
-    int *buf = NULL;
+    char *buf = NULL;
     int wrank, wsize;
 
     MPI_Init(&argc, &argv);