executorlib.standalone.command.get_interactive_execute_command

executorlib.standalone.command.get_interactive_execute_command#

executorlib.standalone.command.get_interactive_execute_command(cores: int) list[source]#

Get command to call backend as a list of two strings

Parameters:

cores (int) – Number of cores used to execute the task, if it is greater than one use interactive_parallel.py else interactive_serial.py

Returns:

List of strings containing the python executable path and the backend script to execute

Return type:

list[str]