Changeset 145


Ignore:
Timestamp:
Nov 30, 2005 5:09:04 PM (18 years ago)
Author:
dkearney
Message:

adjusted the paths in demo.bash so its easier to change when users
install rappture in places other than /opt/rappture.
adjusted rerun so it calls 'rappture' instead on calling 'driver'

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/demo.bash

    r131 r145  
    77#
    88
    9 exdir=`pwd`
    10 echo "Current directory: $exdir"
     9rpdir=/opt/rappture
     10
     11exdir=$rpdir/examples
    1112
    1213dirs="app-fermi/tcl app-fermi/python app-fermi/fortran c-example graph zoo/structure zoo/image zoo/cloud"
    1314
    14 echo "Multiple examples will be run in sequence -->"
     15echo "7 examples will be shown-->"
    1516for i in $dirs
    1617do
    1718        echo $exdir/$i
    1819        cd $exdir/$i
    19         rappture
     20        $rpdir/bin/rappture
    2021done
    2122
    2223cd $exdir/3D
    23 rerun 3d_test_run.xml
     24$rpdir/bin/rerun 3d_test_run.xml
  • trunk/gui/apps/rerun

    r115 r145  
    5959    opts, args = getopt.getopt(sys.argv[1:], shortOpts, longOpts)
    6060
    61     driverPath = 'driver'
     61    driverPath = 'rappture'
    6262    runFile = args[0]
    6363
Note: See TracChangeset for help on using the changeset viewer.