Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Program not running, but condor is fine with it :(
- Date: Fri, 13 Jan 2006 08:32:43 +0000
- From: Matt Hope <matthew.hope@xxxxxxxxx>
- Subject: Re: [Condor-users] Program not running, but condor is fine with it :(
On 1/12/06, Erik Paulson <epaulson@xxxxxxxxxxx> wrote:
> Another thing to check - environment variables that your program needs.
> Try submitting it with
> getenv = true
A note for windows users where you are relying on preinstalled
applications on your execute nodes.
This can cause *very* difficult to debug errors, especially when you
start using managed code like .Net which makes use of user specific
settings for temp files and the like.
Unix may be a whole different kettle of fish, but for vanilla windows
I would recommend making it work without this where possible.
Matt