Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix dist
[simgrid.git] / teshsuite / smpi / mpich3-test / datatype / hvecblklen.c
index 2734885..cc692e9 100644 (file)
@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
 {
     MPI_Datatype ot, ot2, newtype;
     int position, psize, insize, outsize;
-    signed char *inbuf = 0, *outbuf = 0, *pbuf = 0, *p;
+    char *inbuf = 0, *outbuf = 0, *pbuf = 0, *p;
     int i, j, k;
     int errs = 0;
     int veccount = 16, stride = 16;