Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f175b885 authored by PRUVOST Florent's avatar PRUVOST Florent Committed by Mathieu Faverge
Browse files

Enable insert_task_zlacpy_on_remote_node

parent 3ff640a2
No related branches found
No related tags found
1 merge request!483Enable insert_task_zlacpy_on_remote_node
...@@ -151,7 +151,7 @@ void INSERT_TASK_zlacpyx( const RUNTIME_option_t *options, ...@@ -151,7 +151,7 @@ void INSERT_TASK_zlacpyx( const RUNTIME_option_t *options,
if ( (uplo == ChamUpperLower) && if ( (uplo == ChamUpperLower) &&
(tileA->m == m) && (tileA->n == n) && (tileA->m == m) && (tileA->n == n) &&
(tileB->m == m) && (tileB->n == n) && (tileB->m == m) && (tileB->n == n) &&
(displA == 0) && (displB == 0) && 0 ) (displA == 0) && (displB == 0) )
{ {
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI)
insert_task_zlacpy_on_remote_node( options, insert_task_zlacpy_on_remote_node( options,
...@@ -227,7 +227,7 @@ void INSERT_TASK_zlacpy( const RUNTIME_option_t *options, ...@@ -227,7 +227,7 @@ void INSERT_TASK_zlacpy( const RUNTIME_option_t *options,
/* Insert the task */ /* Insert the task */
if ( (uplo == ChamUpperLower) && if ( (uplo == ChamUpperLower) &&
(tileA->m == m) && (tileA->n == n) && (tileA->m == m) && (tileA->n == n) &&
(tileB->m == m) && (tileB->n == n) && 0 ) (tileB->m == m) && (tileB->n == n) )
{ {
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI)
insert_task_zlacpy_on_remote_node( options, insert_task_zlacpy_on_remote_node( options,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment