Changing limit in Cumin works, but you have to overwrite the decimal point number with integer without point. cumin-0.1.4552-1.el5 How reproducible: 100% Steps to Reproduce: 1. Grid -> Limits 2. Click on the name of some limit. Actual results: "Max allowance" includes decimal point. Expected results: Integer only.
Limits are not integers, cumin should not be forcing them to be. Submit a job with: cmd=/bin/sleep args=1d concurrency_limits=sleep queue
Matt, sorry for misunderstanding, I am talking not about the name of the limit, but about the number to which are the running processes limited. So instead of "concurrency_limits=JASANLIMIT" in a submit file I am talking about "JASANLIMIT_LIMIT = 1" in /etc/condor/... which can be set from Cumin with help of "ENABLE_RUNTIME_CONFIG = TRUE" condor config variable.
JASANLIMIT_LIMIT = 1.5 is valid configuration concurrency_limits=JASANLIMIT:.5 is a valid request
Ah, now I see. Thanks for your patience, Matt.
Fixed in revision 4645. Changed Max Allowance field to allow float in addition to integer.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause The Max Allowance limit input for a submission would not allow a floating point value even though a floating value is valid. Consequence Cumin would reject a limit change if the value entered was a float with en error message "The Max Allowance field must be an integer". Fix Modify the cumin input field to allow float or integer. Result Users may now enter integer or floating point values for the Max Allowance limit on a submission.
Verified on cumin-0.1.4654-1.el5
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0889.html