ForestClaw / forestclaw

Quadtree/octree adaptive PDE solver based based on p4est.
http://www.forestclaw.org
BSD 2-Clause "Simplified" License
58 stars 21 forks source link

Fix CUDA tests for external projects #226

Closed scottaiton closed 1 year ago

scottaiton commented 1 year ago

The CMAKE_CUDA_ARCHITECTURES cache variable wasn't propagating correctly to the external project in CMake, switched to specifying the architecture in the CUDAARCHS environment variable instead.