[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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?