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

[Condor-users] condor job idle



Hi,
I'm very new at creating dags so sorry in advance as this might be a mistake on my part.
I'm hoping someone can point me out on how to check why the node->job is always idle. 
I created a very simple dag and started it via 
condor_submit_dag mydag.dag

CONFIG dagman_config
JOB fastq_file1 process.cmd dir fastq_file1
SCRIPT POST fastq_file1 /opt/galaxy/dagme/ChtcRun/postjob.pl
RETRY fastq_file1 10

I can see the dagman running, so something within the node is causing this would be my guess.

266865.0   galaxy          5/10 17:14   0+00:00:24 R  0   7.3  condor_dagman -f -
266866.0    |-fastq_file1  5/10 17:14   0+00:00:00 I  0   0.0  chtcjobwrapper --t

I checked the manual on section 2.6.5 and found about  the command
condor_q -pool -analyse 266866
tried that and get:
-bash: fg: %: no such job

Maybe that is for jobs that never ran.
What would be the easiest way for me to check why the job is in a idle state?
Thank you in advance.
Victor



Why aren't any or all of my jobs running?

Please see Section 2.6.5, on page [*] for information on why a job might not be running.