Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] condor_submit dynamic slot command line issue
- Date: Thu, 29 Mar 2018 21:34:01 +0200 (CEST)
- From: "Beyer, Christoph" <christoph.beyer@xxxxxxx>
- Subject: Re: [HTCondor-users] condor_submit dynamic slot command line issue
Hi Heiko,
glad it does work for you :)
I am sure it is documented somewhere - I figured it out on user-request by altering the options from the man page and 'oh wunder' did not forget it for a couple of days after the discovery - something to write home about ;)
Best & happy easter
Christoph
--
Christoph Beyer
DESY Hamburg
IT-Department
Notkestr. 85
Building 02b, Room 009
22607 Hamburg
phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx
----- UrsprÃngliche Mail -----
Von: "Heiko Schroeter" <heiko.schroeter@xxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>, "Christoph Beyer" <christoph.beyer@xxxxxxx>
CC: "heiko schroeter" <heiko.schroeter@xxxxxxxxxxxxxxxxxxxxxxxx>
Gesendet: Donnerstag, 29. MÃrz 2018 21:10:20
Betreff: 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
>