git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5204 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -7,6 +7,9 @@
|
|||||||
# in.lammps = LAMMPS input script
|
# in.lammps = LAMMPS input script
|
||||||
# Nfreq = query GUI every this many steps
|
# 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
|
import sys,time
|
||||||
|
|
||||||
# methods called by GUI
|
# methods called by GUI
|
||||||
|
|||||||
@ -9,6 +9,9 @@
|
|||||||
# compute-ID = ID of compute that calculates temperature
|
# compute-ID = ID of compute that calculates temperature
|
||||||
# (or any other scalar quantity)
|
# (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
|
import sys,time
|
||||||
sys.path.append("./pizza")
|
sys.path.append("./pizza")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user