Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Forcing the cluster when submitting
- Date: Mon, 31 Jan 2005 16:24:43 -0600
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Forcing the cluster when submitting
On Mon, Jan 31, 2005 at 05:21:50PM -0500, Ian Chesal wrote:
> Can I add jobs to cluster by making additional calls to condor_submit?
> Is there a way to force the cluster ID? Can I simple say:
>
> ClusterId = 80
>
> In my submission ticket file?
>
No. The ClusterId is your transaction ID, and cannot be specified.
The number of jobs in a cluster is also determined in that transaction, and
cannot be changed.
-Erik