Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 379 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 379 Bytes

miniBUDE CUDA

This is a GPU implementation of miniBUDE using CUDA.

Building

Select the compiler you want to use and pass it to Make:

make COMPILER=GNU

The supported compilers names are: CRAY, GNU, INTEL, PGI.

Running

This implementation has no special run-time options. The -n and -i parameters are available. Run bude -h for a help message.