Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] How to run jobs sequentially using Condor-G
- Date: Sun, 11 Sep 2005 15:29:12 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] How to run jobs sequentially using Condor-G
On Sun, Sep 11, 2005 at 11:29:38AM -0700, harkamal uppal wrote:
> Hi Erik
> Thanks for your timely reply....Now i'm able to run benchmark jobs
> sequentially .....But this is possible for only Class S benchmark jobs which
> need only short time to run(a few secs) .....for other class of jobs which
> need more time to run(may be minutes or hours) ........Condor DAGman fails
> to keep the sequence ...It fails to check if the first job has finished or
> not and still submits next job(one at a time)....
> Any ideas where to check ???
The first place to check is the job logfile; that's what DAGMan uses to
keep track of the progress of the jobs invovled in a DAG. You should see
something like:
...something about job submitted to Condor....
...something about job executing on host XXX.XXX.XXX.XXX....
...something about job terminated....
...somethign about job 2 submitted to Condor...
and so on
-Erik