Menu

#2 -C in native specification results in error

open
nobody
None
5
2009-10-19
2009-10-19
No

Using DRMAA for LSF 1.0.3.

Using -C in a native specification results in the error "Error in native specification".

It appears that in native.rl, capital C is not one of the allowed arguments:

short_with_arg = ([LcFWkPGgqRmnJbtuUMDSvfa] | 'i' 's'? | [oe] 'o'?
| 'w' [at]? | 'E' 'p'? | 'sp' | 'sla' | 'ext' 'sched'?
| 'jsdl' '_strict'? | 'We' | 'cwd' | 'ar')
>opt_begin %opt_end;

There appears to be some implementation for -C but the library will throw an error before getting there.

Discussion


Log in to post a comment.