Colorize and gcc-ize the output of nvcc, NVIDIA's CUDA C compiler.
nvcc outputs warning and error messages in the format:
filename(linenum): status: message
gcc outputs warning and error messages in the format:
filename:linenum: status: message
colornvcc reformats nvcc messages to look like the gcc format. Some color is also added to simplify debugging.
Please refer to the INSTALL
file.
If you have installed colornvcc, go to the test
folder and simply type:
$ make