File tree Expand file tree Collapse file tree
src/executorlib/task_scheduler Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55from pysqa import QueueAdapter
66
7+ from executorlib .standalone .command_pysqa import pysqa_execute_command , pysqa_terminate
78from executorlib .standalone .hdf import dump , get_queue_id
89from executorlib .standalone .inputcheck import check_file_exists
910from executorlib .standalone .interactive .spawner import (
1011 set_current_directory_in_environment ,
1112)
12- from executorlib .standalone .command_pysqa import pysqa_execute_command , pysqa_terminate
1313
1414
1515def execute_with_pysqa (
Original file line number Diff line number Diff line change 55
66from pysqa import QueueAdapter
77
8+ from executorlib .standalone .command_pysqa import pysqa_execute_command , pysqa_terminate
89from executorlib .standalone .inputcheck import validate_number_of_cores
910from executorlib .standalone .interactive .spawner import (
1011 BaseSpawner ,
1112 set_current_directory_in_environment ,
1213)
13- from executorlib .standalone .command_pysqa import pysqa_execute_command , pysqa_terminate
1414from executorlib .task_scheduler .base import validate_resource_dict
1515from executorlib .task_scheduler .interactive .blockallocation import (
1616 BlockAllocationTaskScheduler ,
You can’t perform that action at this time.
0 commit comments