From 1b39008e5e3cc2d3af76a31931643633cb52c6d0 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 2 Nov 2010 15:12:36 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5204 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/examples/gui.py | 3 +++ python/examples/vizplotgui.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/python/examples/gui.py b/python/examples/gui.py index 4fa3c36d47..9e1f8df4a9 100755 --- a/python/examples/gui.py +++ b/python/examples/gui.py @@ -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 diff --git a/python/examples/vizplotgui.py b/python/examples/vizplotgui.py index eb436e3cb7..ea2d004f21 100755 --- a/python/examples/vizplotgui.py +++ b/python/examples/vizplotgui.py @@ -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")