ComputationalRadiationPhysics / cuda_memtest

Fork of CUDA GPU memtest :eyeglasses:
http://sourceforge.net/projects/cudagpumemtest
110 stars 31 forks source link

Code Cleanup & PThreads #2

Closed ax3l closed 9 years ago

ax3l commented 9 years ago

CMake: Add Correct Warning and Fix missing -pthread. -pthread was missing in make VERBOSE=1 and caused undefined symbols on Hypnos with gcc 4.8.2 .

Fix (un)singed compares and return types: Warnings seen with -Wall on gcc 4.8.2 .