Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this value was actually wrong, and caught by the new buffer overflow check.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 9 Apr 2021 01:38:21 +0000 (03:38 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Fri, 9 Apr 2021 09:10:25 +0000 (11:10 +0200)
this is due to the fact that actual mpich test uses 10 times higher values, so just removing last digit was breaking the BIGDFT=4*NUM_X-1 condition

teshsuite/smpi/mpich3-test/io/bigtype.c

index 57e6d66..2ba431c 100644 (file)
@@ -16,7 +16,7 @@
 #define NUM_Y 1
 
 //#define BIGDT 2147483643
-#define BIGDT 214748364
+#define BIGDT 214748363
 
 int main(int argc, char **argv)
 {