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 14:38:51 +0200 (CEST)
- From: "Beyer, Christoph" <christoph.beyer@xxxxxxx>
- Subject: Re: [HTCondor-users] condor_submit dynamic slot command line issue
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
--
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 SchrÃter" <heiko.schroeter@xxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Donnerstag, 29. MÃrz 2018 13:53:12
Betreff: [HTCondor-users] condor_submit dynamic slot command line issue
Hello,
i run into the following phenomen when trying to start interactive jobs
on a dynamic slot.
It seems that "request_memory" is not recognized from the command line
i.e. (Machines have 16GB RAM.)
condor_submit -i "request_memory=9000" fails with "No match found"
But using a "Submit file" the request works:
condor_submit -i condorSubmit
File condorSubmit:
request_memory = 9000
Queue
I tried "RequestMemory" syntax as well to no avail.
Is there anything i do miss ?
Regards
Heiko
$CondorVersion: 8.4.2 Feb 22 2016 BuildID: Debian-8.4.2~dfsg.1-1build1
Debian-8.4.2~dfsg.1-1build1 $
$CondorPlatform: X86_64-Ubuntu_ $
condor_config:
# Setting dynamic slots
NUM_SLOTS = 1
NUM_SLOTS_TYPE_1 = 1
SLOT_TYPE_1 = cpus=100%, mem=95%, swap=100%, disk=15%
SLOT_TYPE_1_PARTITIONABLE = true
# NEGOTIATOR
MODIFY_REQUEST_EXPR_REQUESTMEMORY = quantize(RequestMemory, 256)
JOB_DEFAULT_REQUESTMEMORY = ifThenElse(MemoryUsage =!= UNDEFINED,
MemoryUsage, 10)
JOB_DEFAULT_REQUESTCPUS = 1
JOB_DEFAULT_REQUESTDISK = DiskUsage
# STARTD
MODIFY_REQUEST_EXPR_REQUESTCPUS = quantize(RequestCpus, {1})
MODIFY_REQUEST_EXPR_REQUESTMEMORY = quantize(RequestMemory, {128})
MODIFY_REQUEST_EXPR_REQUESTDISK = quantize(RequestDisk, {256})
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/