Ignore:
Timestamp:
Dec 27, 2013, 1:34:49 PM (11 years ago)
Author:
gah
Message:

added vmd render server. fixed visviewer.tcl to look for something that looks like the servername and version. vmd polutes stdout with lots of text. I think the ultimate solution is to dup file descriptors 3 and 4 (instead of 0, 1, and 2) to the opened socket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanoscale/renderservers.tcl.in

    r4064 r4097  
    8181#
    8282register_server vmdshow 2018 {
    83     /usr/bin/vmd -startup ${libdir}/vmd/vmdserver.tcl -args -stdio
     83    ${libdir}/vmd/vmd_LINUXAMD64 -startup ${libdir}/vmd/vmdserver.tcl -args -stdio
    8484} {
     85    VMDDIR ${libdir}/vmd
     86    SURF_BIN ${libdir}/vmd/surf
    8587    LD_LIBRARY_PATH ${libdir}
    8688}
     89
Note: See TracChangeset for help on using the changeset viewer.