python: update examples and docs
This commit is contained in:
committed by
Richard Berger
parent
9da58b3ffc
commit
24a4ff78b6
4
python/examples/ipython/mpi4py/hello.py
Normal file
4
python/examples/ipython/mpi4py/hello.py
Normal file
@ -0,0 +1,4 @@
|
||||
from mpi4py import MPI
|
||||
|
||||
comm=MPI.COMM_WORLD
|
||||
print("Hello from rank %d of %d" % (comm.rank, comm.size))
|
||||
Reference in New Issue
Block a user