Changes between Version 43 and Version 44 of Xen_GPU_cluster
- Timestamp:
- Mar 27, 2009, 11:37:02 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v43 v44 15 15 16 16 = Part 1 Build essential environment = 17 17 18 == 1.1 - Basic Environment == 18 19 # NVIDIA CUDA driver # [[BR]] … … 277 278 278 279 = Part 2 Xen PCI Express configuration !HowTo = 280 279 281 == 2.1 Xen_Kernel_config == 280 282 {{{ … … 286 288 }}} 287 289 == 2.2 DEV_IDs confirmation == 288 rider@cloud:~$ lspci -vvn [[BR]]289 {{{ 290 01:00.0 0300: 10de:0605 (rev a2) ---> vendorID + DEV_IDs290 rider@cloud:~$ sudo lspci -vvn [[BR]] 291 {{{ 292 01:00.0 0300: 10de:0605 (rev a2) ---> ---> vendorID + DEV_IDs 291 293 Subsystem: 1043:82a0 292 Control: I/O + Mem+ BusMaster+SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-294 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- 293 295 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- 294 Latency: 0, Cache Line Size: 64 bytes295 296 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]297 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [disabled] [size=16M] 298 Region 1: Memory at d0000000 (64-bit, prefetchable) [disabled] [size=256M] 299 Region 3: Memory at fa000000 (64-bit, non-prefetchable) [disabled] [size=32M] 300 Region 5: I/O ports at dc80 [disabled] [size=128] 300 301 Expansion ROM at fea00000 [disabled] [size=128K] 301 Capabilities: <access denied> 302 Capabilities: [60] Power Management version 3 303 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) 304 Status: D0 PME-Enable- DSel=0 DScale=0 PME- 305 Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- 306 Address: 0000000000000000 Data: 0000 307 Capabilities: [78] Express (v1) Endpoint, MSI 00 308 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us 309 ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- 310 DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported- 311 RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ 312 MaxPayload 128 bytes, MaxReadReq 512 bytes 313 DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- 314 LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us 315 ClockPM- Suprise- LLActRep- BwNot- 316 LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ 317 ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- 318 LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- 302 319 Kernel driver in use: nvidia 303 Kernel modules: nvidia 304 }}} 305 320 Kernel modules: nvidia, nvidiafb 321 }}} 306 322 307 323 == 2.3 PCI Backend Configuration == 308 324 === 2.3.1 Binding at Boot === 325 # Important: You'll need to unload the NVIDIA driver before setting up the pci-backend. [[BR]] 326 rider@cloud:~$ sudo modprobe -r nvidia [[BR]] 309 327 rider@cloud:~$ sudo vim /boot/grub/menu.lst [[BR]] 310 328 {{{ … … 344 362 # <vendor>:<device>[:<subvendor>:<subdevice>] 345 363 346 ('10 DE:0605' # NVIDIA 9800GT364 ('10de:0605' # NVIDIA 9800GT 347 365 ) 348 366 )