source: trunk/packages/vizservers/vtkvis/server_test.sh @ 2100

Last change on this file since 2100 was 2100, checked in by ldelgass, 13 years ago

VTKVis server for 2D contour plots. Required modifications to vizservers build
to follow.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 246 bytes
Line 
1#!/bin/bash
2
3PATH=.:/usr/local/bin:/usr/bin:/bin
4LD_LIBRARY_PATH=/usr/local/lib64
5
6export PATH LD_LIBRARY_PATH
7
8#dir=/usr/local/bin
9dir=/home/ldelgass/src/svn/hubzero/rappture/packages/vizservers/vtkvis
10
11nanoscale -x 2 -l 2010 -c "${dir}/vtkvis"
Note: See TracBrowser for help on using the repository browser.