Changes between Version 55 and Version 56 of Xen_GPU_cluster


Ignore:
Timestamp:
Apr 10, 2009, 4:26:07 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v55 v56  
    694694rider@nv:~/vmgl/vmgl.hg$ sudo make install-guest [[BR]]
    695695
     696=== 4.2.4 VMGL UsageNote ===
     697
     698=== 4.2.4.1 VMGL on Dom0 (host) ===
     699
     700# Start the host VMGL stub-daemon [[BR]]
     701rider@cloud:~$ /usr/local/bin/stub-daemon [[BR]]
     702rider@cloud:~$ netstat -tunlp [[BR]]
     703{{{
     704Active Internet connections (only servers)
     705Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
     706tcp        0      0 0.0.0.0:8002            0.0.0.0:*               LISTEN      -               
     707tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -               
     708tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -               
     709tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      29082/stub-daemon ---> VMGL stub-daemon
     710udp        0      0 0.0.0.0:32769           0.0.0.0:*                           -               
     711udp        0      0 0.0.0.0:5353            0.0.0.0:*                           -               
     712}}}
     713
     714=== 4.2.4.2 VMGL on DomU (guest) ===
     715
     716# Set the VMGL environment for VMGL guest [[BR]]
     717rider@nv:~$ sudo vim /etc/profile [[BR]]
     718{{{
     719GLSTUB=Cloud_IP(host):7000
     720LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/vmgl
     721LD_PRELOAD=/usr/local/lib/vmgl/libGL.so
     722export GLSTUB LD_LIBRARY_PATH LD_PRELOAD
     723}}}
     724rider@nv:~$ source /etc/profile [[BR]]
     725
    696726== 4.3 Suspending & Resuming between DomU ==
    697727