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

Re: [HTCondor-users] condor_submit dynamic slot command line issue



Hi Christoph,

thanks a ton. That does the trick. It should make it into the docs for newbies (such as me).


condor_submit -interactive "Requirements=(machine != \"turbo1\")" -append "request_memory=12000"

Best
Heiko

Am 29.03.2018 um 14:38 schrieb Beyer, Christoph:
Hi Heiko,

try

condor_submit -i -append "request_memory=9000"

works for me (3000 in this case):

[chbeyer@bird437]~% grep -i memory /var/lib/condor/execute/dir_10586/.job.ad
RequestMemory = 3072
<snip>
MemoryProvisioned = 3072
ReqOrigMemory = 3000
ProvisionedResources = "Cpus Memory Disk Swap"
DefaultMinMemory = 512
DefaultMemory = 1536

Best
Christoph