[mpich-devel] LLONG_MAX undeclared in status_set_elements_x.c ?
William Gropp
wgropp at illinois.edu
Fri Dec 21 08:22:45 CST 2012
Thanks. This test erroneously uses long long and LLONG_MAX without ensuring that they are available (and for which the configure for the tests already checks). I'll fix it.
Bill
William Gropp
Director, Parallel Computing Institute
Deputy Director for Research
Institute for Advanced Computing Applications and Technologies
Paul and Cynthia Saylor Professor of Computer Science
University of Illinois Urbana-Champaign
On Dec 21, 2012, at 2:25 AM, P.-H. Lin wrote:
> Hello Howard,
> I have encountered the same problem with mpich-3.0.1 today. (And
> that's why I found this thread :P)
> After raising the optimization level, it didn't complain about that
> undeclared problem anymore, and the installation goes well.
> This is my configure option:
> ./configure --prefix /opt/app/MPICH --enable-fast=all,O3
>
> BTW, the problem still exist for "indexed-misc.c" under the test directory
>
> Regards
More information about the devel
mailing list