On Thu, 2006-07-27 at 07:49 -0400, Graham E Fagg wrote: > Hi all > is there a single function call that components can use to check that the > progress thread is up and running ?
Not really. But if the define OMPI_ENABLE_PROGRESS_THREADS is 1 and opal_using_threads() returns true, then it can be assumed the event progress thread is running. brian