JLinX - Blog

Weblog von Jan Linxweiler

How to Install Darwin Calendar Server on Ubuntu

Abgelegt unter: Apple & Mac OS X, Linux — Jannis at 1:01 pm on Freitag, Februar 22, 2008

How to Use CUDA on Linux in Emulation Mode

Abgelegt unter: Development, HPC, Linux — Jannis at 5:11 pm on Dienstag, Februar 19, 2008
  1. Get CUDA Toolkit version 1.1, CUDA SDK version 1.1 for Linux and NVIDIA Driver for Linux with CUDA Support from NVIDIAs CUDA Zone.
  2. Install the Toolkit and the SDK as root by executing the *.run files.
  3. Add the location of the CUDA binaries (nvcc) to your PATH environment variable and the location of the CUDA libraries to your LD_LIBRARY_PATH environment variable:
    export PATH=$PATH:<CUDA_INSTALL_PATH>/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<CUDA_INSTALL_PATH>/lib
  4. If you have no NVIDIA card installed you need to extract the libcuda.so library from the Driver bundle by executing the driver’s .run file with the option
    ‘–extract-only’
    Copy the /lib/*.so files of the driver packages to the other CUDA libraries (/usr/local/cuda/lib).
    Add a symbolic link:
    ’sudo ln -s libcuda.so.169.09 libcuda.so’
    (In my case the lib is named “libcuda.so.169.09″. It my be different on your system.)
  5. Go to the SDK directory and run make with emulation option enabled:
    ‘make emu=1′ or ‘make emu=1 dbg=1′ for debug mode
  6. Run the examples in ./bin/linux/emurelease …  

HAVE FUN! (-;

Zitat des Tages

Abgelegt unter: Zitate — Jannis at 12:44 pm on Samstag, Februar 16, 2008

The only way of finding the limits of the possible is by going beyond them into the impossible.

Arthur C. Clarke

Porterweiterung mit einem Schieberegister

Abgelegt unter: Hardware — Jannis at 10:41 pm on Sonntag, Februar 10, 2008

Serial Port Communication on OS X using Cocoa

Abgelegt unter: Cocoa, Development, Hardware — Jannis at 6:14 pm on Sonntag, Februar 10, 2008

Cocoa Literature List

Abgelegt unter: Cocoa, Development — Jannis at 1:04 am on Samstag, Februar 9, 2008

Cocoa Literature List

Cocoa - Objective-C 2.0

Abgelegt unter: Cocoa, Development — Jannis at 12:55 am on Samstag, Februar 9, 2008

 

Mac Tricks And Tips

Abgelegt unter: Apple & Mac OS X — Jannis at 11:00 pm on Dienstag, Februar 5, 2008

Mac Tricks And Tips released a list of the Top 100 Essential Mac Applications.

CUDA Programming

Abgelegt unter: Development, HPC — Jannis at 10:55 am on Dienstag, Februar 5, 2008
  • cuda bin files are device only files that have no host code

Design Patterns Resource

Abgelegt unter: Development, Patterns — Jannis at 10:34 am on Dienstag, Februar 5, 2008

101 Design Patterns & Tips for Developers

Nächste Seite »