Per the call today, I've added a Big Hairy Warning if you --enable-
progress-threads. It's a configure change, so I'll "sleep 6h; svn
ci ....".
Note that I can't compile the trunk right now if --enable-progress-
threads is used:
CC base/io_base_request.lo
base/io_base_request.c:254: error: syntax error before "progress_thread"
base/io_base_request.c:254: warning: type defaults to `int' in
declaration of `progress_thread'
base/io_base_request.c:254: error: ISO C forbids data definition with
no type or storage class
base/io_base_request.c: In function `mca_io_base_request_progress_init':
base/io_base_request.c:291: error: `opal_thread_t_class' undeclared
(first use in this function)
base/io_base_request.c:291: error: (Each undeclared identifier is
reported only once
base/io_base_request.c:291: error: for each function it appears in.)
base/io_base_request.c:293: error: request for member `t_run' in
something not a structure or union
base/io_base_request.c:294: error: request for member `t_arg' in
something not a structure or union
base/io_base_request.c: In function `mca_io_base_request_progress_add':
base/io_base_request.c:309: error: implicit declaration of function
`opal_thread_start'
base/io_base_request.c: In function `mca_io_base_request_progress_fini':
base/io_base_request.c:340: error: implicit declaration of function
`opal_thread_join'
--
Jeff Squyres
jsquy...@cisco.com