From: degomme Date: Mon, 14 Jul 2014 21:36:43 +0000 (+0200) Subject: set default size of Aint to integer*8 ... not ideal, though. X-Git-Tag: v3_12~906 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/445f440089c72923074f05abf972f1b55d7bb701 set default size of Aint to integer*8 ... not ideal, though. Real mpich testsuite uses autoconf to configure the size --- 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