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

Re: [Condor-users] Program not running, but condor is fine with it :(



You should probably also save the *output* from your program -- add
something like

  Output = Alexey.out

to your submit file.


Also, what is your program trying to do?  It looks like something
*internal* to your program is failing, since it's exiting with status
1.  This means that, from Condor's point of view, things are okay,
since Condor can't be responsible for errors inside the program that's
being run.  (I'm not saying that the problem is not related to Condor,
I'm just saying that this would explain why there isn't anything too
interesting in the Condor logs.)

Is it possible that your program depends on something that's on the
machine when you run it from the command line, and that thing is not
on the machine that Condor happens to run it on?  Input files?  Licenses?
Anything like that?

Kent Wenger
Condor Team