Jack Whitehead writes:
> (http://arc.liv.ac.uk/downloads/SGE/releases/8.1.8/) for SGE does not
> have any links for rhel7 rpms and I'm suspicious that the tar.gz
> downloads may have dependencies on the rhel6 version libraries.
The srpm builds, and the readme points to a copr repo with various b
William Hay writes:
> The number of slots is normally defined by the slots entry of a queue
> rather than via load sensors or via complex_values of a queue or host.
If you do that with multiple queues you probably want to constrain it
not to over-subscribe hosts with RQS.
> For it to work in a
Alexis Huxley writes:
> Hi, I've been tasked with enhancing the load_formula expression
> evaluator. I've compiled 8.1.8, added the recently discussed patches,
> written an expression parser (with lex and yacc), integrated it,
> temporarily I've return(true)-ed early in validate_load_formula()
>