From 445f440089c72923074f05abf972f1b55d7bb701 Mon Sep 17 00:00:00 2001 From: degomme Date: Mon, 14 Jul 2014 23:36:43 +0200 Subject: [PATCH] set default size of Aint to integer*8 ... not ideal, though. Real mpich testsuite uses autoconf to configure the size --- teshsuite/smpi/mpich3-test/f77/rma/addsize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/f77/rma/addsize.h b/teshsuite/smpi/mpich3-test/f77/rma/addsize.h index 6b8e09342c..f5010a404f 100644 --- a/teshsuite/smpi/mpich3-test/f77/rma/addsize.h +++ b/teshsuite/smpi/mpich3-test/f77/rma/addsize.h @@ -3,4 +3,4 @@ C C (C) 2003 by Argonne National Laboratory. C See COPYRIGHT in top-level directory. C - integer asize + integer*8 asize -- 2.20.1