Skip to content

Commit

Permalink
chore: docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Jan 17, 2025
1 parent ee10d38 commit 2996a2f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions hnn_core/parallel_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,15 +774,15 @@ class MPIBackend(object):
The name of the mpi launcher executable. Will use 'mpiexec' (openmpi)
by default.
hwthreading : None | bool
Whether or not to tell MPI to use hardware-threading. Defaults to
'None', in which case it will use a heuristic for determing whether to
use it. If 'False', then hardware-threading is never used, and if
'True', then hardware-threading is always used.
Specifies if MPI should use hardware-threading. Defaults to 'None',
in which a heuristic will be used to decide. If 'False', then
hardware-threading is disabled, and if 'True', then hardware-threading
is always enabled.
oversubscribe : None | bool
Whether or not to tell MPI to use oversubscription. Defaults to 'None',
in which case it will use a heuristic for determing whether to use
it. If 'False', then oversubscription is never used, and if 'True',
then oversubscription is always used.
Specifies if MPI should use oversubscription. Defaults to 'None',
in which a heuristic will be used to decide. If 'False', then
oversubscription is disabled, and if 'True', then oversubscription is
always enabled.
Attributes
----------
Expand Down

0 comments on commit 2996a2f

Please sign in to comment.