[mpich-discuss] Compilation problem

Dave Goodell goodell at mcs.anl.gov
Wed May 13 07:54:27 CDT 2009


Glancing at the code it looks like we are missing a check for    
HAVE_RUNTIME_THREADCHECK in that file, which is a bug.  I'll work up a  
fix shortly.

Thanks for the bug report,
-Dave

On May 13, 2009, at 3:41 AM, François PELLEGRINI wrote:

>
> Hello all,
>
> When compiling build r4546 with the following configuration
> line :
>
> ./configure CPPFLAGS='-I/usr/include/valgrind' --enable-error- 
> checking=all
> --enable-error-messages=all --enable-g=all --enable-fast=defopt
> --enable-debuginfo --enable-mpe --enable-threads=multiple
> --with-thread-package=posix --disable-f77
>
> I get the following error :
>
> make[3]: Entering directory `/home/local/packages/mpich2-r4546/src/ 
> util/dbg'
>  CC              dbg_printf.c
>  CC              timelimit.c
>  CC              exit.c
> dbg_printf.c: In function ‘get_fp’:
> dbg_printf.c:386: error: ‘MPICH_ThreadInfo_t’ has no member named  
> ‘isThreaded’
> dbg_printf.c: In function ‘set_fp’:
> dbg_printf.c:403: error: ‘MPICH_ThreadInfo_t’ has no member named  
> ‘isThreaded’
> make[3]: *** [dbg_printf.o] Error 1
> make[3]: Leaving directory `/home/local/packages/mpich2-r4546/src/ 
> util/dbg'
> make[2]: *** [all-redirect] Error 2
> make[2]: Leaving directory `/home/local/packages/mpich2-r4546/src/ 
> util'
> make[1]: *** [all-redirect] Error 2
> make[1]: Leaving directory `/home/local/packages/mpich2-r4546/src'
> make: *** [all-redirect] Error 2
>
> Did I do something wrong ?
>
> A+,
>
>
> 					f.p.



More information about the mpich-discuss mailing list