-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently we support MPI optask through srun but we still consider this as only 1 optask like following (controller:308) but in fact it should be consider as nodes * cpus_per_rank tasks and we need to find placement for all of them
while not stop_event.is_set():
try:
logger.info("main loop")
time.sleep(self.scheduling_interval)
self.check_running_tasks()
resources = self.resources_available()
queue_dict = self.queue.dict()
task_placement = self.algorithm.next_tasks(queue_dict, resources)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels