Difference for src/ComputePme.C from version 1.221 to 1.222

version 1.221version 1.222
Line 67
Line 67
 #include <cuda_runtime.h> #include <cuda_runtime.h>
 #include <cuda.h> #include <cuda.h>
 void cuda_errcheck(const char *msg); void cuda_errcheck(const char *msg);
  #ifdef WIN32
  #define __thread __declspec(thread)
  #endif
 extern __thread DeviceCUDA *deviceCUDA; extern __thread DeviceCUDA *deviceCUDA;
 #endif #endif
  
Line 577
Line 580
 #endif #endif
  
 int isPmeProcessor(int p){  int isPmeProcessor(int p){ 
    SimParameters *simParams = Node::Object()->simParameters;
    if (simParams->usePMECUDA) {
      return 0;
    } else {
   return pencilPMEProcessors[p];   return pencilPMEProcessors[p];
 } }
  }
  
 class NodePmeMgr : public CBase_NodePmeMgr { class NodePmeMgr : public CBase_NodePmeMgr {
 public: public:


Legend:
Removed in v.1.221 
changed lines
 Added in v.1.222



Made by using version 1.53 of cvs2html