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

Re: [HTCondor-users] possible to round dslot size up in condor_start*?



Hi Carsten,

you could use a job transformation on your schedulers to have all your users' job memory request (up)casted into integers

Something along the lines

  JOB_TRANSFORM_ReqMemCeil @=end
    SET RequestMemory = ceiling(RequestMemory)
  END
  @end

should hopefully work (has to be added to the JOB_TRANSFORM_NAMES list)

Cheers,
  Thomas


https://htcondor.readthedocs.io/en/23.0/classads/transforms.html#classad-transforms
https://htcondor.readthedocs.io/en/lts/classads/classad-builtin-functions.html#ceiling()

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature