|
@@ -182,6 +182,9 @@ int _starpu_wait_data_request_completion(struct _starpu_data_request *r, unsigne
|
|
|
/* this is non blocking */
|
|
|
void _starpu_post_data_request(struct _starpu_data_request *r, unsigned handling_node)
|
|
|
{
|
|
|
+ /* We don't have a worker for disk nodes, these should have been posted to a main RAM node */
|
|
|
+ STARPU_ASSERT(starpu_node_get_kind(handling_node) != STARPU_DISK_RAM);
|
|
|
+
|
|
|
// _STARPU_DEBUG("POST REQUEST\n");
|
|
|
|
|
|
/* If some dependencies are not fulfilled yet, we don't actually post the request */
|