Changes between Version 22 and Version 23 of Xen_GPU_cluster


Ignore:
Timestamp:
Mar 17, 2009, 11:24:53 AM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v22 v23  
    284284}}}
    285285
    286 
    287 = Part 2 CUDA !HowTo =
    288 == 2.1 NVIDIA CUDA Example ==
     286= Part 2 Xen PCI(Express) configuration !HowTo =
     287== 2.1  ==
     288rider@cloud:~$ lspci -vvn [[BR]]
     289{{{
     29001:00.0 0300: 10de:0605 (rev a2)  ---> DEV_IDS
     291        Subsystem: 1043:82a0
     292        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
     293        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
     294        Latency: 0, Cache Line Size: 64 bytes
     295        Interrupt: pin A routed to IRQ 16
     296        Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
     297        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
     298        Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
     299        Region 5: I/O ports at dc80 [size=128]
     300        Expansion ROM at fea00000 [disabled] [size=128K]
     301        Capabilities: <access denied>
     302        Kernel driver in use: nvidia
     303        Kernel modules: nvidia
     304}}}
     305rider@cloud:~$ sudo vim /etc/xen/vm01.cfg
     306{{{
     307#We add a new virtual machine named "vm01".
     308
     309pci =
     310['01:00.0', '00:01.0', '00:1d.0', '00:1d.1', '00:1d.2', '00:1d.7']
     311}}}
     312
     313{{{
     31401:00.0 --> PCI Express
     31500:01.0 --> PCI bridge: Intel Corporation 82Q35 Express PCI Express Root Port
     31600:1d.0 --> USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller
     31700:1d.1 --> USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller
     31800:1d.2 --> USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller
     31900:1d.7 --> USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller
     320}}}
     321
     322= Part 3 CUDA !HowTo =
     323== 3.1 NVIDIA CUDA Example ==
    289324For example: [[BR]]
    290325Choose an example from /opt/NVIDIA_CUDA_SDK/projects [[BR]]