Skip to content

Commit

Permalink
not for cudpp compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan M. Bergmann committed Apr 10, 2017
1 parent 83ec13e commit a4a9e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/userguide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ \section{Dependencies of WARP}
parallel sort, can, and reduction.

CUDPP can be downloaded at \url{http://cudpp.github.io/} with documentation available at
\url{http://cudpp.github.io/cudpp/2.2/}. When downloading the external dependencies, make sure to use a modergpu version {\bf less than} 2.0. On this release, the code structure changed, and cudpp does not find the files it needs.
\url{http://cudpp.github.io/cudpp/2.2/}. When downloading the external dependencies, make sure to use a modergpu version {\bf less than} 2.0. On this release, the code structure changed, and cudpp does not find the files it needs. Also, be sure to set \begin{verbatim}CUDPP_BUILD_SHARED_LIBS=ON\end{verbatim} in cmake/ccmake when building.

\item[SWIG]\index{SWIG}$\ge$ 1.3.40 \\
SWIG is an interface compiler that connects programs written in C/C\texttt{++} with scripting languages
Expand Down

0 comments on commit a4a9e21

Please sign in to comment.