18 #ifndef __DRIVER_COMMON_H__ 19 #define __DRIVER_COMMON_H__ 24 #include <starpu_util.h> 28 void _starpu_driver_start_job(
struct _starpu_worker *args,
struct _starpu_job *j,
struct starpu_perfmodel_arch* perf_arch,
29 int rank,
int profiling);
31 int rank,
int profiling);
33 struct starpu_perfmodel_arch* perf_arch,
int profiling);
35 struct starpu_task *_starpu_get_worker_task(
struct _starpu_worker *args,
int workerid,
unsigned memnode);
36 int _starpu_get_multi_worker_task(
struct _starpu_worker *workers,
struct starpu_task ** tasks,
int nworker,
unsigned memnode);
37 #endif // __DRIVER_COMMON_H__