From 812200f7d7e6938f6c7ff41c7e4204bbc563d6cf Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 28 Jul 2015 17:34:41 +0000 Subject: [PATCH] distribute data for descL in getrf_incpiv_tile --- timing/time_zgetrf_incpiv_tile.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/timing/time_zgetrf_incpiv_tile.c b/timing/time_zgetrf_incpiv_tile.c index b6cc4abbe..0aea8a953 100644 --- a/timing/time_zgetrf_incpiv_tile.c +++ b/timing/time_zgetrf_incpiv_tile.c @@ -30,7 +30,7 @@ RunTest(int *iparam, double *dparam, morse_time_t *t_) MORSE_desc_t *descL; int *piv; PASTE_CODE_IPARAM_LOCALS( iparam ); - + if ( M != N && check ) { fprintf(stderr, "Check cannot be perfomed with M != N\n"); check = 0; @@ -48,11 +48,11 @@ RunTest(int *iparam, double *dparam, morse_time_t *t_) PASTE_CODE_ALLOCATE_MATRIX_TILE( descX, check, MORSE_Complex64_t, MorseComplexDouble, LDB, M, NRHS ); PASTE_CODE_ALLOCATE_MATRIX_TILE( descAC, check, MORSE_Complex64_t, MorseComplexDouble, LDA, M, N ); PASTE_CODE_ALLOCATE_MATRIX_TILE( descB, check, MORSE_Complex64_t, MorseComplexDouble, LDB, M, NRHS ); - + MORSE_zplrnt_Tile(descA, 3456); /* Allocate Workspace */ - MORSE_Alloc_Workspace_zgesv_incpiv_Tile(min(M,N), &descL, &piv); + MORSE_Alloc_Workspace_zgesv_incpiv_Tile(min(M,N), &descL, &piv, P, Q); /* Save A for check */ if (check == 1){ -- GitLab