Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this test used too much memory for build slaves, divide by 4 the buffer size
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 7 Nov 2013 12:35:16 +0000 (13:35 +0100)
committerAugustin Degomme <degomme@idpann.imag.fr>
Thu, 7 Nov 2013 14:24:24 +0000 (15:24 +0100)
teshsuite/smpi/mpich3-test/coll/allgatherv4.c

index 2ce422a..29e4d47 100644 (file)
@@ -22,7 +22,7 @@
 #define LARGE_BUF (256 * 1024)
 
 /* FIXME: MAX_BUF is too large */
 #define LARGE_BUF (256 * 1024)
 
 /* FIXME: MAX_BUF is too large */
-#define MAX_BUF   (128 * 1024 * 1024)
+#define MAX_BUF   (32 * 1024 * 1024)
 #define LOOPS 10
 
 __thread char * sbuf, * rbuf;
 #define LOOPS 10
 
 __thread char * sbuf, * rbuf;