Skip to content

Commit

Permalink
Merge pull request #140 from pyiron/fix_docstring
Browse files Browse the repository at this point in the history
fix Docstring - remove depreciated arguments
  • Loading branch information
jan-janssen authored Jul 30, 2023
2 parents 21de8cc + fcb3422 commit 7fd3ff2
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 7fd3ff2

Please sign in to comment.