Title: flyshose
¡EIf you can't see (and hear) the above animation, you
should install
Shockwave Flash
CHINESE
NOTE
Hi,
I've written a small finite element programme that can be compiled to
use multiple processors (MP), by giving the option --with-mp to
autoconf. If this option is selected, configure checks for a few
important MP header files and libraries, that are needed, including:
thread, pthrea
To exit with an error message, just call the AC_ERROR macro if all the
checks fail. So that you only have to call AC_ERROR once, you might want
to just set a variable if the tests succeed/fail, and then check that
variable once at the end.
You might also want to check out my ACX_PTHREAD macro in