Ignore:
Timestamp:
May 28, 2007, 11:45:31 AM (17 years ago)
Author:
dkearney
Message:

moved vizservers directory to top level. added configure/makefiles to nanovis, nanoscale, pymolproxy all controlled by a configure script in
vizservers directory. to build you need to specify where rappture and tcl are installed. the start_viz.sh script was adjusted to copy the voronoi and
rappture libraries over to the tmp directory because these files tend to reside on an nfs mounted drive.

Location:
trunk/vizservers
Files:
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/start_viz.sh

    r748 r749  
    66dir=$( mktemp -d /tmp/nanorun.XXXXXX )
    77
    8 cp -r nanovis/shaders ${dir}
    9 cp -r nanovis/resources ${dir}
    10 cp nanoscale/nanoscale nanovis/nanovis ${dir}
     8PATH=${dir}:/home/nanohub/dkearney/repo/viz_20070521/bin:$PATH
     9LD_LIBRARY_PATH=${dir}/lib:$LD_LIBRARY_PATH
     10export PATH LD_LIBRARY_PATH
     11
     12mkdir ${dir}/bin ${dir}/lib
     13
     14cp -r lib/shaders ${dir}
     15cp -r lib/resources ${dir}
     16cp lib/lib* ${dir}/lib
     17cp bin/voronoi bin/nanoscale bin/nanovis ${dir}
    1118
    1219cd ${dir}
    1320
    14 ./nanoscale -l 2000 -b 2000 -c 172.18.3.255 -c ${dir}/nanovis
     21${dir}/nanoscale -l 2020 -b 2020 -s 172.18.3.255 -c ${dir}/nanovis
Note: See TracChangeset for help on using the changeset viewer.