Explorar el Código

forwardport r6997 from 1.0: fix bus calibration for more than 32 cpus

Samuel Thibault hace 13 años
padre
commit
ab9b3fcfbd
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/core/perfmodel/perfmodel_bus.c

+ 0 - 2
src/core/perfmodel/perfmodel_bus.c

@@ -44,8 +44,6 @@
 #define SIZE	(32*1024*1024*sizeof(char))
 #define NITER	128
 
-#define MAXCPUS	STARPU_MAXCPUS
-
 static void starpu_force_bus_sampling(void);
 
 /* timing is in µs per byte (i.e. slowness, inverse of bandwidth) */