Created PyLammps documentation

Based on material presented during MD Workshop at Temple University in
August 2016.
This commit is contained in:
Richard Berger
2016-11-18 23:58:57 -07:00
parent 4b51719e67
commit 2383c31f15
18 changed files with 3059 additions and 4 deletions

View File

@ -0,0 +1,4 @@
from mpi4py import MPI
comm=MPI.COMM_WORLD
print("Hello from rank %d of %d" % (comm.rank, comm.size))