From 4f3532a973c059c7010badeee169497fc721e6e5 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 21 Feb 2023 20:03:25 +0100
Subject: [PATCH] testing: Comment the laswp for now

---
 testing/testing_zgetrf.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/testing/testing_zgetrf.c b/testing/testing_zgetrf.c
index 08c13b926..e075741c3 100644
--- a/testing/testing_zgetrf.c
+++ b/testing/testing_zgetrf.c
@@ -2,7 +2,7 @@
  *
  * @file testing_zgetrf.c
  *
- * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2019-2023 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
@@ -13,7 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
- * @date 2022-02-22
+ * @date 2023-02-21
  * @precisions normal z -> c d s
  *
  */
@@ -97,6 +97,7 @@ testing_zgetrf_desc( run_arg_list_t *args, int check )
             CHAMELEON_zplrnt_Tile( descA0, seedA );
         }
 
+#if 0
         /* Compute the permutation of A0: P * A0 */
         if ( CHAMELEON_Comm_rank() == 0 ) {
             int i, j;
@@ -111,8 +112,8 @@ testing_zgetrf_desc( run_arg_list_t *args, int check )
         }
 
         CHAMELEON_zlacpy_Tile( ChamUpperLower, descA0c, descA0 );
+#endif
         CHAMELEON_Desc_Destroy( &descA0c );
-
         hres += check_zxxtrf( args, ChamGeneral, ChamUpperLower,
                               descA0, descA );
 
-- 
GitLab