Explorar el Código

We must not redefine STARPU_NMAXCPUS since it is determined at configure time.

Cédric Augonnet hace 15 años
padre
commit
7a723587b9
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/drivers/cpu/driver_cpu.h

+ 0 - 4
src/drivers/cpu/driver_cpu.h

@@ -28,8 +28,4 @@
 
 void *_starpu_cpu_worker(void *);
 
-#ifndef STARPU_NMAXCPUS
-#define STARPU_NMAXCPUS       4
-#endif
-
 #endif //  __DRIVER_CPU_H__