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

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



On 1/12/06, Nicolas GUIOT <nicolas.guiot@xxxxxxx> wrote:
> Hi
>
> I have this program that runs perfectly when started from the command line, but when submitted through condor, it lasts just 1 second, and "exits normally with status 1", but doesn't give any result.
> Here is the submit file :
>
> Universe = vanilla
>
> Executable      = /condor/bin/dy
>
> environment     = ICMDy=/condor/ICMD/
> arguments       = 'longtj(,,150);*bdl001Ea33;q'
>
> error           = Alexey.err
> Log             = Alexey.log
>
> notify_user     = my-email@xxxxxxxxxxx
> notification    = always
>
> queue
> ______
>
> And I found this in the StarterLog file of the execute machine :
>
> 1/12 10:57:29 Submitting machine is "chagall.galaxy.ibpc.fr"
> 1/12 10:57:29 Starting a VANILLA universe job with ID: 99.0
> 1/12 10:57:29 IWD: /condor/test
> 1/12 10:57:29 Error file: /condor/test/myprog.err
> 1/12 10:57:29 About to exec /condor/bin/dy 'longtj(,,150);*bdl001Ea33;q'
> 1/12 10:57:29 Create_Process succeeded, pid=8913
> 1/12 10:57:29 Process exited, pid=8913, status=1

what are the contents of the Alexey.err and Alexey.out files afterwards

Matt