From 99bd8fca91b5f827d641c18d1aee41d6c189d8af Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 5 Dec 2022 11:52:10 +0100
Subject: [PATCH] Fix authors naming

---
 CMakeLists.txt                              | 1 +
 cmake_modules/local_subs.py                 | 1 +
 compute/pzgelqfrh.c                         | 1 +
 compute/pzgemm.c                            | 1 +
 compute/pzgenm2.c                           | 1 +
 compute/pzgeqrf_param.c                     | 1 +
 compute/pzgeqrfrh.c                         | 1 +
 compute/pzgetrf_incpiv.c                    | 1 +
 compute/pzhemm.c                            | 1 +
 compute/pzhetrd_he2hb.c                     | 1 +
 compute/pzlacpy.c                           | 1 +
 compute/pzlange.c                           | 1 +
 compute/pzlansy.c                           | 1 +
 compute/pzplghe.c                           | 2 +-
 compute/pzplgsy.c                           | 2 +-
 compute/pzsymm.c                            | 2 ++
 compute/pztile2band.c                       | 1 +
 compute/pzunglq.c                           | 1 +
 compute/pzunglq_param.c                     | 1 +
 compute/pzunglqrh.c                         | 1 +
 compute/pzungqr.c                           | 1 +
 compute/pzungqr_param.c                     | 1 +
 compute/pzungqrrh.c                         | 1 +
 compute/pzunmlq.c                           | 1 +
 compute/pzunmlq_param.c                     | 1 +
 compute/pzunmlqrh.c                         | 1 +
 compute/pzunmqr.c                           | 1 +
 compute/pzunmqr_param.c                     | 1 +
 compute/pzunmqrrh.c                         | 1 +
 compute/zgels.c                             | 1 +
 compute/zgels_param.c                       | 1 +
 compute/zgetrf_nopiv.c                      | 1 +
 compute/zlatms.c                            | 1 +
 compute/zplghe.c                            | 3 ++-
 compute/zplgsy.c                            | 2 +-
 compute/ztradd.c                            | 1 +
 compute/zunglq.c                            | 1 +
 compute/zunglq_param.c                      | 1 +
 compute/zungqr.c                            | 1 +
 compute/zunmqr.c                            | 1 +
 control/chameleon_zf77.c                    | 1 +
 control/compute_z.h                         | 1 +
 coreblas/compute/core_ztile.c               | 1 +
 coreblas/compute/core_ztile_empty.c         | 1 +
 coreblas/compute/global.c                   | 1 +
 coreblas/include/coreblas/coreblas_ztile.h  | 1 +
 cudablas/compute/cudaglobal.c               | 1 +
 include/chameleon/constants.h               | 1 +
 include/chameleon/tasks_z.h                 | 2 ++
 runtime/openmp/codelets/codelet_zlacpy.c    | 1 +
 runtime/openmp/codelets/codelet_zsymm.c     | 1 +
 runtime/parsec/codelets/codelet_zlacpy.c    | 1 +
 runtime/parsec/codelets/codelet_zsymm.c     | 1 +
 runtime/quark/codelets/codelet_zlacpy.c     | 1 +
 runtime/quark/codelets/codelet_zsymm.c      | 1 +
 runtime/starpu/codelets/codelet_zcallback.c | 1 +
 runtime/starpu/codelets/codelet_zgemm.c     | 1 +
 runtime/starpu/codelets/codelet_zgersum.c   | 1 +
 runtime/starpu/codelets/codelet_zlacpy.c    | 1 +
 runtime/starpu/codelets/codelet_zsymm.c     | 1 +
 runtime/starpu/include/runtime_codelet_z.h  | 1 +
 testing/chameleon_ztesting.c                | 5 +++--
 testing/parameters.c                        | 1 +
 testing/run_list.c                          | 1 +
 testing/testing_zcesca.c                    | 1 +
 testing/testing_zcheck_aux.c                | 1 +
 testing/testing_zgeadd.c                    | 1 +
 testing/testing_zgenm2.c                    | 1 +
 testing/testing_zgram.c                     | 1 +
 testing/testing_zlacpy.c                    | 2 ++
 testing/testing_zlange.c                    | 1 +
 testing/testing_zlanhe.c                    | 1 +
 testing/testing_zlansy.c                    | 1 +
 testing/testing_zlantr.c                    | 1 +
 testing/testing_zlascal.c                   | 1 +
 testing/testing_zlauum.c                    | 2 ++
 testing/testing_zpotrf.c                    | 1 +
 testing/testing_zpotrs.c                    | 1 +
 testing/testing_ztradd.c                    | 1 +
 testing/testing_ztrtri.c                    | 1 +
 testing/testings.h                          | 1 +
 testing/vendor_ztesting.c                   | 1 +
 82 files changed, 89 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b00b6d5e..21b0dc0c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@
 #  @author Raphael Boucherie
 #  @author Samuel Thibault
 #  @author Guillaume Sylvand
+#  @author Alycia Lisito
 #  @date 2022-02-22
 #
 ###
diff --git a/cmake_modules/local_subs.py b/cmake_modules/local_subs.py
index 54c37c11f..2db77f2e8 100644
--- a/cmake_modules/local_subs.py
+++ b/cmake_modules/local_subs.py
@@ -10,6 +10,7 @@
  @author Mathieu Faverge
  @author Florent Pruvost
  @author Nathalie Furmento
+ @author Alycia Lisito
  @date 2022-02-22
 
 """
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index d192c978c..7ae3dd4dc 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -22,6 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index ef5abf9f8..92413dae0 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -18,6 +18,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgenm2.c b/compute/pzgenm2.c
index bb440cc2d..c07cdd0e3 100644
--- a/compute/pzgenm2.c
+++ b/compute/pzgenm2.c
@@ -15,6 +15,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Dalal Sukkari
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index d2bd084d2..7f62e2ff3 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index 21c1b43ed..2bce76b27 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -22,6 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index 1b61fa1e6..f268537e1 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -21,6 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index e468fff93..d70c71995 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -18,6 +18,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 600e1ec7b..b674a7d36 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -16,6 +16,7 @@
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index 280ff8473..776e99d96 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -18,6 +18,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzlange.c b/compute/pzlange.c
index 833b0f695..122705c8d 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -17,6 +17,7 @@
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index 1472f0a69..46bb254ed 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -17,6 +17,7 @@
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index e7fb72605..dea925082 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -15,7 +15,7 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @author Rade Mathis
+ * @author Mathis Rade
  * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index da20a3749..bb950fc7f 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -15,7 +15,7 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @author Rade Mathis
+ * @author Mathis Rade
  * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index e39d9f6e2..68de9ef8c 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -18,6 +18,8 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
+ * @author Romain Peressoni
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index a6647b9f8..8e59183df 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -15,6 +15,7 @@
  * @author Azzam Haidar
  * @author Gregoire Pichon
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index 42f623cb2..ddc8635c0 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -22,6 +22,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 1f1963cee..5459cb18f 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index f904846cd..420a58960 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -20,6 +20,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index cb4b8e967..851af2c14 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -21,6 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 2f5c24983..0581f40e5 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index e48b37ba1..435dac49f 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -22,6 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index 43e695fc6..6218802c3 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -23,6 +23,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index 3acb7af52..26416a42b 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index af977675d..3afc6de8a 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -22,6 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index 17839a541..312767a9d 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -23,6 +23,7 @@
  * @author Florent Pruvost
  * @author Raphael Boucherie
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index e2507120b..8f906bd76 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index 6ec5691ce..76e7e0ed7 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -22,6 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zgels.c b/compute/zgels.c
index 7378766c6..1158425ef 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -18,6 +18,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index c029a67a9..09761614d 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Raphael Boucherie
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index 370ec8a61..a1cedc97b 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -17,6 +17,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  *
  * @precisions normal z -> s d c
diff --git a/compute/zlatms.c b/compute/zlatms.c
index 331a538c0..a2985a89c 100644
--- a/compute/zlatms.c
+++ b/compute/zlatms.c
@@ -12,6 +12,7 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zplghe.c b/compute/zplghe.c
index 2a097f637..379175b10 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -18,8 +18,9 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @author Rade Mathis
+ * @author Mathis Rade
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index ec96fc875..0152ed960 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -18,7 +18,7 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @author Rade Mathis
+ * @author Mathis Rade
  * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
diff --git a/compute/ztradd.c b/compute/ztradd.c
index ee51af36a..16059a688 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -16,6 +16,7 @@
  *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zunglq.c b/compute/zunglq.c
index e479d31db..86a072cc8 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -17,6 +17,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c
index 769f81041..5469d8e21 100644
--- a/compute/zunglq_param.c
+++ b/compute/zunglq_param.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zungqr.c b/compute/zungqr.c
index f2365170b..28c6c943f 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -17,6 +17,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index 8e71ec5a7..b66566914 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -21,6 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Raphael Boucherie
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/control/chameleon_zf77.c b/control/chameleon_zf77.c
index 6132c2c9e..bacb71620 100644
--- a/control/chameleon_zf77.c
+++ b/control/chameleon_zf77.c
@@ -20,6 +20,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/control/compute_z.h b/control/compute_z.h
index b58984838..9329c8f27 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -19,6 +19,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/compute/core_ztile.c b/coreblas/compute/core_ztile.c
index ef9d191ac..7ea1b825e 100644
--- a/coreblas/compute/core_ztile.c
+++ b/coreblas/compute/core_ztile.c
@@ -12,6 +12,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/compute/core_ztile_empty.c b/coreblas/compute/core_ztile_empty.c
index 3af4ac447..67e240288 100644
--- a/coreblas/compute/core_ztile_empty.c
+++ b/coreblas/compute/core_ztile_empty.c
@@ -11,6 +11,7 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index 8b72d7b85..f09a112d4 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -17,6 +17,7 @@
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  *
  */
diff --git a/coreblas/include/coreblas/coreblas_ztile.h b/coreblas/include/coreblas/coreblas_ztile.h
index 8779531ad..feac27885 100644
--- a/coreblas/include/coreblas/coreblas_ztile.h
+++ b/coreblas/include/coreblas/coreblas_ztile.h
@@ -10,6 +10,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index 130fa700f..2e17175bf 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -13,6 +13,7 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  *
  */
diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index de26616f1..3674f1e31 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -16,6 +16,7 @@
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  *
  */
diff --git a/include/chameleon/tasks_z.h b/include/chameleon/tasks_z.h
index 4576ba9e4..778cde6cd 100644
--- a/include/chameleon/tasks_z.h
+++ b/include/chameleon/tasks_z.h
@@ -21,6 +21,8 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
+ * @author Romain Peressoni
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/openmp/codelets/codelet_zlacpy.c b/runtime/openmp/codelets/codelet_zlacpy.c
index 8c5696d6a..358411849 100644
--- a/runtime/openmp/codelets/codelet_zlacpy.c
+++ b/runtime/openmp/codelets/codelet_zlacpy.c
@@ -12,6 +12,7 @@
  * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/openmp/codelets/codelet_zsymm.c b/runtime/openmp/codelets/codelet_zsymm.c
index b89c945fb..5b9af7681 100644
--- a/runtime/openmp/codelets/codelet_zsymm.c
+++ b/runtime/openmp/codelets/codelet_zsymm.c
@@ -12,6 +12,7 @@
  * @version 1.2.0
  * @author Philippe Virouleau
  * @author Mathieu Faverge
+ * @author Romain Peressoni
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index ded9c005b..74e70d8fd 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index d2868d4c1..2e0b5c800 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
+ * @author Romain Peressoni
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index 1f4b15798..cd16112a0 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -18,6 +18,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index a1cf3d431..7f5547e7c 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -18,6 +18,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Romain Peressoni
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index bcca06849..a0a3bca16 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -15,6 +15,7 @@
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @author Florent Pruvost
+ *  @author Alycia Lisito
  *  @date 2022-02-22
  *  @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index 726c01f47..041dd2812 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -21,6 +21,7 @@
  * @author Florent Pruvost
  * @author Gwenole Lucas
  * @author Philippe Swartvagher
+ * @author Lucas Nesi
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zgersum.c b/runtime/starpu/codelets/codelet_zgersum.c
index 9682c03fb..8309b4884 100644
--- a/runtime/starpu/codelets/codelet_zgersum.c
+++ b/runtime/starpu/codelets/codelet_zgersum.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Romain Peressoni
  * @author Mathieu Faverge
+ * @author Antoine Jego
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index af49ba0c9..7d1f78356 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -20,6 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index d641fa8c1..a99924161 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
+ * @author Romain Peressoni
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index 13c2cdb8b..e94bfccf5 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -16,6 +16,7 @@
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Alycia Lisito
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c
index 9d97c89d2..26dd3994e 100644
--- a/testing/chameleon_ztesting.c
+++ b/testing/chameleon_ztesting.c
@@ -13,12 +13,13 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
- * @author Cédric Castagnède
+ * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
- * @author AGULLO Emmanuel
+ * @author Emmanuel Agullo
  * @author Alycia Lisito
  * @author Philippe Swartvagher
+ * @author Lucas Nesi
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/parameters.c b/testing/parameters.c
index f43ee1af7..7a31b7535 100644
--- a/testing/parameters.c
+++ b/testing/parameters.c
@@ -11,6 +11,7 @@
  * @version 1.2.0
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2022-02-22
  *
  */
diff --git a/testing/run_list.c b/testing/run_list.c
index 708248e0d..0497e5296 100644
--- a/testing/run_list.c
+++ b/testing/run_list.c
@@ -12,6 +12,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Philippe Swartvagher
+ * @author Alycia Lisito
  * @date 2022-02-22
  *
  */
diff --git a/testing/testing_zcesca.c b/testing/testing_zcesca.c
index 4faa15d4c..a89bfba9b 100644
--- a/testing/testing_zcesca.c
+++ b/testing/testing_zcesca.c
@@ -12,6 +12,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zcheck_aux.c b/testing/testing_zcheck_aux.c
index af1f53e60..fa2da78b9 100644
--- a/testing/testing_zcheck_aux.c
+++ b/testing/testing_zcheck_aux.c
@@ -15,6 +15,7 @@
  * @author Mathieu Faverge
  * @author Nathalie Furmento
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-03-30
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index a9586b030..217c44760 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zgenm2.c b/testing/testing_zgenm2.c
index 323888476..ffd3f49eb 100644
--- a/testing/testing_zgenm2.c
+++ b/testing/testing_zgenm2.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zgram.c b/testing/testing_zgram.c
index 6853e1ce6..9674aa06d 100644
--- a/testing/testing_zgram.c
+++ b/testing/testing_zgram.c
@@ -12,6 +12,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zlacpy.c b/testing/testing_zlacpy.c
index 2988e1fe2..5766a6a10 100644
--- a/testing/testing_zlacpy.c
+++ b/testing/testing_zlacpy.c
@@ -13,6 +13,8 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index 83e514fd5..77a2ef857 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -14,6 +14,7 @@
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-14
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zlanhe.c b/testing/testing_zlanhe.c
index 7e6729c6c..dfe73ff30 100644
--- a/testing/testing_zlanhe.c
+++ b/testing/testing_zlanhe.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-14
  * @precisions normal z -> c
  *
diff --git a/testing/testing_zlansy.c b/testing/testing_zlansy.c
index e715d4f7e..a4de13c4b 100644
--- a/testing/testing_zlansy.c
+++ b/testing/testing_zlansy.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-14
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zlantr.c b/testing/testing_zlantr.c
index 9cbc3b442..24b36f86e 100644
--- a/testing/testing_zlantr.c
+++ b/testing/testing_zlantr.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-14
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zlascal.c b/testing/testing_zlascal.c
index da821efc3..8705fc612 100644
--- a/testing/testing_zlascal.c
+++ b/testing/testing_zlascal.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zlauum.c b/testing/testing_zlauum.c
index a66dec720..4e28eb664 100644
--- a/testing/testing_zlauum.c
+++ b/testing/testing_zlauum.c
@@ -13,6 +13,8 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zpotrf.c b/testing/testing_zpotrf.c
index 9e5b6c020..18e361254 100644
--- a/testing/testing_zpotrf.c
+++ b/testing/testing_zpotrf.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zpotrs.c b/testing/testing_zpotrs.c
index caa8353cc..ac34d867d 100644
--- a/testing/testing_zpotrs.c
+++ b/testing/testing_zpotrs.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_ztradd.c b/testing/testing_ztradd.c
index 00f79cd9e..96c9ef872 100644
--- a/testing/testing_ztradd.c
+++ b/testing/testing_ztradd.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Philippe Swartvagher
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_ztrtri.c b/testing/testing_ztrtri.c
index 367f99d8e..46b4b0036 100644
--- a/testing/testing_ztrtri.c
+++ b/testing/testing_ztrtri.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/testings.h b/testing/testings.h
index 860d002ff..a1b9c0648 100644
--- a/testing/testings.h
+++ b/testing/testings.h
@@ -12,6 +12,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
  * @date 2022-02-22
  *
  */
diff --git a/testing/vendor_ztesting.c b/testing/vendor_ztesting.c
index c46b871ab..f2a1b78dc 100644
--- a/testing/vendor_ztesting.c
+++ b/testing/vendor_ztesting.c
@@ -13,6 +13,7 @@
  *
  * @version 1.1.0
  * @author Alycia Lisito
+ * @author Lucas Nesi
  * @date 2022-02-25
  * @precisions normal z -> c d s
  *
-- 
GitLab