Changeset 614


Ignore:
Timestamp:
Mar 8, 2007, 1:33:01 PM (17 years ago)
Author:
dkearney
Message:

adjusted start_vis.sh to take into account new scheme for starting vis server where the full path of the nanovis program is used to determine the the
path for resources and shaders directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/start_viz.sh

    r600 r614  
    11#! /bin/sh
     2
     3DISPLAY=:0
     4export DISPLAY
    25
    36dir=$( mktemp -d /tmp/nanorun.XXXXXX )
    47
     8cp -r nanovis/shaders ${dir}
     9cp -r nanovis/resources ${dir}
    510cp nanoscale/nanoscale nanovis/nanovis ${dir}
    611
    712cd ${dir}
    813
    9 ./nanoscale -l 2000 -b 2000 -c 172.18.3.255 -c ./nanovis
     14./nanoscale -l 2000 -b 2000 -c 172.18.3.255 -c ${dir}/nanovis
Note: See TracChangeset for help on using the changeset viewer.