Changes between Version 23 and Version 24 of Xen_GPU_cluster
- Timestamp:
- Mar 17, 2009, 11:37:27 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v23 v24 285 285 286 286 = Part 2 Xen PCI(Express) configuration !HowTo = 287 == 2.1 ==287 == 2.1 DEV_IDs confirmation == 288 288 rider@cloud:~$ lspci -vvn [[BR]] 289 289 {{{ 290 01:00.0 0300: 10de:0605 (rev a2) ---> DEV_ID S290 01:00.0 0300: 10de:0605 (rev a2) ---> DEV_IDs 291 291 Subsystem: 1043:82a0 292 292 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- … … 303 303 Kernel modules: nvidia 304 304 }}} 305 rider@cloud:~$ sudo vim /etc/xen/vm01.cfg 306 {{{ 307 #We add a new virtual machine named "vm01". 305 306 rider@cloud:~$ sudo vim /etc/xen/xend-pci-permissive.sxp [[BR]] 307 {{{ 308 (unconstrained_dev_ids 309 #('0123:4567:89AB:CDEF') 310 ('0000:01:00.0' 311 '0000:00:01.0' 312 '0000:00:1d.0' 313 '0000:00:1d.1' 314 '0000:00:1d.2' 315 '0000:00:1d.7') 316 ) 317 }}} 318 rider@cloud:~$ sudo vim /etc/xen/vm01.cfg [[BR]] 319 {{{ 320 # We add a new virtual machine named "vm01". 308 321 309 322 pci =