Created PyLammps documentation
Based on material presented during MD Workshop at Temple University in August 2016.
This commit is contained in:
4
python/examples/pylammps/mpi4py/hello.py
Normal file
4
python/examples/pylammps/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