Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Standard universe - Job submission... Problem
- Date: Mon, 05 Mar 2007 09:43:45 -0600
- From: Sridhar Karra <skarra@xxxxxxxxxxx>
- Subject: [Condor-users] Standard universe - Job submission... Problem
Gurus,
I am having issues submitting jobs (Standard Universe) on condor pool.
Vanilla jobs runs fine with no problem. Any standard universe job just
sits in the queue and jump between Idle and Running stages.
Any simple job even the "printf("hello world");" submitted via standard
universe fails to execute. I did compile the job using condor_compile
before i submit it to the pool.
My question is:
1. Do I have to change any configurations (global or local)?
2. Am I doing something wrong? or Am I missing something here?
Please let me know.
Thanks,
Sridhar
Note:
I took the example from this site and followed the instructions but it
fails to work.
http://www.cs.wisc.edu/condor/tutorials/intl-grid-school-3/submit_std.html
[skarra@gg102 sample-stduni]$ condor_q
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE
CMD
4.0 skarra 3/2 10:07 0+00:00:00 I 0 9.8 sample.std
120 10
1 jobs; 1 idle, 0 running, 0 held
[skarra@gg102 sample-stduni]$ cat simple.log
001 (004.000.000) 03/02 10:12:49 Job executing on host: <10.1.10.1:32778>
...
007 (004.000.000) 03/02 10:12:49 Shadow exception!
Unable to talk to job: disconnected
0 - Run Bytes Sent By Job
0 - Run Bytes Received By Job
[skarra@gg102 sample-stduni]$ condor_q -analyze
004.000: Run analysis summary. Of 40 machines,
0 are rejected by your job's requirements
1 reject your job because of their own requirements
0 match but are serving users with a better priority in the pool
39 match but reject the job for unknown reasons
0 match but will not currently preempt their existing job
0 are available to run your job
Last successful match: Fri Mar 2 10:12:37 2007
1 jobs; 1 idle, 0 running, 0 held