Commit a1bb877d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct commented out MPI examples

parent fd1edaf0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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)