X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda%2Fsrc%2Fcpp%2Fmain.cpp;h=495aa65798c73392d725c447588836fe300adc6a;hb=ee885ed84f2ff3d5fb1e7ac41fa3c8879314ee36;hp=3fad4508230608599458964b5b377392ee579b07;hpb=8d08c12b29c2a14684f35c023ee39e694bb80d25;p=GPU.git diff --git a/WCudaMSE/Student_Cuda/src/cpp/main.cpp b/WCudaMSE/Student_Cuda/src/cpp/main.cpp index 3fad450..495aa65 100755 --- a/WCudaMSE/Student_Cuda/src/cpp/main.cpp +++ b/WCudaMSE/Student_Cuda/src/cpp/main.cpp @@ -4,7 +4,7 @@ #include "cudaTools.h" #include "Device.h" -#include "LimitsTools.h" +#include "LimitsTools.h" using std::cout; using std::endl; @@ -49,7 +49,7 @@ int main(void) if (Device::isCuda()) { - Device::printAll(); + Device::printAll(); Device::printAllSimple(); // Server Cuda1: in [0,5] @@ -90,7 +90,7 @@ int start(void) { Device::printCurrent(); - bool IS_TEST = true; + bool IS_TEST = false; if (IS_TEST) {