Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions grain/_src/python/grain_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,9 @@ def __init__(
),
),
)
print(f"worker_index: {worker_index}")
print(f"worker_count: {options.num_workers}")
print(f"enable_profiling: {options.enable_profiling}")
# The process kwargs must all be pickable and will be unpickle before
# absl.app.run() is called. We send arguments via a queue to ensure that
# they are unpickled after absl.app.run() was called in the child
Expand Down