forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5204 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
4460d767e3
commit
1b39008e5e
|
@ -7,6 +7,9 @@
|
|||
# in.lammps = LAMMPS input script
|
||||
# Nfreq = query GUI every this many steps
|
||||
|
||||
# IMPORTANT: this script cannot yet be run in parallel via Pypar,
|
||||
# because I can't seem to do a MPI-style broadcast in Pypar
|
||||
|
||||
import sys,time
|
||||
|
||||
# methods called by GUI
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
# compute-ID = ID of compute that calculates temperature
|
||||
# (or any other scalar quantity)
|
||||
|
||||
# IMPORTANT: this script cannot yet be run in parallel via Pypar,
|
||||
# because I can't seem to do a MPI-style broadcast in Pypar
|
||||
|
||||
import sys,time
|
||||
sys.path.append("./pizza")
|
||||
|
||||
|
|
Loading…
Reference in New Issue