Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Question about making some nodes dedicated to a single user
- Date: Wed, 29 Mar 2017 00:53:55 +0000
- From: "Bansal, Vikas" <Vikas.Bansal@xxxxxxxx>
- Subject: [HTCondor-users] Question about making some nodes dedicated to a single user
Hi,
I have a condor batch system available at my site.
$ condor_version
$CondorVersion: 8.2.10 Oct 27 2015 $
$CondorPlatform: X86_64-CentOS_6.7 $
It has 1000 slots/nodes.
I was wondering if it is possible to pick, say, 10 slots so that those 10 slots only accept/run jobs from a specific user A?
If so how?
I understand that a user can specify a node in condor JDL by specifying
Requirements = TARGET.Name== slot9@cn154
So then if slot9@cn154 can be configured to only receive jobs from one user, then the problem is addressed. But I am not sure if this is configurable.
Thanks for your help.
Vikas