Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
arunjose696 committed Apr 5, 2023
1 parent 301dd08 commit 939f2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unidist/config/backends/mpi/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MpiPickleThreshold(EnvironmentVariable, type=int):


class BackOff(EnvironmentVariable, type=int):
"""Minimum buffer size for serialization with pickle 5 protocol"""
"""Backoff value for sleeping background threads when thread idle"""

default = 0.001
varname = "BackOff"
4 changes: 2 additions & 2 deletions unidist/core/backends/mpi/core/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ def mpi_isend_object(comm, data, dest_rank, tag=0):
dest_rank : int
Target MPI process to transfer data.
tag : int
To recive only data with a label
Used when background thread polls for data with a specific label
To recieve only data with a label.
Used when background thread polls for data with a specific label.
Returns
-------
Expand Down

0 comments on commit 939f2c7

Please sign in to comment.