Skip to content

Commit

Permalink
Update trouble_shooting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Dec 20, 2024
1 parent 30fa4f5 commit fe31cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/trouble_shooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ performance computing installations Python 3.12 is the recommended Python verion

## Resource Dictionary
The resource dictionary parameter `resource_dict` can contain one or more of the following options:
* `cores_per_worker` (int): number of MPI cores to be used for each function call
* `cores` (int): number of MPI cores to be used for each function call
* `threads_per_core` (int): number of OpenMP threads to be used for each function call
* `gpus_per_worker` (int): number of GPUs per worker - defaults to 0
* `gpus_per_core` (int): number of GPUs per worker - defaults to 0
* `cwd` (str/None): current working directory where the parallel python task is executed
* `openmpi_oversubscribe` (bool): adds the `--oversubscribe` command line flag (OpenMPI and SLURM only) - default False
* `slurm_cmd_args` (list): Additional command line arguments for the srun call (SLURM only)
Expand All @@ -54,4 +54,4 @@ high performance computing (HPC) clusters via SSH, this functionality is not sup
is the use of [cloudpickle](https://github.com/cloudpipe/cloudpickle) for serialization inside executorlib, this requires
the same Python version and dependencies on both computer connected via SSH. As tracking those parameters is rather
complicated the SSH connection functionality of [pysqa](https://pysqa.readthedocs.io) is not officially supported in
executorlib.
executorlib.

0 comments on commit fe31cb9

Please sign in to comment.