Skip to content
forked from udacity/cs344

Introduction to Parallel Programming class code

Notifications You must be signed in to change notification settings

yihonglyu/cs344

This branch is 1 commit behind udacity/cs344:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea71271 · Apr 28, 2015
Mar 26, 2013
Jul 29, 2014
Jul 30, 2014
Apr 27, 2015
Jul 29, 2014
Feb 8, 2014
Feb 8, 2014
Feb 8, 2014

Repository files navigation

cs344

Introduction to Parallel Programming class code

Building on OS X

These instructions are for OS X 10.9 "Mavericks".

  • Step 1. Build and install OpenCV. The best way to do this is with Homebrew. However, you must slightly alter the Homebrew OpenCV installation; you must build it with libstdc++ (instead of the default libc++) so that it will properly link against the nVidia CUDA dev kit. This entry in the Udacity discussion forums describes exactly how to build a compatible OpenCV.

  • Step 2. You can now create 10.9-compatible makefiles, which will allow you to build and run your homework on your own machine:

mkdir build
cd build
cmake ..
make

About

Introduction to Parallel Programming class code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 45.8%
  • C++ 45.6%
  • Makefile 4.4%
  • CMake 2.5%
  • C 1.7%