Skip to content

Commit d69a567

Browse files
committed
add
1 parent 5e4de71 commit d69a567

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/worker_info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def run_task(self, task):
6464
if cores_found == task.cores_requested:
6565
return i
6666
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)
6769
return -1
6870

6971
def reap_task(self, task):

0 commit comments

Comments
 (0)