浏览代码

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

Cédric Augonnet 15 年之前
父节点
当前提交
7a723587b9
共有 1 个文件被更改,包括 0 次插入4 次删除
  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__