Changeset 145
- Timestamp:
- Nov 30, 2005 5:09:04 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/demo.bash
r131 r145 7 7 # 8 8 9 exdir=`pwd` 10 echo "Current directory: $exdir" 9 rpdir=/opt/rappture 10 11 exdir=$rpdir/examples 11 12 12 13 dirs="app-fermi/tcl app-fermi/python app-fermi/fortran c-example graph zoo/structure zoo/image zoo/cloud" 13 14 14 echo " Multiple examples will be run in sequence-->"15 echo "7 examples will be shown-->" 15 16 for i in $dirs 16 17 do 17 18 echo $exdir/$i 18 19 cd $exdir/$i 19 rappture20 $rpdir/bin/rappture 20 21 done 21 22 22 23 cd $exdir/3D 23 rerun 3d_test_run.xml24 $rpdir/bin/rerun 3d_test_run.xml -
trunk/gui/apps/rerun
r115 r145 59 59 opts, args = getopt.getopt(sys.argv[1:], shortOpts, longOpts) 60 60 61 driverPath = ' driver'61 driverPath = 'rappture' 62 62 runFile = args[0] 63 63
Note: See TracChangeset
for help on using the changeset viewer.