[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Pthreads and condor_compile



On Fri, Jul 30, 2004 at 09:37:24AM -0500, Nick LeRoy wrote:
> On Fri July 30 2004 8:46 am, Sven-Arne Reinemo wrote:
> > Hi,
> >
> > One of our Condor users tried to use condor_compile on a program which
> > uses pthreads, but this did not work very well. So I am wondering does
> > condor_compile support programs that use pthreads? If not, is there any
> > other thread libraries that are supported or should we just use the
> > vanilla universe?
> 
> No, you can't do this in general, unless you're running completely user-space 
> threads, which isn't very common.

I'd guess that GNU Pth would work OK, but we've never tried it:

http://www.gnu.org/software/pth/

-Erik