We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961b0a9 commit 033004cCopy full SHA for 033004c
docs/source/tutorial/tutorial.parallelism.rst
@@ -95,7 +95,7 @@ On your laptop/desktop you can run this script like:
95
export MPI4PY_MAX_WORKERS=15
96
mpiexec -n 1 python run_learner.py
97
98
-Or you can pass ``max_workers=15`` programmatically when creating the executor instance.
+Or you can pass ``max_workers=15`` programmatically when creating the `MPIPoolExecutor` instance.
99
100
Inside the job script using a job queuing system use:
101
0 commit comments