hpcflow.sdk.cli_common.js_parallelism_option#

hpcflow.sdk.cli_common.js_parallelism_option(f)#

Click option decorator: If True, allow multiple jobscripts to execute simultaneously. If ‘scheduled’/’direct’, only allow simultaneous execution of scheduled/direct jobscripts. Raises if set to True, ‘scheduled’, or ‘direct’, but the store type does not support the jobscript_parallelism feature. If not set, jobscript parallelism will be used if the store type supports it, for scheduled jobscripts only.

Parameters:

f (FC) –

Return type:

FC