Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Jobs are not spread across various machines
- Date: Mon, 31 Jan 2005 10:35:15 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Jobs are not spread across various machines
On Mon, Jan 31, 2005 at 11:31:37AM -0500, Raghu B. Uppalli wrote:
> Hi,
>
> I installed condor (v6.6.7) on my cluster. All the machines in my
> cluster can execute and submit jobs. I made sure the required daemons
> are running.
>
> However, when I submit some jobs, they run on only on the node they are
> submitted on. They are not farmed to other nodes. There are some jobs
> waiting for resources while the resources on the other nodes are
> UNCLAIMED. condor_status shows that all my nodes are in the pool.
>
> Any ideas??
>
1. Try condor_q -analyze
2. Read up on the condor file transfer options - my first guess is that
your filesystem domain limits your job to the submit machine.
-Erik