|
@@ -100,7 +100,7 @@ void variable_size_data_register(starpu_data_handle_t *handleptr, unsigned x, un
|
|
|
|
|
|
vsinterface.size = FULLSIZE * (starpu_lrand48() % 1024 + 1024) / 2048. * (N-sqrt(abs((int)x-(int)y)*N)) / N;
|
|
vsinterface.size = FULLSIZE * (starpu_lrand48() % 1024 + 1024) / 2048. * (N-sqrt(abs((int)x-(int)y)*N)) / N;
|
|
|
|
|
|
- vsinterface.size -= interface.size & (65536-1);
|
|
+ vsinterface.size -= vsinterface.size & (65536-1);
|
|
|
|
|
|
_starpu_simgrid_data_new(vsinterface.size);
|
|
_starpu_simgrid_data_new(vsinterface.size);
|
|
|
|
|