From bcb183f719cc00b0c6b3184fe5b0f89efffdb298 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 30 Jun 2023 14:30:41 +0200
Subject: [PATCH] testing/check: Add a warning on the fact that A must be fully
 initialized for the check.

---
 testing/testing_zcheck_facto.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testing/testing_zcheck_facto.c b/testing/testing_zcheck_facto.c
index 5d6f5dfa1..03e709488 100644
--- a/testing/testing_zcheck_facto.c
+++ b/testing/testing_zcheck_facto.c
@@ -254,6 +254,7 @@ int check_zxxtrf( run_arg_list_t *args, cham_mtxtype_t matrix_type, cham_uplo_t
     }
         break;
 
+        /* WARNING: A must be fully initialized and not just the correct triangular part */
 #if defined(PRECISION_z) || defined(PRECISION_c)
     case ChamHermitian:
         Anorm = CHAMELEON_zlanhe_Tile( ChamOneNorm, uplo, descA );
-- 
GitLab