Fix job limit truncation
authorJohn Marino <draco@marino.st>
Wed, 30 Jan 2019 23:01:14 +0000 (17:01 -0600)
committerJohn Marino <draco@marino.st>
Wed, 30 Jan 2019 23:01:14 +0000 (17:01 -0600)
commitee7f27d25820efb902e11c10e4dea2e7a244694e
tree2cb38ad0895e183afc0428ec9d05396223fcd59a
parent77f332ab6944d29ece49ec2fffbbf446d38d2051
Fix job limit truncation

Ravenadm allows jobs to be set at 2 x ncpu, but the framework was
truncating that to ncpu.  Remove the restriction since the make.conf
is providing the job limit (so it should always be valid).
Mk/raven.mk