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

Re: [Condor-users] Trouble running multithreaded job in vanilla universe



Thank you Ian, that seemed to do it.

Chris

On Wed, 24 Nov 2010, Ian Chesal wrote:

> Condor wouldn't kill a sleeping process. It's smarter than that. The output
> from your StarterLog makes it clear the top level process exited in what
> Condor deemed a normal way, with an error code of zero.
> 
> Have you tried looking at the environment the job is running under? Perhaps
> your executable is looking for something environment-specific to indicate it
> can spawn threads? You could try adding:
> 
> get_env = true
> 
> to your submit ticket. This would propagate your environment to the job.
> 
> Regards,
> - Ian