From 9e0598d9189193c0d8ecb6e1851aca53004818ad Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 24 Nov 2010 21:27:39 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5323 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/examples/viz_atomeye.py | 5 +++-- python/examples/vizplotgui_atomeye.py | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/python/examples/viz_atomeye.py b/python/examples/viz_atomeye.py index cc77409519..c068e69079 100755 --- a/python/examples/viz_atomeye.py +++ b/python/examples/viz_atomeye.py @@ -11,8 +11,9 @@ import sys,os # set this to point to AtomEye version 3 executable - -ATOMEYE3 = "/home/sjplimp/tools/atomeye3/A3.i686-20060530" +# first line if want AtomEye output to screen, 2nd line to file +#ATOMEYE3 = "/home/sjplimp/tools/atomeye3/A3.i686-20060530" +ATOMEYE3 = "/home/sjplimp/tools/atomeye3/A3.i686-20060530 > atomeye.out" # parse command line diff --git a/python/examples/vizplotgui_atomeye.py b/python/examples/vizplotgui_atomeye.py index 879b6b061a..6da801eb3d 100755 --- a/python/examples/vizplotgui_atomeye.py +++ b/python/examples/vizplotgui_atomeye.py @@ -15,6 +15,7 @@ import sys,os,time sys.path.append("./pizza") +# set this to point to AtomEye version 3 executable # first line if want AtomEye output to screen, 2nd line to file #ATOMEYE3 = "/home/sjplimp/tools/atomeye3/A3.i686-20060530" ATOMEYE3 = "/home/sjplimp/tools/atomeye3/A3.i686-20060530 > atomeye.out" @@ -85,7 +86,7 @@ breakflag = 0 runflag = 0 temptarget = 1.0 -# wrapper on GL window via Pizza.py gl tool +# wrapper on AtomEye # just proc 0 handles reading of dump file and viz if me == 0: