Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Program not running, but condor is fine with it :(
- Date: Thu, 12 Jan 2006 11:36:04 +0100
- From: Nicolas GUIOT <nicolas.guiot@xxxxxxx>
- Subject: [Condor-users] Program not running, but condor is fine with it :(
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
1/12 10:57:29 Got SIGQUIT. Performing fast shutdown.
1/12 10:57:29 ShutdownFast all jobs.
1/12 10:57:29 **** condor_starter (condor_STARTER) EXITING WITH STATUS 0
________
Where can I find any info about the problem ?
Condor 6.7.10, debian sarge, execute machine is a dual-AMD 2,1 GHz with 1Gb RAM.
Thanks
Nicolas
-----------------------------------------------
CNRS - UPR 9080 : Laboratoire de Biochimie Theorique
Institut de Biologie Physico-Chimique
13 rue Pierre et Marie Curie
75005 PARIS - FRANCE
Tel : +33 158 41 51 70
Fax : +33 158 41 50 26
------------------------------------------------