From 8e437dd2e2266d653a6dd8edeca6707482e1a280 Mon Sep 17 00:00:00 2001 From: CyrodiilSavior Date: Fri, 5 Oct 2018 15:20:19 -0400 Subject: [PATCH] Added `p` to short_with_arg Added `p` to short_with_arg to handle process_limit for lsf. --- lsf_drmaa/native.rl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsf_drmaa/native.rl b/lsf_drmaa/native.rl index 15fbf15..dceb50f 100644 --- a/lsf_drmaa/native.rl +++ b/lsf_drmaa/native.rl @@ -92,7 +92,7 @@ lsfdrmaa_native_parse( const char *native_spec, struct submit *req ) | "'" ([^']* $arg) "'"; char = ^(space | ['"]) $arg; argument = char+ | char* (quoted_string char*)+; - short_with_arg = ([LcCFWkPGgqRmnJbtuUMDSvfa] | 'i' 's'? | [oe] 'o'? + short_with_arg = ([LcCFWkPpGgqRmnJbtuUMDSvfa] | 'i' 's'? | [oe] 'o'? | 'w' [at]? | 'E' 'p'? | 'sp' | 'sla' | 'ext' 'sched'? | 'jsdl' '_strict'? | 'We' | 'cwd' | 'ar') >opt_begin %opt_end;