sphere

GPU-based 3D discrete element method algorithm with optional fluid coupling
git clone git://src.adamsgaard.dk/sphere
Log | Files | Refs | LICENSE

commit 4c7e0bd57aa76335d1c91055983d9095b6e5164f
parent bfa63efbda90b8d4ae3d19bbb6c1e5fff2dbf9ee
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Wed, 19 Dec 2012 13:45:49 +0100

CUDA set as required in cmake

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -11,7 +11,7 @@ PROJECT(sphere_CUDA) CMAKE_MINIMUM_REQUIRED(VERSION 2.8) # Find CUDA -FIND_PACKAGE(CUDA) +FIND_PACKAGE(CUDA REQUIRED) # Find OpenMP FIND_PACKAGE(OpenMP)