Installation
Before you begin
MUST is written in CUDA-C++. NVIDIA GPUs with a minimum compute capability of 6.0 are required. (You can check the compute capability on the website "https://developer.nvidia.com/cuda-gpus".) The CUDA Toolkit, version 8.0 or higher, should be installed before compiling this software.
Decompress the package
Decompress the installation package first, and then enter the folder.
tar -zxvf must_v1.1.0.tar.gz
cd must-master
Compilation
Compile and install the binaries to the "bin" directory.
make clean
make