simonboots / OpenSteerCUDA

CUDA port of OpenSteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An OpenSteer CUDA port

This is the source code of a CUDA-enhanced version of OpenSteer.

Requirements

  • Install CUDA 2.3 drivers, tools and SDK

  • In /Developer/GPU Computing/C run make i386=1 x86_64=0

  • Make sure to run the Application with the LD_LIBRARY_PATH environment variable set to /usr/local/cuda/lib

Important notes

  • As I don't have any Windows or Linux computers I wasn't able to update the project files for these two platforms. So far, only the Xcode project files for Mac OS X are working!

  • This project is part of my bachelor's thesis which can be found here.

  • The nvcc compiler is expected to live in /usr/local/cuda/bin

  • All *.cu files are automatically compiled using nvcc (defined by build rule).

About

CUDA port of OpenSteer

License:Other


Languages

Language:C++ 95.7%Language:C 4.3%