Skip to content

Commit

Permalink
Drop CUDA artefacts from doc/INSTALL*
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumripper committed Dec 3, 2016
1 parent cf10fbb commit d487761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
13 changes: 1 addition & 12 deletions doc/INSTALL
Expand Up @@ -72,7 +72,7 @@ use that, do it separately:
./configure && make -s clean && make -sj4

./configure should find and enable any extra stuff you have, including OMP,
OpenCL, CUDA and extra libraries mentioned above. The only exception is MPI
OpenCL, and extra libraries mentioned above. The only exception is MPI
which needs the "--enable-mpi" option to be supplied to configure. If something
is missing, it's likely installed in a non-standard location so you'd need to
pass parameters:
Expand Down Expand Up @@ -180,14 +180,3 @@ everything as it were originally:
sudo mv -vi object.h.orig object.h
sudo mv -vi queue.h.orig queue.h
cd -


CUDA on OS X

Download CUDA from Nvidia and install it. If build errors out complaining
about llvm-gcc not found, try this (Homebrew example):

brew install llvm-gcc-28
sudo ln -s /usr/local/Cellar/llvm-gcc28/2.8/bin/llvm-gcc /usr/bin/llvm-gcc-4.2

After that you should be able to build with the default Makefile.
4 changes: 2 additions & 2 deletions doc/INSTALL-UBUNTU
Expand Up @@ -12,9 +12,9 @@

sudo apt-get install yasm libgmp-dev libpcap-dev pkg-config libbz2-dev

==== If you have an NVIDIA GPU (CUDA and OpenCL support)
==== If you have an NVIDIA GPU (OpenCL support)

sudo apt-get install nvidia-cuda-toolkit nvidia-opencl-dev
sudo apt-get install nvidia-opencl-dev

==== If you have an AMD GPU (or want to use CPU as OpenCL device)

Expand Down

0 comments on commit d487761

Please sign in to comment.