Changes between Version 24 and Version 25 of Xen_GPU_cluster


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_GPU_cluster

    v24 v25  
    318318rider@cloud:~$ sudo vim /etc/xen/vm01.cfg [[BR]]
    319319{{{
    320 # We add a new virtual machine named "vm01".
    321 
    322 pci =
    323 ['01:00.0', '00:01.0', '00:1d.0', '00:1d.1', '00:1d.2', '00:1d.7']
     320# We add a new virtual machine named "vm01",and pci_ids configuration example is as below.
     321
     322pci =['01:00.0', '00:01.0', '00:1d.0', '00:1d.1', '00:1d.2', '00:1d.7']
    324323}}}
    325324