We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4de71 commit d69a567Copy full SHA for d69a567
src/worker_info.py
@@ -64,6 +64,8 @@ def run_task(self, task):
64
if cores_found == task.cores_requested:
65
return i
66
print(f"Warning: not enough cores available for task {task.task_id}, {cores_found} != {task.cores_requested}")
67
+ # more detailed information about the coremap
68
+ print(self.coremap)
69
return -1
70
71
def reap_task(self, task):
0 commit comments