correct commented out MPI examples

This commit is contained in:
Axel Kohlmeyer 2018-03-07 11:17:03 -05:00
parent fd1edaf04f
commit a1bb877d55
1 changed files with 1 additions and 3 deletions

View File

@ -88,8 +88,6 @@ lmp.command("run 10");
# uncomment if running in parallel via Pypar
#print("Proc %d out of %d procs has" % (me,nprocs), lmp)
#pypar.finalize()
# uncomment if running in parallel via mpi4py
#print "Proc %d out of %d procs has" % (me,nprocs), lmp
#MPI.Finalize()
#print("Proc %d out of %d procs has" % (me,nprocs), lmp)