|
@@ -27,7 +27,7 @@ static void _try_resizing(unsigned *sched_ctxs, int nsched_ctxs, int *workers, i
|
|
/* for vite */
|
|
/* for vite */
|
|
int ns = sched_ctxs == NULL ? sc_hypervisor_get_nsched_ctxs() : nsched_ctxs;
|
|
int ns = sched_ctxs == NULL ? sc_hypervisor_get_nsched_ctxs() : nsched_ctxs;
|
|
#ifdef STARPU_SC_HYPERVISOR_DEBUG
|
|
#ifdef STARPU_SC_HYPERVISOR_DEBUG
|
|
- printf("resize_no = %u %d ctxs\n", resize_no, ns);
|
|
|
|
|
|
+ printf("resize_no = %lu %d ctxs\n", resize_no, ns);
|
|
#endif
|
|
#endif
|
|
if(ns <= 0) return;
|
|
if(ns <= 0) return;
|
|
|
|
|