Re: [OMPI devel] [OMPI svn] svn:open-mpi r15661

2007-07-27 Thread Jeff Squyres
On Jul 27, 2007, at 6:00 AM, Bert Wesarg wrote: Passing NULL to pthread_exit() is verbotten. Why? I can't find anything in the standard or is it some OMPI internal? The man page for pthread_exit(1) on Linux does not specifically say that NULL is allowed. Plus, on RHEL4 when using the TLS

Re: [OMPI devel] [OMPI svn] svn:open-mpi r15661

2007-07-27 Thread Bert Wesarg
> Author: jsquyres > Date: 2007-07-26 21:06:36 EDT (Thu, 26 Jul 2007) > New Revision: 15661 > URL: https://svn.open-mpi.org/trac/ompi/changeset/15661 > > Log: > Passing NULL to pthread_exit() is verbotten. Why? I can't find anything in the standard or is it some OMPI internal? Bert