Changes between Version 39 and Version 40 of Xen_GPU_cluster
- Timestamp:
- Mar 23, 2009, 4:37:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_GPU_cluster
v39 v40 342 342 root@cloud:~$ echo -n "0000:01:00.0" > /sys/bus/pci/drivers/pciback/bind [[BR]] 343 343 344 # We have an initialization script called "xen_nvidia.sh" to invoke the PCIE device at startup. [[BR]] 345 344 346 root@cloud:~$ cat /sys/bus/pci/drivers/pciback/slots [[BR]] 345 {{{ 347 {{{ 346 348 0000:01:00.0 347 349 }}} 348 350 rider@cloud:~$ sudo vim /boot/grub/menu.lst [[BR]] 349 351 {{{ 352 For dom0 only: 350 353 module /boot/vmlinuz-2.6.22.9 root=UUID=d3fa560e-7071-46d8-a168-036f40960c7b ro console=tty0 pciback.permissive pciback.hide=(01:00:0) 351 354 }}} 352 root@cloud:~$ exit [[BR]]353 355 rider@cloud:/etc/xen$ sudo xm create vm01.cfg[[BR]] 354 356 rider@cloud:/etc/xen$ dmesg | grep pciback [[BR]] … … 394 396 == 3.2 Running CUDA Example on !VirtualMachine == 395 397 398 Step1: [[BR]] 399 # !VirtualMachine startup [[BR]] 400 rider@cloud:~$ sudo xm create cuda.cfg [[BR]] 401 402 Step2: [[BR]] 403 # Remote login [[BR]] 404 rider@350Z:~$ ssh 140.xxx.xxx.xxx [[BR]] 405 # Local login [[BR]] 406 rider@cloud:~$ sudo xm console cuda [[BR]] 407 408 Step3: [[BR]] 409 # NVIDIA CUDA toolkit & sdk installation. Reference: Chapter1: 1.1 - Basic Environment [[BR]] 410 411 Step4: [[BR]] 412 # Build your own cuda project or cuda example running test. Reference: Chapter3: 3.3 - Running CUDA Example on Xen [[BR]] 413 414 396 415 == 3.3 Running CUDA Example on Xen == 397 416