Skip to content

Commit

Permalink
initialised ipcluster with mpi (#1679)
Browse files Browse the repository at this point in the history
Co-authored-by: jindra1 <[email protected]>
Co-authored-by: Claudia Comito <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 7e44cd3 commit 68319be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/local/1_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"Finally, you need to start an IPyParallel cluster to access multiple MPI processes. You can do this by running the following command in a terminal:\n",
"\n",
"```bash\n",
"ipcluster start --n=4\n",
"ipcluster start -n 4 --engines=mpi\n",
"```\n",
"\n",
"This will start an IPyParallel cluster with 4 MPI processes. You can adjust the number of processes as needed."
Expand Down

0 comments on commit 68319be

Please sign in to comment.