Skip to content
Snippets Groups Projects
Commit 8b6029ed authored by Natalie Breidenbach's avatar Natalie Breidenbach
Browse files

Update data_analytics_with_python.md

parent 903f97c0
No related branches found
No related tags found
2 merge requests!938Automated merge from preview to main,!936Update to Five-Cluster-Operation
...@@ -433,6 +433,7 @@ from mpi4py import MPI ...@@ -433,6 +433,7 @@ from mpi4py import MPI
comm = MPI.COMM_WORLD comm = MPI.COMM_WORLD
print("%d of %d" % (comm.Get_rank(), comm.Get_size())) print("%d of %d" % (comm.Get_rank(), comm.Get_size()))
``` ```
_The module environments /hiera, /scs5, /classic and /ml originated from the taurus system are momentarily under construction. The script will be updated after completion of the redesign accordingly_
For the multi-node case, use a script similar to this: For the multi-node case, use a script similar to this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment