@@ -28,6 +28,7 @@
#include <starpu_scheduler.h>
#include <starpu_bitmap.h>
#include "prio_deque.h"
+#include <limits.h>
#include <common/fxt.h>
#include <core/workers.h>
@@ -16,6 +16,7 @@
#include <starpu_sched_component.h>
void starpu_initialize_prio_center_policy(unsigned sched_ctx_id)
{
#define _STARPU_SCHED_NTASKS_THRESHOLD_DEFAULT 4
#define _STARPU_SCHED_EXP_LEN_THRESHOLD_DEFAULT 1000000000.0
@@ -17,6 +17,7 @@
/* Random scheduler with a fifo queue for its scheduling window */
#define _STARPU_SCHED_NTASKS_THRESHOLD_DEFAULT 2
@@ -19,6 +19,7 @@
/* Work stealing policy */
#include <float.h>
#include <sched_policies/prio_deque.h>