Skip to content

Commit

Permalink
New version is ready. Moved the GPUchoice to a preprocessor directive…
Browse files Browse the repository at this point in the history
… (duh). Euler is commented well. Serves as the documentation for the entire package.
  • Loading branch information
OSUmageed committed May 3, 2017
1 parent 46fefb2 commit 093234a
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 55 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Navigate to the folder, 'make' the executable and run the deviceQuery program.

__OR__ if MATLAB is available, you can open matlab and type gpuDevice in the command line. You can also see the number of GPUs in your environment with gpuDeviceCount and feed the index to gpuDevice to query individual GPUs.

If using a GPU numbered other than 0: change the GPUNUM preprocessor variable in each source code file.

3. Open the Makefile in the SweptSource folder and change the compute_ and sm_ numbers in CUDAFLAGS to your compute capability.

4. Make sure the nvcc compiler is on your shell path. On Linux it should be in: /usr/local/cuda/bin
Expand Down
Loading

0 comments on commit 093234a

Please sign in to comment.