Changeset 4062


Ignore:
Timestamp:
Nov 15, 2013, 2:14:46 AM (11 years ago)
Author:
ldelgass
Message:

Remove dependence on rappture environment script: nanoscale itself only needs
Tcl (for config parsing).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/start_nanoscale.sh.in

    r2984 r4062  
    77bindir="@bindir@"
    88libdir="@libdir@"
    9 . ${bindir}/rappture.env
    109
    1110# lspci is either in /sbin or /usr/sbin
    12 PATH=/sbin:/usr/sbin:${PATH}
    13 export PATH
     11PATH=/sbin:/usr/sbin:${bindir}:${PATH}
     12LD_LIBRARY_PATH=${libdir}:${LD_LIBRARY_PATH}
     13export PATH LD_LIBRARY_PATH
    1414
    1515# Determine the number of video cards we have.  The new render server
Note: See TracChangeset for help on using the changeset viewer.