Re: [OMPI users] Problems with myirnet support on PPC

2006-05-25 Thread George Bosilca
The commit is quite simple. You can simply modify the ompi/mca/ptl/gm/ ptl_gm_component.c at line 249 and replace the PTHREAD_CANCELED with 0 and your problem will be solved. This fix was committed yesterday it will be on the next 1.0.3 release, or you can grab it from the nightly build sect

Re: [OMPI users] Problems with myirnet support on PPC

2006-05-25 Thread Brock Palen
Is there a way to disable pthreads when building with gm? i can build with just tcp just fine. Brock On May 25, 2006, at 3:34 PM, George Bosilca wrote: That's kind of funny ... Look like the PTHREAD_CANCEL was missing from the pthread.h on most of the Linux distributions until the beginning

Re: [OMPI users] Problems with myirnet support on PPC

2006-05-24 Thread George Bosilca
That's kind of funny ... Look like the PTHREAD_CANCEL was missing from the pthread.h on most of the Linux distributions until the beginning of 2002 (http://sourceware.org/ml/newlib/2002/ msg00538.html). And it look like it is still missing from the MAC OS X 10.3.9 pthread.h (http://lists.app