From a4a9e21de0c25bb5217d0c8a49608be9e7496d65 Mon Sep 17 00:00:00 2001 From: "Ryan M. Bergmann" Date: Mon, 10 Apr 2017 17:58:44 +0200 Subject: [PATCH] not for cudpp compilation --- userguide/userguide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/userguide.tex b/userguide/userguide.tex index 71e233b..647f584 100644 --- a/userguide/userguide.tex +++ b/userguide/userguide.tex @@ -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