Browse Source

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

Samuel Thibault 13 years ago
parent
commit
ab9b3fcfbd
1 changed files with 0 additions and 2 deletions
  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) */