Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce memory footprint of a test (640MB was a bit too much for some ci vms)
authordegomme <degomme@idpann>
Thu, 2 Aug 2018 10:49:38 +0000 (12:49 +0200)
committerdegomme <degomme@idpann>
Thu, 2 Aug 2018 10:49:38 +0000 (12:49 +0200)
teshsuite/smpi/mpich3-test/pt2pt/manylmt.c

index 711f2d6..db32141 100644 (file)
@@ -19,7 +19,7 @@
 #include <mpi.h>
 
 #define N_TRY 32
 #include <mpi.h>
 
 #define N_TRY 32
-#define BLKSIZE (10*1024*1024)
+#define BLKSIZE (5*1024*1024)
 
 int main(int argc, char *argv[])
 {
 
 int main(int argc, char *argv[])
 {