Skip to content

Commit

Permalink
Fix missing LFS executor register invocation #1234
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Jul 23, 2019
1 parent 38cc13c commit b1b7ab1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -262,7 +262,8 @@ class LsfExecutor extends AbstractGridExecutor {

@Override
void register() {
def conf = parseLsfConfig()
super.register()
final conf = parseLsfConfig()

// lsf mem unit
// https://www.ibm.com/support/knowledgecenter/en/SSETD4_9.1.3/lsf_config_ref/lsf.conf.lsf_unit_for_limits.5.html
Expand Down

0 comments on commit b1b7ab1

Please sign in to comment.