NBA icon indicating copy to clipboard operation
NBA copied to clipboard

export NBA_USE_CUDA instead of USE_CUDA ?

Open lmingcsce opened this issue 8 years ago • 0 comments

I guess there's a typo in docs/gsg/build.rst.

In order to test CPU-only version without CUDA installation, it should export NBA_USE_CUDA instead of USE_CUDA.

The Snakefile is written as follows: USE_CUDA = bool(int(os.getenv('NBA_USE_CUDA', 1))).

lmingcsce avatar Feb 09 '17 22:02 lmingcsce