Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] passing request_cpus to job
- Date: Thu, 4 Jun 2015 13:27:02 -0400
- From: Michael Di Domenico <mdidomenico4@xxxxxxxxx>
- Subject: [HTCondor-users] passing request_cpus to job
Is it possible to pass the request_* parameters into a job?
for example
executable = someprog
log = log.$(cluster)
output = out.$(cluster).$(process)
request_cpus=4
request_memory=32000
queue 1
is there some way to pass the value of request_cpus to my exectuable?