Last change
on this file since 614 was
614,
checked in by dkearney, 17 years ago
|
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
|
-
Property svn:executable set to
*
|
File size:
259 bytes
|
Rev | Line | |
---|
[600] | 1 | #! /bin/sh |
---|
| 2 | |
---|
[614] | 3 | DISPLAY=:0 |
---|
| 4 | export DISPLAY |
---|
| 5 | |
---|
[600] | 6 | dir=$( mktemp -d /tmp/nanorun.XXXXXX ) |
---|
| 7 | |
---|
[614] | 8 | cp -r nanovis/shaders ${dir} |
---|
| 9 | cp -r nanovis/resources ${dir} |
---|
[600] | 10 | cp nanoscale/nanoscale nanovis/nanovis ${dir} |
---|
| 11 | |
---|
| 12 | cd ${dir} |
---|
| 13 | |
---|
[614] | 14 | ./nanoscale -l 2000 -b 2000 -c 172.18.3.255 -c ${dir}/nanovis |
---|
Note: See
TracBrowser
for help on using the repository browser.