Changes between Version 39 and Version 40 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 23, 2009, 4:37:11 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v39 v40  
    342342root@cloud:~$ echo -n "0000:01:00.0" > /sys/bus/pci/drivers/pciback/bind [[BR]]
    343343
     344# We have an initialization script called "xen_nvidia.sh" to invoke the PCIE device at startup. [[BR]]
     345
    344346root@cloud:~$ cat /sys/bus/pci/drivers/pciback/slots [[BR]]
    345 {{{
     347{{{ 
    3463480000:01:00.0
    347349}}}
    348350rider@cloud:~$ sudo vim /boot/grub/menu.lst [[BR]]
    349351{{{
     352For dom0 only:
    350353module  /boot/vmlinuz-2.6.22.9 root=UUID=d3fa560e-7071-46d8-a168-036f40960c7b ro console=tty0 pciback.permissive pciback.hide=(01:00:0)
    351354}}}
    352 root@cloud:~$ exit [[BR]]
    353355rider@cloud:/etc/xen$ sudo xm create vm01.cfg[[BR]]
    354356rider@cloud:/etc/xen$ dmesg | grep pciback [[BR]]
     
    394396== 3.2 Running CUDA Example on !VirtualMachine ==
    395397
     398Step1: [[BR]]
     399# !VirtualMachine startup [[BR]]
     400rider@cloud:~$ sudo xm create cuda.cfg [[BR]]
     401
     402Step2: [[BR]]
     403# Remote login [[BR]]
     404rider@350Z:~$ ssh 140.xxx.xxx.xxx [[BR]]
     405# Local login [[BR]]
     406rider@cloud:~$ sudo xm console cuda [[BR]]
     407
     408Step3: [[BR]]
     409# NVIDIA CUDA toolkit & sdk installation. Reference: Chapter1: 1.1 - Basic Environment [[BR]]
     410
     411Step4: [[BR]]
     412# Build your own cuda project or cuda example running test. Reference: Chapter3: 3.3 - Running CUDA Example on Xen [[BR]]
     413
     414
    396415== 3.3 Running CUDA Example on Xen ==
    397416