Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Docstring - remove depreciated arguments #140

Merged
merged 1 commit into from
Jul 30, 2023
Merged
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
2 changes: 0 additions & 2 deletions pympipool/shared/taskexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ def command_line_options(
port_selected (int): port the SocketInterface instance runs on.
path (str): path to the python script which should be executed as client process.
cores (int): defines the total number of MPI ranks to use
cores_per_task (int): number of MPI ranks per task - defaults to 1
gpus_per_task (int): number of GPUs per MPI rank - defaults to 0
oversubscribe (bool): enable of disable the oversubscribe feature of OpenMPI - defaults to False
enable_flux_backend (bool): enable the flux-framework as backend - defaults to False
enable_slurm_backend (bool): enable the SLURM queueing system as backend - defaults to False
enable_mpi4py_backend (bool): enable the mpi4py.futures module - defaults to True
enable_multi_host (bool): communicate the host to connect to - defaults to False

Returns:
Expand Down
Loading