diff --git a/CMakeLists.txt b/CMakeLists.txt index 45403fd80b8c375aa15899acfd6854717285fbbd..fae488db731c4c1881ac37992e39122a2fdf751d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/LICENCE.txt b/LICENCE.txt index e3b32839e4df8e8395941ed7cbd8bcc4c9b70ce5..bc59a3f956c01b3914c9766f23649b8425fcbb9a 100644 --- a/LICENCE.txt +++ b/LICENCE.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # @copyright 2016-2018 KAUST. All rights reserved. # diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake index af5d42038a3d3a3097454af58a7cbfb390e2305e..34f999e2770f43ee8075e91840256ee029b74d30 100644 --- a/cmake_modules/GenPkgConfig.cmake +++ b/cmake_modules/GenPkgConfig.cmake @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake index a8b10c3bbf28d0a9800d8f3511d805a9f93d96d1..36d90ff9970a8c183aa3bbd9b3b9c8ed23b3a4d5 100644 --- a/cmake_modules/PrintOpts.cmake +++ b/cmake_modules/PrintOpts.cmake @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/cmake_modules/local_subs.py b/cmake_modules/local_subs.py index eb8cb418f2152666a28fcd62cfcff71cc76ac1c0..df07c7443825197bf25d37b8ba0d8eb7c34b3b30 100644 --- a/cmake_modules/local_subs.py +++ b/cmake_modules/local_subs.py @@ -1,3 +1,16 @@ +""" + @file local_subs.py + + Python Chameleon specific substitution rules for the Precision Generator script. + + @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + Univ. Bordeaux. All rights reserved. + + @version 1.1.0 + @author Mathieu Faverge + @date 2021-05-05 + +""" _extra_blas = [ # ----- Additional BLAS ('', 'dsgesv', 'dsgesv', 'zcgesv', 'zcgesv' ), diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt index 739ba511e81454a6b0dd8d563b8496a4b4d5c928..c001d690abeacfd19fcc1cd07e53f3a0fd9829cf 100644 --- a/compute/CMakeLists.txt +++ b/compute/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/compute/map.c b/compute/map.c index fd2a9df2893e65ad2b750b69a0f7a6554cf57382..d1c92998a2c0c02d43ccc5b21d27d563bc52f91b 100644 --- a/compute/map.c +++ b/compute/map.c @@ -2,7 +2,7 @@ * * @file map.c * - * @copyright 2018-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pmap.c b/compute/pmap.c index adea0350dfbe4d374c94995c00664aa96723c6fb..8bcb853fd69a6254531d6747a869d99c8cb0c1bd 100644 --- a/compute/pmap.c +++ b/compute/pmap.c @@ -2,7 +2,7 @@ * * @file pmap.c * - * @copyright 2018-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzbuild.c b/compute/pzbuild.c index 72824d80a2395a2852ee2ee3f2d22a9b3161d33f..635dd766ad534e4e741e09c552cd49de5e007e3e 100644 --- a/compute/pzbuild.c +++ b/compute/pzbuild.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzcesca.c b/compute/pzcesca.c index 4b6776b7c0d1e69efa75a1037f28495be919ee4e..193e60f2962f49cf5caa6f54d4e694731460d937 100644 --- a/compute/pzcesca.c +++ b/compute/pzcesca.c @@ -2,7 +2,7 @@ * * @file pzcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c index 104a7d2fdbe21e4768eb8f6ec736c574cb772cc9..752990213761af30ec71704c6dc081d614e15f4d 100644 --- a/compute/pzgebrd_ge2gb.c +++ b/compute/pzgebrd_ge2gb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c index 4866e0a0f608d77aff720574cdd48e0f2702cd20..61c764c457e1173698a961c8ff91227430ccc7d4 100644 --- a/compute/pzgelqf.c +++ b/compute/pzgelqf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c index 1542c07a815f9e2b2252ba24acd8784fd0f9de2b..5020761584434044500ca347f11c82a6ebb52e82 100644 --- a/compute/pzgelqf_param.c +++ b/compute/pzgelqf_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c index cb4dfe029f051138372b87e17ee1436f4df1bc2e..2ce0df8d0025b3022d0b71f95a7937b1e5f182d9 100644 --- a/compute/pzgelqfrh.c +++ b/compute/pzgelqfrh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgemm.c b/compute/pzgemm.c index 0c374e6450185168faf1efd732fc3c404ac86a33..eae63cf82d26eb33fad3ae7141105f3c371a2b1a 100644 --- a/compute/pzgemm.c +++ b/compute/pzgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgenm2.c b/compute/pzgenm2.c index f6535d5df69931e38be80a729e00f5632fbdf5d9..f02815b2945edf483f4012cb3f473f8446f2648b 100644 --- a/compute/pzgenm2.c +++ b/compute/pzgenm2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/pzgepdf_qdwh.c b/compute/pzgepdf_qdwh.c index f955e4d4c756c8914b5004818b9a3d3cbd51aef8..0d00fb5f8f9d96e3c45f3900be4f474f3a18c49f 100644 --- a/compute/pzgepdf_qdwh.c +++ b/compute/pzgepdf_qdwh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgepdf_qr.c b/compute/pzgepdf_qr.c index af25533ffa8cd7d7b83bc598ac9471bfd755689b..622a719ce96fd5583897acd5d1642cc23f333daa 100644 --- a/compute/pzgepdf_qr.c +++ b/compute/pzgepdf_qr.c @@ -1,8 +1,8 @@ /** * - * @file zgeqrf_qdwh_param.c + * @file pzgepdf_qr.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c index 6542af8d4534a1df471ebfe8276acc1721b1b227..491113f68f06f29a8eaacbf26b971a8de3d9b542 100644 --- a/compute/pzgeqrf.c +++ b/compute/pzgeqrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c index f046a7ec20c25d04bbb3bc249406ffcd5d308385..39dac72b0b47a9572711923919472a242688abe6 100644 --- a/compute/pzgeqrf_param.c +++ b/compute/pzgeqrf_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c index 0720587886886e10b0cda41a2943102969a2b748..3cdc38cb4f05f2f65973d4705acf549db805d864 100644 --- a/compute/pzgeqrfrh.c +++ b/compute/pzgeqrfrh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c index de78313e1e4a12ca09f5d7b198093d0f5b0a384a..801ec50130c906f92898aabe4e0f90ffcded3ee6 100644 --- a/compute/pzgetrf_incpiv.c +++ b/compute/pzgetrf_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c index aa5ec7645799ab8eb944ddb78ab2c5a46a6e485c..8ca1b038a95d7286a2fc9041f9808344cec8d322 100644 --- a/compute/pzgetrf_nopiv.c +++ b/compute/pzgetrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzgram.c b/compute/pzgram.c index ab16334559bb627ba7bdb1b3ae2e7ce55ee168a1..7dd5f609a86ad47f7b8fe7b1ce6c7b9b99eb47e5 100644 --- a/compute/pzgram.c +++ b/compute/pzgram.c @@ -2,7 +2,7 @@ * * @file pzgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzhemm.c b/compute/pzhemm.c index f9bea3e5fb3a0019c3fadaadf9ad9f6eead6c4e5..5f38cb2126f74501ca410c7cf76fc0e8d68a249e 100644 --- a/compute/pzhemm.c +++ b/compute/pzhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzher2k.c b/compute/pzher2k.c index 937b092654a34bb4ea8d6d7624ea6e9870de3a2b..9419d7ce75b478cc75076a0887b729cdef3fa6c8 100644 --- a/compute/pzher2k.c +++ b/compute/pzher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzherk.c b/compute/pzherk.c index f10b5983e50554d631a16c7ecacad9fc6c80a340..f70d846fc016948568f37e9a3e0ad7e1895308d0 100644 --- a/compute/pzherk.c +++ b/compute/pzherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c index 6006561e3040c1379990b72398662b99debba7ab..38ca1dc3ef549ce03eac0cf29e2491d18b968484 100644 --- a/compute/pzhetrd_he2hb.c +++ b/compute/pzhetrd_he2hb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c index e394a3656f0be63c4dce962b0522258d3a64084c..b410022c3536ea1e6a54da536bfa0ee024fd3a4a 100644 --- a/compute/pzlacpy.c +++ b/compute/pzlacpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c index 630ab4d30d05a5c5d9089b7e3549d3f299bdc830..65b52218916dc0e67f3c01dd4100f417323aabae 100644 --- a/compute/pzlag2c.c +++ b/compute/pzlag2c.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlange.c b/compute/pzlange.c index 0ef1e0f652decf987a953db97b9710c678453dac..80e68b2d25e5757d39fe10bc2e095f6b6b230301 100644 --- a/compute/pzlange.c +++ b/compute/pzlange.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlansy.c b/compute/pzlansy.c index 2c6265ee55ef41479c671376fb06e075d3cebd48..8d11e0b1e50b023a77ab611257d50406a5500691 100644 --- a/compute/pzlansy.c +++ b/compute/pzlansy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlascal.c b/compute/pzlascal.c index 5bdfbfd1ce76c42eddb0368802326c8efc650597..e21bac360af0fc7b35352431ca47392ab0932939 100644 --- a/compute/pzlascal.c +++ b/compute/pzlascal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlaset.c b/compute/pzlaset.c index 4e3f7b59f2d5f9baf5c004e299402794e32a7637..f82f3e12d63b991338d052c6f0cd06799004cbbf 100644 --- a/compute/pzlaset.c +++ b/compute/pzlaset.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c index 6fb1d9accccfbf43617ff6f67075641dfca8b571..4e22fe3fc8d6a10f8f6af8dad03b603fdb64b6eb 100644 --- a/compute/pzlaset2.c +++ b/compute/pzlaset2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzlatms.c b/compute/pzlatms.c index 1f1d96636c541d5a950ab01af40272af01215a33..86a77ca4cf3777405ddaf227fb189b74d22d8b0c 100644 --- a/compute/pzlatms.c +++ b/compute/pzlatms.c @@ -2,7 +2,7 @@ * * @file pzlatms.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/pzlauum.c b/compute/pzlauum.c index 52079c7442232704f589be241cabfc28475e0bd7..365794b17e34542f891102cd2e2e227e9b8ec1d5 100644 --- a/compute/pzlauum.c +++ b/compute/pzlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzplghe.c b/compute/pzplghe.c index 7a1f03120228e8b2e4189f15d783e6ff936395f2..e7f8ea8e6d8d83eb6897d6e725e1979461ed2765 100644 --- a/compute/pzplghe.c +++ b/compute/pzplghe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c index b9a03562030a64d726f37f42d5af988d875f44bf..168675e829c3c26d4a317ad0cac96922676d7bf6 100644 --- a/compute/pzplgsy.c +++ b/compute/pzplgsy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzplrnk.c b/compute/pzplrnk.c index 9639a182823ac3de298b8ad7fbd2f9cf2695dcc3..6f5d65785e500eef7de5d8816fc0b1f3d89147d1 100644 --- a/compute/pzplrnk.c +++ b/compute/pzplrnk.c @@ -2,7 +2,7 @@ * * @file pzplrnk.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c index a0d08d9bea95ba87abe5c833efa04f6f286949a1..84371a9e414f9b742fe104bd6eae41f9c8cb2d60 100644 --- a/compute/pzplrnt.c +++ b/compute/pzplrnt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c index 581d6c29717e077dd3fc3520d6c2d04c4fe8bbd4..8191920819b2125f8667183847d6a7685fa6990a 100644 --- a/compute/pzpotrf.c +++ b/compute/pzpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c index fdb7feb4e96bfa57c001b47cfbe32d4b1b896553..9e4d78f34597f1fff59077ed7d48d0565f92d694 100644 --- a/compute/pzpotrimm.c +++ b/compute/pzpotrimm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzsymm.c b/compute/pzsymm.c index 00b4a1b8380ca3ad98c512a7f4fdbf1867f8661e..bd7f581a4f5a3fc8a11f7766d5e5d307d54f29bd 100644 --- a/compute/pzsymm.c +++ b/compute/pzsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c index 92e0744e6534fbf8fb662238c39ae5c03d2fbbea..b9d9a80f947a7b8baf29c7db86a9052bf653ff97 100644 --- a/compute/pzsyr2k.c +++ b/compute/pzsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c index c3c1764742ca543d28c8df5383e2cb6669775832..35e29eae7cd336fc21ec4ae4005889844b9e7871 100644 --- a/compute/pzsyrk.c +++ b/compute/pzsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c index 605a50db137c9c2038aa21b078d11f240eaaca89..f369e1060778d5395de505f77ad7ff549de23432 100644 --- a/compute/pzsytrf.c +++ b/compute/pzsytrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pztile2band.c b/compute/pztile2band.c index 48fe78dfe5c194ac1b1b7406f522da9c288d10d8..65cc5fee820c6bcd0905e01046997e912bb2c917 100644 --- a/compute/pztile2band.c +++ b/compute/pztile2band.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c index a810ad022d6ac0038f246b8e9b6ae3f068a0e4b0..e265d89135fbc2938986f3f26d18b4e97fdc617a 100644 --- a/compute/pztpgqrt.c +++ b/compute/pztpgqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2018 KAUST. All rights reserved. * diff --git a/compute/pztpgqrt_param.c b/compute/pztpgqrt_param.c index 4754bd339ef334774c4a6965bae32ecc50270c77..2e6ec649455ce82543f67ee41c79cf2525c6c9d4 100644 --- a/compute/pztpgqrt_param.c +++ b/compute/pztpgqrt_param.c @@ -2,7 +2,7 @@ * * @file pztpgqrt_param.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c index fb9388cad307e87b3b94872ff55a30bd510bcaaa..6e636a3167e15914582116c9c1440b9e5492a0fd 100644 --- a/compute/pztpqrt.c +++ b/compute/pztpqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2018 KAUST. All rights reserved. * diff --git a/compute/pztpqrt_param.c b/compute/pztpqrt_param.c index 10d8af1a47b8c2b37f0f305b396c00903d8f1ecf..595f81331832cb020c79e203e28c4604fb05ab09 100644 --- a/compute/pztpqrt_param.c +++ b/compute/pztpqrt_param.c @@ -2,7 +2,7 @@ * * @file pztpqrt_param.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/pztradd.c b/compute/pztradd.c index a525446531b610225e84bdbeac2b6e7711122067..f97eb702f60c9e701103f96ffca027547a73ccc9 100644 --- a/compute/pztradd.c +++ b/compute/pztradd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pztrmm.c b/compute/pztrmm.c index 9aab4b3a7091f5100e3d0ce1994c8e8d28a6837e..776cabbbea0abbb1f4ef32ad853168d326201464 100644 --- a/compute/pztrmm.c +++ b/compute/pztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pztrsm.c b/compute/pztrsm.c index 485b577c1f6894e6c4c6b2dfc8c9301660207974..7c140ca9dd18c653aad6f0d397c28e270bc7afa1 100644 --- a/compute/pztrsm.c +++ b/compute/pztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c index 6f74a5aab7de55e0ecf329183c635d6b0bfc4562..4318ecae9f1b79373b7e2f40c9ba070989222f07 100644 --- a/compute/pztrsmpl.c +++ b/compute/pztrsmpl.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pztrtri.c b/compute/pztrtri.c index 84241e66824bdbd1a1b0cde1e64e798c29f22e47..de760bb670eaa5616008d72f801a39a349f03ce7 100644 --- a/compute/pztrtri.c +++ b/compute/pztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunglq.c b/compute/pzunglq.c index ff769bec462d79e91ec66928e3eb598791bac1be..7eb5261f28f38d8e6727b910b192b11368cef0c3 100644 --- a/compute/pzunglq.c +++ b/compute/pzunglq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c index d44f834c361082a607cba28e37d89b0a13196d2d..16c484c3b80e32d4054f3cd5bb56a5c23de35fd3 100644 --- a/compute/pzunglq_param.c +++ b/compute/pzunglq_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c index 6f1e7e530b8c5353ee8d3d1fe1e726dfa58aa747..32188115c35ac4e373978983eb741b5bf79638fe 100644 --- a/compute/pzunglqrh.c +++ b/compute/pzunglqrh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzungqr.c b/compute/pzungqr.c index 617a3c021371996db06516cfdb95e38f44b23563..6b0a0193727c50671ce6ac60c2add6cf62aa53b4 100644 --- a/compute/pzungqr.c +++ b/compute/pzungqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c index 46ace452c0cbc9a0cc8f89a1880e977fa0cca298..390636d6f1b02db83ec72a5b3d18d0cdfb8cc9bf 100644 --- a/compute/pzungqr_param.c +++ b/compute/pzungqr_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c index 578ef6b33de64a54f58fab4d9e9cb60493823023..d3d953548ad422b11bd2894852491e923dcd9deb 100644 --- a/compute/pzungqrrh.c +++ b/compute/pzungqrrh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c index be3cea4ed221da0f9bbc0c52cdb7e3ee6d7b2c83..92602ab7f1eed7b97b88793e2530680399ddcd46 100644 --- a/compute/pzunmlq.c +++ b/compute/pzunmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c index 81f176d8e2da65154afcfc90ac5f092ce0af0b03..4beef380ef64f58bbaaee88832f2bd6404f8cac0 100644 --- a/compute/pzunmlq_param.c +++ b/compute/pzunmlq_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c index 76bf946b3cd7971ac2d9375387686be93cf1fee1..5e40e85cd9be531b0f7fdf0d639fdeb03c2b599e 100644 --- a/compute/pzunmlqrh.c +++ b/compute/pzunmlqrh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c index 78a5f3fa23d40831731b62c298d25cb6f37877d2..ffaeb805a85b9c9b5f095ea38532cf7c6462e49a 100644 --- a/compute/pzunmqr.c +++ b/compute/pzunmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c index c282b2a5405c2a9166c092a5304744ab07ff96f5..06fad2e711a00333d14d68db85aa17bd72a926c0 100644 --- a/compute/pzunmqr_param.c +++ b/compute/pzunmqr_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c index 5e672f7819dd7623c8ac47b78bae2a4fb30fbeeb..f236daec9881eafeef4fa26f9bbfaaedce354ef9 100644 --- a/compute/pzunmqrrh.c +++ b/compute/pzunmqrrh.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zbuild.c b/compute/zbuild.c index 7310e1b73a4356322036bc71c523e970b1801120..a7657c384353c91da108a58f270e832728ed1349 100644 --- a/compute/zbuild.c +++ b/compute/zbuild.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon zbuild wrappers diff --git a/compute/zcesca.c b/compute/zcesca.c index 822858dad6683f5748cb7073b6bfcbd4c2286491..66f2631b1e3998342da96654205be30ce6807529 100644 --- a/compute/zcesca.c +++ b/compute/zcesca.c @@ -2,7 +2,7 @@ * * @file zcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgeadd.c b/compute/zgeadd.c index f0a93b42e6b70ac213dc13e8e47265e58a396a3b..669c9998ecabe29ba22f92f0cd04c730aa344338 100644 --- a/compute/zgeadd.c +++ b/compute/zgeadd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgelqf.c b/compute/zgelqf.c index f5afebb99310b3a722935d301cdc82cfb0785043..f5256b0ee75cf1bfdf1084dfed5685e47826cfa5 100644 --- a/compute/zgelqf.c +++ b/compute/zgelqf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgelqf_param.c b/compute/zgelqf_param.c index d60af32c2a55a371432eacc458db5e8abb919b88..77952af27cf07408fc491f848879d85ddf0a3807 100644 --- a/compute/zgelqf_param.c +++ b/compute/zgelqf_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgelqs.c b/compute/zgelqs.c index 170ad6e7556a7bb37e2adc80650eb16c41b5ad99..5f87b4b73770f590582a8afe9b179c6c536bdac3 100644 --- a/compute/zgelqs.c +++ b/compute/zgelqs.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c index b2041636343ed751068db4453b3b3f8f2a780dd2..1343a0c826912de5cad9f847856c396d012e892e 100644 --- a/compute/zgelqs_param.c +++ b/compute/zgelqs_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgels.c b/compute/zgels.c index d8c48b753e4fc10a04cc03c69ce1c5b3298aa1c9..a46ea90e5a4cdd03b552841432f5bed3a12dac82 100644 --- a/compute/zgels.c +++ b/compute/zgels.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgels_param.c b/compute/zgels_param.c index 64742b7ea1f6869baf04b934acbc5be6b270213b..87889eba06502d5e8872b010125c704c55c8f5cc 100644 --- a/compute/zgels_param.c +++ b/compute/zgels_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgemm.c b/compute/zgemm.c index 6514ca83f2babf03b95f36a2f12842eb72f58813..711605f368530eee1c5019c4bbfb5b1fc1cfa5a9 100644 --- a/compute/zgemm.c +++ b/compute/zgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgenm2.c b/compute/zgenm2.c index 83fc17a63694514d99aa97cff0e6de4619e61b12..7789852610a6297b0d1479aa722cdb792577b414 100644 --- a/compute/zgenm2.c +++ b/compute/zgenm2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/zgepdf_qdwh.c b/compute/zgepdf_qdwh.c index 39773bf712b924d1cc5990d2d72c2dd9d4bf6ed0..04fa97d3bbc2132da3b1c9228a6558b767bc4326 100644 --- a/compute/zgepdf_qdwh.c +++ b/compute/zgepdf_qdwh.c @@ -2,7 +2,7 @@ * * @file zgepdf_qdwh.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/zgepdf_qr.c b/compute/zgepdf_qr.c index 502e81f03f3fc9cd0ca49ebfbf8d6e80743a70c9..c28a7819f4451b5b2c04764e2751a070e9e63638 100644 --- a/compute/zgepdf_qr.c +++ b/compute/zgepdf_qr.c @@ -2,7 +2,7 @@ * * @file zgepdf_qr.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c index 374293868dff051b619df4f4c71129f04c77450f..1d780f0c8de09cbdacd69b84058d719333320098 100644 --- a/compute/zgeqrf.c +++ b/compute/zgeqrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgeqrf_param.c b/compute/zgeqrf_param.c index 85c376f435f52021b451e2278aac988d6fd014ab..7cfa428e5a20271b13638127b9215d6a1380c2bd 100644 --- a/compute/zgeqrf_param.c +++ b/compute/zgeqrf_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c index 565a829e66493a2b3a9887be30fd94d26168ac2b..3206fc1835e2a9c4c5fe8921f1e790f321968ff1 100644 --- a/compute/zgeqrs.c +++ b/compute/zgeqrs.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c index 6ee688a39b40942ea6be21ba75875d4874abac9f..2c9b29fb4ad41c5dac795b39f76c181fc71ac366 100644 --- a/compute/zgeqrs_param.c +++ b/compute/zgeqrs_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c index 3db5a73e9ab03ceace2ab63e5e5f80e2c6154de3..7f884020a49df3dba2e3fb3f1315c75eff4947c1 100644 --- a/compute/zgesv_incpiv.c +++ b/compute/zgesv_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c index b3231aa957b53486deda00a21f2f226d9df48edd..cda40cbe34ac05c3665fb72e3c8f7043f7965b65 100644 --- a/compute/zgesv_nopiv.c +++ b/compute/zgesv_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgesvd.c b/compute/zgesvd.c index 42512bec5afcb024a1d83d00e724389a05c69aed..1eaf9c47be9ff0a1729649e7573ab0bda8fff6ee 100644 --- a/compute/zgesvd.c +++ b/compute/zgesvd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c index b8eaccce4ec4a71e0c093fd83881f36cfc559d89..ebab1161560963ab818d3798385cfb14d44989cf 100644 --- a/compute/zgetrf_incpiv.c +++ b/compute/zgetrf_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c index ce02b9c8e1b74909d258c73b6ba83df8906ddf39..423bea41d6a300a20a153e57e934aaf0a6c43fd1 100644 --- a/compute/zgetrf_nopiv.c +++ b/compute/zgetrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c index 80b721095eaef65f4a49dc604a4e140167804e57..9ceaa2dc4d70398ae705222da412c65a5837bbae 100644 --- a/compute/zgetrs_incpiv.c +++ b/compute/zgetrs_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c index fd297a29cc27d151100ece709329065740e78db7..a7dd61422c3c514b07cbff81505b85ddfa1a116f 100644 --- a/compute/zgetrs_nopiv.c +++ b/compute/zgetrs_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zgram.c b/compute/zgram.c index 1b9d02122f01a23c15ba80cd6d7351eba4884b1e..81b266ec2389dc24858a08a19f6089692debccd5 100644 --- a/compute/zgram.c +++ b/compute/zgram.c @@ -2,7 +2,7 @@ * * @file zgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zheevd.c b/compute/zheevd.c index ec0e307a2a341a4e5081c4a1549eed71042eb28a..3a3193e130951493081f1df0ad6128f6e21a1b0f 100644 --- a/compute/zheevd.c +++ b/compute/zheevd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zhemm.c b/compute/zhemm.c index 0c02ba87c57e35639f2bfe4035c709c404be93be..226ae26583564480607e33ba3146a9dcc137ff03 100644 --- a/compute/zhemm.c +++ b/compute/zhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zher2k.c b/compute/zher2k.c index 7fd084918941bcfb5e42f195d0efa91870fbec79..2ce15d05976c41ab6ad86cf7a80718fe6ddb7d10 100644 --- a/compute/zher2k.c +++ b/compute/zher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zherk.c b/compute/zherk.c index ffa743e018e33cddf90615bf106ab3b2089539e8..43d0b641b30c97453ac04d434b2258fe7af4b850 100644 --- a/compute/zherk.c +++ b/compute/zherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zhetrd.c b/compute/zhetrd.c index 3749bf95aa64b14d21bd9d713f9039f5978b143f..8c26c6baf1e750bbbc583703b292a1df6af3ebc6 100644 --- a/compute/zhetrd.c +++ b/compute/zhetrd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zlacpy.c b/compute/zlacpy.c index 8023f3cd00bba6f59d89f3f2a98f9a22709a1018..f2392cc15b0401d60a66d84ebf7e9da8ed6c9553 100644 --- a/compute/zlacpy.c +++ b/compute/zlacpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zlange.c b/compute/zlange.c index 443ad4b18a2365f4e0b00ad248362bb4197d703b..2525a4715b45e0c4e263cd5dac6c25ce6b096f1b 100644 --- a/compute/zlange.c +++ b/compute/zlange.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/zlanhe.c b/compute/zlanhe.c index ad0bb66a5c5b0b227528a4abd509a2b8a41ba955..318c53bdc797835d8dda328ebf9e1af0b1a9f620 100644 --- a/compute/zlanhe.c +++ b/compute/zlanhe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zlansy.c b/compute/zlansy.c index 3243f0b2c0bf29303e738151c08119debfa04921..0be415992979af2b798beb4f73fbc96651833958 100644 --- a/compute/zlansy.c +++ b/compute/zlansy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zlantr.c b/compute/zlantr.c index 9845a76c6b006dae145bbefd3ae42b961e36a4a5..4d4a5597651ce0fbae887c6af78cfd7df4f2fac6 100644 --- a/compute/zlantr.c +++ b/compute/zlantr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zlascal.c b/compute/zlascal.c index df2db533b9b38e57a5989812e38e4ac63e49763c..706fb894c0f329318db09178ceec4d7292f26954 100644 --- a/compute/zlascal.c +++ b/compute/zlascal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2018 KAUST. All rights reserved. * diff --git a/compute/zlaset.c b/compute/zlaset.c index 653aef0fe1474e7ff94460aad0aa4ab4d054094f..521a237b0ca9c88880b89998bdaf8933009cf6d9 100644 --- a/compute/zlaset.c +++ b/compute/zlaset.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zlatms.c b/compute/zlatms.c index 660e163094554f0cb9147c354e71d7e72a7b5a9b..e0f6d831ded257058f831a5268de5a7b65ac6b33 100644 --- a/compute/zlatms.c +++ b/compute/zlatms.c @@ -2,7 +2,7 @@ * * @file zlatms.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2020 KAUST. All rights reserved. * diff --git a/compute/zlauum.c b/compute/zlauum.c index f570219ea86836456ee12e9e674dda639b68cb8d..8b84a57d0469346254bc6897058ff74eed78ce4a 100644 --- a/compute/zlauum.c +++ b/compute/zlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zplghe.c b/compute/zplghe.c index ea6a7364f76463233cc13d3f799834a1d82ce51e..eb916247470d9c7e2556c37de045b986a6cd304c 100644 --- a/compute/zplghe.c +++ b/compute/zplghe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zplgsy.c b/compute/zplgsy.c index 2f592151779d658e7caca905922c17a8a8923e63..4eb56b98ff4cbcf3c42a9245b233d3950532b9ba 100644 --- a/compute/zplgsy.c +++ b/compute/zplgsy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zplrnk.c b/compute/zplrnk.c index 6b3853522ab5a70a4fa89bdd456c433a4ccf48d5..a8cf1aeed9760fda48f7d91710a5d8a4e28ebdc4 100644 --- a/compute/zplrnk.c +++ b/compute/zplrnk.c @@ -2,7 +2,7 @@ * * @file zplrnk.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zplrnt.c b/compute/zplrnt.c index 4f25f18a008b184134444bf122addb0f30891803..5341ba019366d589d689d20287f66ed70fceb7db 100644 --- a/compute/zplrnt.c +++ b/compute/zplrnt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zposv.c b/compute/zposv.c index 805e17ce70ee0bccc55bac2fb02847a92d966ee7..8f59420a77b2e8d0813b7de85f632dc4418c85b6 100644 --- a/compute/zposv.c +++ b/compute/zposv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zpotrf.c b/compute/zpotrf.c index e15395d893a7a826fd02e932b99fadfa9c541fb6..7e0b6577b5c085cadf178b75f255a5e30940ce66 100644 --- a/compute/zpotrf.c +++ b/compute/zpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zpotri.c b/compute/zpotri.c index 9eb7abe98f0d14bb1cde49cdc0c9ec853ed49730..708376f624b984db5061e90c3c4bf221fdb360af 100644 --- a/compute/zpotri.c +++ b/compute/zpotri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c index 0d960e0ff8cfb64976eb3375cc896fbe5ee8607a..328ec58dd7dc6b792739c9ac1e5904e1cb9216c5 100644 --- a/compute/zpotrimm.c +++ b/compute/zpotrimm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zpotrs.c b/compute/zpotrs.c index a5965ce8684fb9bcb7cedee6e695d0ad2071ce73..93f0bd92b7fdf8d37f8823ac96839afcb6d4646b 100644 --- a/compute/zpotrs.c +++ b/compute/zpotrs.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zsymm.c b/compute/zsymm.c index 7f9038ebca9e360392e0e9db980304726605a88d..0e38635bf36695f9bbe36b16b192ea09ee39418a 100644 --- a/compute/zsymm.c +++ b/compute/zsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c index 193ac7bd02422174010e73af05381cf510425a21..7ce6170d68cf37cf270cc9d3cb36661ffeabbaee 100644 --- a/compute/zsyr2k.c +++ b/compute/zsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zsyrk.c b/compute/zsyrk.c index 53311b64464133ba74e97921c87d6c7678da032c..2e757b376cfdfb8be6f27ca63f98e5f552312269 100644 --- a/compute/zsyrk.c +++ b/compute/zsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zsysv.c b/compute/zsysv.c index c833c35977e9b3eca64983525ce7ef1854f82899..b6411a9e506ea8a1a9521d8997a6975e91d1a22c 100644 --- a/compute/zsysv.c +++ b/compute/zsysv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zsytrf.c b/compute/zsytrf.c index 57cea0df23800135e0af1783f2cf01c63dbf8e8a..c82577872a190d3584b8819622473e4e2da3515e 100644 --- a/compute/zsytrf.c +++ b/compute/zsytrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zsytrs.c b/compute/zsytrs.c index 6091333b5faf34a2ea8c2f096f3ac57735a3a567..600209f61478e1f498379862ebeeb3776be35e4b 100644 --- a/compute/zsytrs.c +++ b/compute/zsytrs.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/ztile.c b/compute/ztile.c index 54dc48b256947f5f5bdbb0aa004e179de09806db..5416664b0e679528a7ccc21ce50b6db4b4b62572 100644 --- a/compute/ztile.c +++ b/compute/ztile.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c index ef43a94c0e38e371dbfc61bc40ac90876a4b7dd3..09e7946b26d9f8a3866a71a700bc1f5445f15f10 100644 --- a/compute/ztpgqrt.c +++ b/compute/ztpgqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2018 KAUST. All rights reserved. * diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c index 0b3600acc69644a0bb322c25a88b31fe2b5e9ed7..73be4ef99ff1f3433b4ac93a80d06981ded475ba 100644 --- a/compute/ztpqrt.c +++ b/compute/ztpqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2018 KAUST. All rights reserved. * diff --git a/compute/ztradd.c b/compute/ztradd.c index 61cb24fe094cbfbcef2b1df54404ba9aff06db55..ff8102255e68cfe9d7a539ddcdfc9dc5e42080eb 100644 --- a/compute/ztradd.c +++ b/compute/ztradd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/ztrmm.c b/compute/ztrmm.c index 13776888d5168e35d5cea21ee164be72f898d2d6..e711112ea5a3982f813cd3d63159d88acf0bc7fd 100644 --- a/compute/ztrmm.c +++ b/compute/ztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/ztrsm.c b/compute/ztrsm.c index 2caf96e4526ec61ce1ad96eb73e429e4976714a4..37c8bb3e828c73a9a437eb34a43d4a64f4be648a 100644 --- a/compute/ztrsm.c +++ b/compute/ztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c index 5949ad69c21d825d4ef4df40973c5706be60dee3..e48a0491f2e66298ca0798f2686f8fd7358721a0 100644 --- a/compute/ztrsmpl.c +++ b/compute/ztrsmpl.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/ztrtri.c b/compute/ztrtri.c index ad590984457c3124d23c93405c7c04958ee4fdf2..613a5f0c845e74a3bf060a0a6a38b67a9797cda1 100644 --- a/compute/ztrtri.c +++ b/compute/ztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zunglq.c b/compute/zunglq.c index 6ee4fbc5514bf08ff3e217f79249f874f5c441da..cecb8e9a00a53f8de1910cd943208f7bf0bd5d8f 100644 --- a/compute/zunglq.c +++ b/compute/zunglq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c index c302383f49a77db154ca48ff5bf40bb49f66215f..df818f503ab3f02e52eceb75bedd9063ab553567 100644 --- a/compute/zunglq_param.c +++ b/compute/zunglq_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zungqr.c b/compute/zungqr.c index 66a5840afbd204f8b68b55a50b0ab993cd33d236..9a88ed2ef8a06cfdaaf0a4ad0ff3cf43f5cd1b51 100644 --- a/compute/zungqr.c +++ b/compute/zungqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zungqr_param.c b/compute/zungqr_param.c index c184e6cdb1f7198283ebca44da28d7d8f56d24a5..32fe48ed5b7259993dfb1975d7f2f8a3ab1b9bbf 100644 --- a/compute/zungqr_param.c +++ b/compute/zungqr_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zunmlq.c b/compute/zunmlq.c index c23c73522e2dbf676385c066ad933aee404f7288..c4df9af4aec71264a3acf28bcdc896177a76591e 100644 --- a/compute/zunmlq.c +++ b/compute/zunmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c index 89b577cc93485cf1d27f217cd1488d8f9fe29f78..4797da6836e883938ab9ee4beb8c165c445367fe 100644 --- a/compute/zunmlq_param.c +++ b/compute/zunmlq_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zunmqr.c b/compute/zunmqr.c index 85c6d0294ac9631a0c4f98c0357f43ecd3fedbe2..c0c33e8b07ba224e55db2d1397eb35fbae2390f6 100644 --- a/compute/zunmqr.c +++ b/compute/zunmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/compute/zunmqr_param.c b/compute/zunmqr_param.c index c9a345f99308f427d7e74d90e371cb47bed1ecf2..9e612049d3ec3115cc7906120377ae89b7cbbc11 100644 --- a/compute/zunmqr_param.c +++ b/compute/zunmqr_param.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt index d11bf15269bb0abb70aca6616ef630faa6638504..fce07f1fc02d97f8c22a670b7c6e293b9ee1d00d 100644 --- a/control/CMakeLists.txt +++ b/control/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/control/async.c b/control/async.c index 2612f9e3dbf248032826c74f1698079cff877ba3..3423c3e282e8ad19e284c710e337f34f21fda2bc 100644 --- a/control/async.c +++ b/control/async.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/async.h b/control/async.h index f33a5a5b10be423abe69dc03d8a610422076c666..2b31bed346281052bd3abae5634773c2bfa687e9 100644 --- a/control/async.h +++ b/control/async.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/auxiliary.c b/control/auxiliary.c index b1f0095c44c266f02d4b3f10769b873c389138c0..a148430d0c1faafd89626953a9810d05f9ff6cdf 100644 --- a/control/auxiliary.c +++ b/control/auxiliary.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/auxiliary.h b/control/auxiliary.h index bf77aa08018d1ffac800f61b870c3ddb60e7b629..95e350f56f036690be729221ed294071a6908cff 100644 --- a/control/auxiliary.h +++ b/control/auxiliary.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/chameleon_f77.c b/control/chameleon_f77.c index a247a75b9c3a4195220ba5f43fb298dd74550294..1cb181f84d7d4422c7778d7e146e13b44b3f0433 100644 --- a/control/chameleon_f77.c +++ b/control/chameleon_f77.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/chameleon_f77.h b/control/chameleon_f77.h index a8745471a6b1d9faec45872f17f6e024825a3d6f..6974945224fbd9d841b2efe4b8697868048bbbca 100644 --- a/control/chameleon_f77.h +++ b/control/chameleon_f77.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/chameleon_f90.f90 b/control/chameleon_f90.f90 index 51b659d6d46d47f46d85a85171f45024a745c248..9dd511225d550ccd6e932dffe35c66e7d9207688 100644 --- a/control/chameleon_f90.f90 +++ b/control/chameleon_f90.f90 @@ -6,7 +6,7 @@ ! CHAMELEON is a software package provided by Univ. of Tennessee, ! Univ. of California Berkeley and Univ. of Colorado Denver ! -! @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, ! Univ. Bordeaux. All rights reserved. ! ! @version 1.1.0 diff --git a/control/chameleon_mf77.c b/control/chameleon_mf77.c index 2a43c778eb0204a7015520e8bfdba3d03aee73e5..0560532c3df89e6c1480eac6c8c839583aed65c8 100644 --- a/control/chameleon_mf77.c +++ b/control/chameleon_mf77.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/chameleon_zcf90.F90 b/control/chameleon_zcf90.F90 index c5c577404db9dd69a22d9788d42afcdb68182e27..1f29abc67b45953162bdea4c4e69508aa31a9bb2 100644 --- a/control/chameleon_zcf90.F90 +++ b/control/chameleon_zcf90.F90 @@ -6,7 +6,7 @@ ! CHAMELEON is a software package provided by Univ. of Tennessee, ! Univ. of California Berkeley and Univ. of Colorado Denver ! -! @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, ! Univ. Bordeaux. All rights reserved. ! ! @version 1.0.0 diff --git a/control/chameleon_zf77.c b/control/chameleon_zf77.c index 611740889f56b5751fd7f9dea3f46a36661eb10b..960f37a30d7c8589e87434367ecf338bcd0119d6 100644 --- a/control/chameleon_zf77.c +++ b/control/chameleon_zf77.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/chameleon_zf90.F90 b/control/chameleon_zf90.F90 index 76c57161b0506b2dd06d5c8785a06a365c558d31..0a94ec22d1e9dbf2df2ef749c37fd782f156c3f7 100644 --- a/control/chameleon_zf90.F90 +++ b/control/chameleon_zf90.F90 @@ -6,7 +6,7 @@ ! CHAMELEON is a software package provided by Univ. of Tennessee, ! Univ. of California Berkeley and Univ. of Colorado Denver ! -! @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, ! Univ. Bordeaux. All rights reserved. ! ! @version 1.1.0 diff --git a/control/chameleon_zf90_wrappers.F90 b/control/chameleon_zf90_wrappers.F90 index 617ee5610a92071c8334c359fe166bb67606cf9d..c02a11912c5bfe6bedc393a5d6f47e50dbc8c5f5 100644 --- a/control/chameleon_zf90_wrappers.F90 +++ b/control/chameleon_zf90_wrappers.F90 @@ -6,7 +6,7 @@ ! CHAMELEON is a software package provided by Univ. of Tennessee, ! Univ. of California Berkeley and Univ. of Colorado Denver ! -! @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, ! Univ. Bordeaux. All rights reserved. ! ! @version 1.0.0 diff --git a/control/common.h b/control/common.h index 7eab1f417994b7910263d40e2e43e1d02455e8b0..ad528ecd750c6fe328d4266b4750a99f88121fc4 100644 --- a/control/common.h +++ b/control/common.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/compute_z.h b/control/compute_z.h index 0e3dc6ae213c42a1c2e9a40fee0724c671606895..9d99d44d3f7b338d0875c1015aa91f3927d29c31 100644 --- a/control/compute_z.h +++ b/control/compute_z.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/context.c b/control/context.c index cda18348a68d8c5b5164e601a0f719c2715282ce..25aa79d06ca05299a1c9595eb735c5cb12a9e50f 100644 --- a/control/context.c +++ b/control/context.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/context.h b/control/context.h index e751bac46905a0f09121a81e69d3cde9ed01282c..b0f323ab54b6ffdd5724d80d93ffa5f835095ace 100644 --- a/control/context.h +++ b/control/context.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/control.c b/control/control.c index b881661fe601f86f1a439897b9faf88af5884fbf..f457e10970b3d93b6553cd46eedfb66f25f91b59 100644 --- a/control/control.c +++ b/control/control.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/descriptor.c b/control/descriptor.c index 0f3e9def70c48445e0b1dcd6863d40b9a042eb1b..059483861d749a4f3f4d8f0d4c6da55aaacd5a2d 100644 --- a/control/descriptor.c +++ b/control/descriptor.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/descriptor.h b/control/descriptor.h index dda8fa71906169a3dde202e670e27c6c1c70467b..a310765ee30e8eaae5e5a913a0e419c8aa229dd1 100644 --- a/control/descriptor.h +++ b/control/descriptor.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/descriptor_rec.c b/control/descriptor_rec.c index 333a4472a44bd5138f4284ca3246a229b32e8cf0..63ebfbd0e6fdf02ff4a34e2e25d5a659b3a3663c 100644 --- a/control/descriptor_rec.c +++ b/control/descriptor_rec.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/gkkleader.h b/control/gkkleader.h index 9abd747a21c9c280cbfb52f34dc3dd2a454e95d5..4e4b0b863dc1b1cccf14424de423dcdf4bdf9d3f 100644 --- a/control/gkkleader.h +++ b/control/gkkleader.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/global.h b/control/global.h index 058cc42ee8259d75d725f55a57dcf0bc7a18c339..f525f1cfd86d3cdd25e81442df2ac095d2e26389 100644 --- a/control/global.h +++ b/control/global.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/primes.h b/control/primes.h index 92a2e7c2a521543cfb66ee52744bc1b38e96e5f0..cd034af5d818d558de46a8381f0ff68586bc3d73 100644 --- a/control/primes.h +++ b/control/primes.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/tile.c b/control/tile.c index 2cb446643fdb123486a0501740c25ba31d788bf4..08417220eeafb6e7db1e8b4a5088d80367cfe705 100644 --- a/control/tile.c +++ b/control/tile.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/workspace.c b/control/workspace.c index 28581d42bd7bf571168ac03bcbbf8e257f702ef2..1455a4d0f1fe3497c610e00f635de2ea41b38870 100644 --- a/control/workspace.c +++ b/control/workspace.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/workspace.h b/control/workspace.h index b5af241116f3d855ecaeff6ac22749d22922b5e1..4e2638d31bc9cf66707ac35e0cff958d16218e09 100644 --- a/control/workspace.h +++ b/control/workspace.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/control/workspace_z.c b/control/workspace_z.c index f122a2a512dff0d4b6e999ff593c95238191b849..f0c8db82312c458adea6db39324c4a2c0b6571d4 100644 --- a/control/workspace_z.c +++ b/control/workspace_z.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt index 9b660293997dede6e9ee6da546760a6ae3a2db5f..6a6e3f2f807f4b2898b8d2a2418efb81f45625e8 100644 --- a/coreblas/CMakeLists.txt +++ b/coreblas/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt index 108dd249e32d8f777584fb28baf63c49e4402088..0519e11e38ffc3ad1fad2998c4409c05db6377f8 100644 --- a/coreblas/compute/CMakeLists.txt +++ b/coreblas/compute/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/coreblas/compute/core_dlag2z.c b/coreblas/compute/core_dlag2z.c index 8ccfdc9f5c47cf68c907078f356556921dc7af40..dc5b376485ce2e2e01418446957f16359b689b7c 100644 --- a/coreblas/compute/core_dlag2z.c +++ b/coreblas/compute/core_dlag2z.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c index 711a05dd7069066e47cbb7945a1b0fef2a06bda1..e21db6891999725beb4c648b43cd258bbe05f364 100644 --- a/coreblas/compute/core_dzasum.c +++ b/coreblas/compute/core_dzasum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zaxpy.c b/coreblas/compute/core_zaxpy.c index d1721bf4654e15b999ae8753fcf4b0d5d4a01b7e..33a06cceca988a7fb88a68a31aee95d5db661931 100644 --- a/coreblas/compute/core_zaxpy.c +++ b/coreblas/compute/core_zaxpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zcesca.c b/coreblas/compute/core_zcesca.c index 3f81f42700876a90c0410667004497202634b90a..4003d24b808d62814f76d90651ed74360d9661ea 100644 --- a/coreblas/compute/core_zcesca.c +++ b/coreblas/compute/core_zcesca.c @@ -2,7 +2,7 @@ * * @file core_zcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c index c71714a63c4ba24957293f7f3a9f2b70caf50dfb..5d882912396c98ce437138775f8661b110637e67 100644 --- a/coreblas/compute/core_zgeadd.c +++ b/coreblas/compute/core_zgeadd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c index 1735142ea9c6d1318432a9ed5518d78a17c3b792..117062a85e02f9d9cb8398be13ef2f6ae3c1867a 100644 --- a/coreblas/compute/core_zgelqt.c +++ b/coreblas/compute/core_zgelqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c index bba2ebf1eec6c252b09347d7c72fd7aec00eb610..157e0ca19215def3b312fa0839cdc244753de7ef 100644 --- a/coreblas/compute/core_zgemm.c +++ b/coreblas/compute/core_zgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgemv.c b/coreblas/compute/core_zgemv.c index 0230f7ecffcc82d7d409d82c2f088b37b724d905..a4263ffbebc71fae384f28d073fb4b1bf4f3e04d 100644 --- a/coreblas/compute/core_zgemv.c +++ b/coreblas/compute/core_zgemv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c index e914701edd312c950d13761510b3725b1ef6d5d9..70b176a1ff5e2e47811c1c2ee55c2b39eb9b3369 100644 --- a/coreblas/compute/core_zgeqrt.c +++ b/coreblas/compute/core_zgeqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c index ddf84e3a5cd5581bebac063cbe73804c14189286..259f5c3baa2163c318cc3604695f1c2e5e46e9f7 100644 --- a/coreblas/compute/core_zgesplit.c +++ b/coreblas/compute/core_zgesplit.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c index 0243b3f565785dc46a439cea1e2684132d51eb83..635637b411fdf3e81b8dbafd0bf8cc60a81383fe 100644 --- a/coreblas/compute/core_zgessm.c +++ b/coreblas/compute/core_zgessm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c index d704db932d0ae3b20d4801281644b38d35f9f39b..d1ba05de837db0cd71d006ce78124aa343ba9406 100644 --- a/coreblas/compute/core_zgessq.c +++ b/coreblas/compute/core_zgessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgesum.c b/coreblas/compute/core_zgesum.c index 0f6aac2fbfab1d63e3f2082a9bd2e048d3c6a5e4..bcf6e54e8dddd288c835aaa1a306a4a04d88bfba 100644 --- a/coreblas/compute/core_zgesum.c +++ b/coreblas/compute/core_zgesum.c @@ -2,7 +2,7 @@ * * @file core_zgesum.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c index 7254d2502194cd22c979d46d9f581b1b23937d8e..dd2c7f6cdc1f4a1093bfba613cdd4e5aeb70347f 100644 --- a/coreblas/compute/core_zgetf2_nopiv.c +++ b/coreblas/compute/core_zgetf2_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c index a7d4a04579385d22a3e826e9a3d43f7d88cd6324..2650b32ba38c9bd91a7770c9b4c23b720b761184 100644 --- a/coreblas/compute/core_zgetrf.c +++ b/coreblas/compute/core_zgetrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c index 38fb81b5ba7fad17b6e8fdec0795f1bc90a4aec9..a9586e33455f294d08e3056cbfc5ee6c9c9f4cce 100644 --- a/coreblas/compute/core_zgetrf_incpiv.c +++ b/coreblas/compute/core_zgetrf_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c index 587c003b6bb5ba0afc24a41b6c366cc6c6561c9b..0d1c5c6afa608d9df5543c6e2e6e0d77655b06c5 100644 --- a/coreblas/compute/core_zgetrf_nopiv.c +++ b/coreblas/compute/core_zgetrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zgram.c b/coreblas/compute/core_zgram.c index 4d89735b33676b83f9346c0d0b5e0a39bbf1f333..9377291a29383785b57b2031bb4f80727dd6a486 100644 --- a/coreblas/compute/core_zgram.c +++ b/coreblas/compute/core_zgram.c @@ -2,7 +2,7 @@ * * @file core_zgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c index 110df71a3f6b2d9e9c52a7451a38043a543ca444..5e0af939d1c73211dc330a011c2cb8878e0860df 100644 --- a/coreblas/compute/core_zhe2ge.c +++ b/coreblas/compute/core_zhe2ge.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c index e1a495d28c9933202dc3e6d3a5c96c7624796980..680c50008d9d56f5bec9fbb09a8615b44ee619f1 100644 --- a/coreblas/compute/core_zhemm.c +++ b/coreblas/compute/core_zhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c index c7a1486131e4f7c3fc630893e1f5d977dc9b6c3d..5975e109cc69a0253bdfb91aa5d13b399997c55a 100644 --- a/coreblas/compute/core_zher2k.c +++ b/coreblas/compute/core_zher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c index 78e9ad009da66c605040ccc6e57a7cba6ec2bc11..16b8a2875a7afff635c0564077e8e7d837ceaec0 100644 --- a/coreblas/compute/core_zherfb.c +++ b/coreblas/compute/core_zherfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c index 816c457ef9aeb2cf77da42f5a4add49fb1ec6063..435aee0c89be3e87206acc2051921983eb16dff0 100644 --- a/coreblas/compute/core_zherk.c +++ b/coreblas/compute/core_zherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c index 9484697d17d23eef16ff32aaf1ea07772ff7b15a..b88251d8c8868fdcdbef96eb583bafd33559fe8f 100644 --- a/coreblas/compute/core_zhessq.c +++ b/coreblas/compute/core_zhessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c index d82072ff87372d5313ed174b6bf362d61b48f946..5a79d21814efdf5e645ee6ba670fb276b2215884 100644 --- a/coreblas/compute/core_zlacpy.c +++ b/coreblas/compute/core_zlacpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c index 75724f158f49947182dcc586b7375973923dcd54..3b5727aa21e54366a04011c59a2387de5d7d24e4 100644 --- a/coreblas/compute/core_zlag2c.c +++ b/coreblas/compute/core_zlag2c.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c index 88a41d633997a58475b9914ee7beadc0169daa9f..ef2c1aed2128db3f486b8311a626f835da95f1df 100644 --- a/coreblas/compute/core_zlange.c +++ b/coreblas/compute/core_zlange.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c index 66dd262033caf2bc5b4680c339dc08935a663a8c..a386dfb25fd78e33f88e43f6e4daae29ab59faf4 100644 --- a/coreblas/compute/core_zlanhe.c +++ b/coreblas/compute/core_zlanhe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c index 21b4a0898df74c59b86d788b706c48674d99e02c..912419f02887b9896f834b3b67b66f197d2186ec 100644 --- a/coreblas/compute/core_zlansy.c +++ b/coreblas/compute/core_zlansy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c index b4a55ac074f28a665e765da036cbb4ecc9f7c4ed..86130935826c7d9bfe04d54ba8adcd62213aa1b4 100644 --- a/coreblas/compute/core_zlantr.c +++ b/coreblas/compute/core_zlantr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c index 7ce4ddabd06f812ef0af0bd4f9dd71376c75c496..b8af0132d7e9034eb3ee59e436aeef25668d4a1f 100644 --- a/coreblas/compute/core_zlascal.c +++ b/coreblas/compute/core_zlascal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2016-2018 KAUST. All rights reserved. * diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c index 8f7b5f4fa6477be291428aa45c6792cf6658bbb0..085d83fe9598979621f4e495cf8a63c1e020c39b 100644 --- a/coreblas/compute/core_zlaset.c +++ b/coreblas/compute/core_zlaset.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c index d566067abcac1e452c10d59a97c86d394603cb53..639b73befb3a814f58585ca0a98717aa95ef7d1f 100644 --- a/coreblas/compute/core_zlaset2.c +++ b/coreblas/compute/core_zlaset2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlatm1.c b/coreblas/compute/core_zlatm1.c index 1d79237c36c0b49035f8bc09966b89200c41ad1c..df9011242dbe6412a7f27530e105e011cd03b1e7 100644 --- a/coreblas/compute/core_zlatm1.c +++ b/coreblas/compute/core_zlatm1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c index 759c266ec43146b8406767e15891aba6475f64ef..775d395a127bfe44afca68584d1140eb2e7d4a58 100644 --- a/coreblas/compute/core_zlatro.c +++ b/coreblas/compute/core_zlatro.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c index 8201b2a93df7fbc8e64dc6b7eadf46cc2db10353..d98089c5451896fb2a816f581b7e9b1e60b2aa17 100644 --- a/coreblas/compute/core_zlauum.c +++ b/coreblas/compute/core_zlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c index 5223ec9227219ea468b2787361ef9e26963791d0..43a572ac42917f15c62ba91fe9e101b2ab5c4cb0 100644 --- a/coreblas/compute/core_zpamm.c +++ b/coreblas/compute/core_zpamm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c index 3694e2a7f18cb06d825afd6f84cb75cd6c924165..4b8f54add46a3bbd9a9ddebd8ae1f1d305a1b37f 100644 --- a/coreblas/compute/core_zparfb.c +++ b/coreblas/compute/core_zparfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c index 646cf1b3960502bd301482dbdf8f53879670d8c5..ef2c12c7c221aca01d03c7ef102e565b7065e9f5 100644 --- a/coreblas/compute/core_zpemv.c +++ b/coreblas/compute/core_zpemv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c index 6e1afeb14c34c16de237d56514340148762778ba..4b42a070c6fe0ac50962702ad658673159bdd00a 100644 --- a/coreblas/compute/core_zplghe.c +++ b/coreblas/compute/core_zplghe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c index db3109910f81912fe620fa8d742122c006660f23..47cd1e069267bea08e836402395843464a3459c4 100644 --- a/coreblas/compute/core_zplgsy.c +++ b/coreblas/compute/core_zplgsy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c index d757e096508b08502be48342cc024534e16e0ed3..b5994b90d038e7991c20df14f8f7e5ac1570e40a 100644 --- a/coreblas/compute/core_zplrnt.c +++ b/coreblas/compute/core_zplrnt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zplssq.c b/coreblas/compute/core_zplssq.c index f72fc7635c969b843803f24350de9e0bd80f1bf4..b167f4d3973678b01d2abc6f5b0fbfb3f9f5295b 100644 --- a/coreblas/compute/core_zplssq.c +++ b/coreblas/compute/core_zplssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c index 4832b7174a5752a18118da3be7e39bd9e1fc3d28..2282a5825f120ac37f907109f31ffd63d4ce2406 100644 --- a/coreblas/compute/core_zpotrf.c +++ b/coreblas/compute/core_zpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c index 07a49965c3dadcb79e5a63196bc0de61cda574be..2b9d237b6837178a7758a2e31caa6ad2bc089662 100644 --- a/coreblas/compute/core_zssssm.c +++ b/coreblas/compute/core_zssssm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c index 06c0287d580fe77a5114acd1d37db5446d25b6e9..2c735220a9aecf92bb195fa3aaad3a5fb3306130 100644 --- a/coreblas/compute/core_zsymm.c +++ b/coreblas/compute/core_zsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c index 9881daebc670402a827115da29150b44049388ab..3a7e44988f3a8d3c5925e8f67a39826d02305969 100644 --- a/coreblas/compute/core_zsyr2k.c +++ b/coreblas/compute/core_zsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c index 5fd212e58f04dd8b5b3330cb38137c0c76ad499f..73395a6e4b2efba01d19e3e58645994f61947b0a 100644 --- a/coreblas/compute/core_zsyrk.c +++ b/coreblas/compute/core_zsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c index 6b85714551214d14005b903a21ba1463ca3c732d..8a600d39f3869260c28813e26f738569abffcc7a 100644 --- a/coreblas/compute/core_zsyssq.c +++ b/coreblas/compute/core_zsyssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c index 60e9542f3f9304f301540db4623e9c30ad53a1ba..2da3c6e6914b59bc00838d1ffb50c7e26e9b5479 100644 --- a/coreblas/compute/core_zsytf2_nopiv.c +++ b/coreblas/compute/core_zsytf2_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztile.c b/coreblas/compute/core_ztile.c index 31b1ee49599e53f619e206c164677c066499a18b..bee05a72fa4df1424227958875ec1f62c5fa9d43 100644 --- a/coreblas/compute/core_ztile.c +++ b/coreblas/compute/core_ztile.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon CPU kernel interface from CHAM_tile_t layout to the real one. diff --git a/coreblas/compute/core_ztile_empty.c b/coreblas/compute/core_ztile_empty.c index ee7a4a3fc94b0c8ef0999ad97c3c89d70c17db44..d65850e2ef0723630b6997385ea644f7d020fe4b 100644 --- a/coreblas/compute/core_ztile_empty.c +++ b/coreblas/compute/core_ztile_empty.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon CPU kernel interface from CHAM_tile_t layout to the real one. diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c index 0fdee6d7afeb8570db95c9608886ece3d7f91735..69f300cd04d2f39fe9743603aa7bd49071c16a6f 100644 --- a/coreblas/compute/core_ztplqt.c +++ b/coreblas/compute/core_ztplqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c index 480b0d9a3767eeea940e396a73dfc534fd19cc56..3491c820aff74d97edc879ce19f96c05eb1943ab 100644 --- a/coreblas/compute/core_ztpmlqt.c +++ b/coreblas/compute/core_ztpmlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c index 4e5fc32e93040b6af98f15ed45e2b6a4f9a18756..06db92cd4f982e9837d2eb28b76824b12f73dc14 100644 --- a/coreblas/compute/core_ztpmqrt.c +++ b/coreblas/compute/core_ztpmqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c index 01823b47355ec26582d87fd54a45d0e9015a2379..93f102183bee28d50e1b9ced1d87181d99f5d381 100644 --- a/coreblas/compute/core_ztpqrt.c +++ b/coreblas/compute/core_ztpqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c index 6eae1f75b3d9ffa6ba7ccbfc00fcfc10e1de2c48..027216e200c00cdf628816bd1fafa8cc804399c8 100644 --- a/coreblas/compute/core_ztradd.c +++ b/coreblas/compute/core_ztradd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c index ce8c9a3ca5649d42610c73b0d705bc60b2088761..653fa68e50d105c1e4716bd485fdeeaedcc042a4 100644 --- a/coreblas/compute/core_ztrasm.c +++ b/coreblas/compute/core_ztrasm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c index 3bbb83af35cf7f0ef1f37bf1d09a38329e61d113..7f7ca5ee9e17fe813223130f145b53841cf80d36 100644 --- a/coreblas/compute/core_ztrmm.c +++ b/coreblas/compute/core_ztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c index fb5e0eaab07f22cfd9fd75dd7965c3b44b6440e5..c0984cf4da3d7dbcdc94e5200d448b05cf94d8d1 100644 --- a/coreblas/compute/core_ztrsm.c +++ b/coreblas/compute/core_ztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c index 78ee33b95e27a50abd01e5181e657f241e0bafe5..8545a2bf1d5f9ebf55049dc38ac20b07e49569e8 100644 --- a/coreblas/compute/core_ztrssq.c +++ b/coreblas/compute/core_ztrssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c index 41a818cb9afed25686c689a1bf6f093bf80d51f9..2df7606e3a0f8e8243129b67a8429e00f44736f3 100644 --- a/coreblas/compute/core_ztrtri.c +++ b/coreblas/compute/core_ztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c index 5e929e00bb9a8c8d822801421159b1bdc6e08c78..246191bcf0c0cadcbd3fe0ac02331bd1a2331a4f 100644 --- a/coreblas/compute/core_ztslqt.c +++ b/coreblas/compute/core_ztslqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c index 5dad9ce3572263faae6f80e293aacd82d4c57487..38b79649e4713a7172f2fec43cc51a7e9615ee86 100644 --- a/coreblas/compute/core_ztsmlq.c +++ b/coreblas/compute/core_ztsmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c index 55206e6aa4e1b90f7b7ee8ab345786d34700cf28..5a933292a24fc6a86b4ce01cded014b13b3e4db7 100644 --- a/coreblas/compute/core_ztsmlq_hetra1.c +++ b/coreblas/compute/core_ztsmlq_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c index 5327115d57d98ee3d8212b5e4dc7ae500af38862..0114b522e10cf3be479be73eb2a4d7da4a7ab242 100644 --- a/coreblas/compute/core_ztsmqr.c +++ b/coreblas/compute/core_ztsmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c index 42205b619c08ff82f639d1015fe6c754d8a9cdf7..8732fdd328951b14effcf1efb4adc117b3c6ee50 100644 --- a/coreblas/compute/core_ztsmqr_hetra1.c +++ b/coreblas/compute/core_ztsmqr_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c index 6a8f5d8be2e0835952428d9a86aff2b07ef8f6c8..4be7ea7362cf988f5e1af82e072e28f05fc0f8db 100644 --- a/coreblas/compute/core_ztsqrt.c +++ b/coreblas/compute/core_ztsqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c index cf7c94935c996b55461ce6b893208bbdaee21b1c..9f3de71aba00fb987dd1a7f8d033d733ea892b12 100644 --- a/coreblas/compute/core_ztstrf.c +++ b/coreblas/compute/core_ztstrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c index 0e09a7a3a413012465c6fe431d27f6cf9d213cb2..e7d7bb7f0686f0276924dfc14e6dd595c756741e 100644 --- a/coreblas/compute/core_zttlqt.c +++ b/coreblas/compute/core_zttlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c index 27e68360c120e4651e313939df7c5d5a6af84cc6..7fc930869b6a3ac3e09d41c9f33472a8fdab3a3d 100644 --- a/coreblas/compute/core_zttmlq.c +++ b/coreblas/compute/core_zttmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c index 69e33c16c31187368ac35b384f1b9f0c70511370..aebc8cfb18834221679952c42fcf12126b3d265c 100644 --- a/coreblas/compute/core_zttmqr.c +++ b/coreblas/compute/core_zttmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. *** * diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c index 78ac5a9c38af159cec71aba7d36b4c5492f217f5..3136dba4de7d5052fb630b5457d72d09b1323b0f 100644 --- a/coreblas/compute/core_zttqrt.c +++ b/coreblas/compute/core_zttqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c index 7fb9b5341f9d10d421e88fc3cf42443deb0b8bc3..65d29d14adf1438fe8822f1725fb6631cd617174 100644 --- a/coreblas/compute/core_zunmlq.c +++ b/coreblas/compute/core_zunmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c index 542332b3591df61910d6315b05a2c681562104b1..f9932cd67c2e69fa974873e493c43f12ff7baffd 100644 --- a/coreblas/compute/core_zunmqr.c +++ b/coreblas/compute/core_zunmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * */ diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c index e992acfd3c465589084dac5e47b36d437a90fc0c..d7dc99d156fc389948262a0abba79a57ea8f036f 100644 --- a/coreblas/compute/global.c +++ b/coreblas/compute/global.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/compute/hmat_z.c b/coreblas/compute/hmat_z.c index aa7f0d219fd206fa40d6fc2502d8945d12bd2766..5c64580bc110e007ce0fb62526459e7744fb4af6 100644 --- a/coreblas/compute/hmat_z.c +++ b/coreblas/compute/hmat_z.c @@ -2,7 +2,7 @@ * * @file hmat_z.c * - * @copyright 2019-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2019-2019 Universidad Jaume I. All rights reserved. * diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt index 083ff4f9ac13029f19c033b695cb378db0a27fd8..f684542be072bbab6f3049328be7b63c465584d8 100644 --- a/coreblas/eztrace_module/CMakeLists.txt +++ b/coreblas/eztrace_module/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt index 30f7ad411e5212aff837151d20d072db44a08033..630797a761488f5286a85870267b7f15bae45c13 100644 --- a/coreblas/include/CMakeLists.txt +++ b/coreblas/include/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h index 771f7856e69abe062fe5c4b3e627a90b109f3b49..60fc0b6ac9c6242848eef87d32f922800c449849 100644 --- a/coreblas/include/coreblas.h +++ b/coreblas/include/coreblas.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/cblas.h b/coreblas/include/coreblas/cblas.h index 4e81ab4a71e44e23b735c1e7fbad7173521b98aa..e43a82d82a4da8fd0c0aba53b609d40fd6b8e0c3 100644 --- a/coreblas/include/coreblas/cblas.h +++ b/coreblas/include/coreblas/cblas.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h index 9637ba67b5d2bc56bd650346389bae1bb486d360..88236e13be7cd7ec7a0d821216c4e8b43063fd4e 100644 --- a/coreblas/include/coreblas/coreblas_z.h +++ b/coreblas/include/coreblas/coreblas_z.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h index 1b67496c8c1f714f8af2e8cd769976c55ce605f3..27ffb248d5b55da307a75ef31ae8e0021071a11b 100644 --- a/coreblas/include/coreblas/coreblas_zc.h +++ b/coreblas/include/coreblas/coreblas_zc.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/coreblas_ztile.h b/coreblas/include/coreblas/coreblas_ztile.h index 10d420339b4e39bbc34fae19d5cc349ed08b0f71..89bf22d10029ac263ebd3aaafac441c72a6b339e 100644 --- a/coreblas/include/coreblas/coreblas_ztile.h +++ b/coreblas/include/coreblas/coreblas_ztile.h @@ -2,7 +2,7 @@ * * @file coreblas_ztile.h * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800 ), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800 ), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon CPU kernel CHAM_tile_t interface diff --git a/coreblas/include/coreblas/hmat.h b/coreblas/include/coreblas/hmat.h index dabcea3b0e7a185aae5b69242a644b450cdddd8a..fcf6d079663d006f988fc0b61b4e06903e22825f 100644 --- a/coreblas/include/coreblas/hmat.h +++ b/coreblas/include/coreblas/hmat.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/hmat_z.h b/coreblas/include/coreblas/hmat_z.h index b8d38928d6bf6c9596f82c7e8175ad01c01873b6..d4ae34c9d81e31440bdd93effb042a04b2ddd07c 100644 --- a/coreblas/include/coreblas/hmat_z.h +++ b/coreblas/include/coreblas/hmat_z.h @@ -2,7 +2,7 @@ * * @file hmat_z.h * - * @copyright 2019-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2019-2019 Universidad Jaume I. All rights reserved. * diff --git a/coreblas/include/coreblas/lapacke_config.h b/coreblas/include/coreblas/lapacke_config.h index 3b4b1063666537ce64c3372500d3d89434be1fc4..a8e71d8b02940702519e4024ee236732fc683a0e 100644 --- a/coreblas/include/coreblas/lapacke_config.h +++ b/coreblas/include/coreblas/lapacke_config.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/lapacke_mangling.h b/coreblas/include/coreblas/lapacke_mangling.h index 408a6123d4c60c07bb05257968f4f525d61a17ea..c32256bf590b17151aef72740aac9716c8f4cd56 100644 --- a/coreblas/include/coreblas/lapacke_mangling.h +++ b/coreblas/include/coreblas/lapacke_mangling.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/coreblas/include/coreblas/random.h b/coreblas/include/coreblas/random.h index 3bf6d02a3a2f18c47e18ced1777cf99e8b7e9ad7..7f1c20d90c08b8db19cb8e926a137844949a77cb 100644 --- a/coreblas/include/coreblas/random.h +++ b/coreblas/include/coreblas/random.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** @@ -18,6 +18,9 @@ * @precisions normal z -> c d s * */ +#ifndef _chameleon_random_h_ +#define _chameleon_random_h_ + /* Rnd64seed is a global variable but it doesn't spoil thread safety. All matrix generating threads only read Rnd64seed. It is safe to set Rnd64seed before @@ -96,3 +99,5 @@ CORE_zlaran( unsigned long long int *ran ) return value; } + +#endif /* _chameleon_random_h_ */ diff --git a/coreblas/include/coreblas/sumsq_update.h b/coreblas/include/coreblas/sumsq_update.h index 9a6c37dc6a890d954db3e65b87f3357de9d21485..75e04252155ad7398f0baf69685feeb8c743e1bf 100644 --- a/coreblas/include/coreblas/sumsq_update.h +++ b/coreblas/include/coreblas/sumsq_update.h @@ -2,7 +2,7 @@ * * @file sumsq_update.h * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/CMakeLists.txt b/cudablas/CMakeLists.txt index 91eeb09f45a6b22caf41d1aa3b1d611d7b8817ed..8a9f10589c688e5345ad7f217e533008ef6c58d2 100644 --- a/cudablas/CMakeLists.txt +++ b/cudablas/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/cudablas/compute/CMakeLists.txt b/cudablas/compute/CMakeLists.txt index a3473603668f5d755ff2a66ab28903304a786591..6cb9a8e511222807b5737176409ab0513f7fa456 100644 --- a/cudablas/compute/CMakeLists.txt +++ b/cudablas/compute/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c index 78ebaf077bb1004dda107384133da93044f2f263..ea17b3a6b01ba75add2a08f5b8ea9b5718734e8e 100644 --- a/cudablas/compute/cuda_zgeadd.c +++ b/cudablas/compute/cuda_zgeadd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c index 5b36a5f875db40f217f642c64763e9733bb7edd2..3159194f0d3e7b1fe437ff2d0efa02e7da99bdc2 100644 --- a/cudablas/compute/cuda_zgelqt.c +++ b/cudablas/compute/cuda_zgelqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c index de144f7904a9340683e0da4a7e2fb59d9d474319..96f5efaaacbc2c02b15996e32e1ad8aaa66afb4d 100644 --- a/cudablas/compute/cuda_zgemerge.c +++ b/cudablas/compute/cuda_zgemerge.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c index 7a9da427a944164fe1b3537bd5191e7d2be88c51..0bc6f7e003b8b2322975c04b231d0ad0921a4c39 100644 --- a/cudablas/compute/cuda_zgemm.c +++ b/cudablas/compute/cuda_zgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c index d2d33026f7f290ab9d92b69de406d4a98d13c413..5d8ed48fbb3bd0c23e91e01d9b3d4b0ca261a99c 100644 --- a/cudablas/compute/cuda_zgeqrt.c +++ b/cudablas/compute/cuda_zgeqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c index 3c885fc4123122ac7eef3a95a95fb4a5eff7e13e..fc1125109ea6d1282b67043e45584c1bb66d4680 100644 --- a/cudablas/compute/cuda_zgessm.c +++ b/cudablas/compute/cuda_zgessm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c index 761607639a09621307425bfa9f3eef14d4155888..be28b64960bb0222ef3adf804c41cc52cc5faa11 100644 --- a/cudablas/compute/cuda_zgetrf.c +++ b/cudablas/compute/cuda_zgetrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c index 95201c0357e6d3cdc0efe6ec05e06d892f581764..3e8d1166c2b7e498b3bfe44e9c571c38bc5d297d 100644 --- a/cudablas/compute/cuda_zhemm.c +++ b/cudablas/compute/cuda_zhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c index bc4e69c839ddcc64354464492dcd76265471762d..5a9af58b34abe31f7123f91fbbe749c9951ce29a 100644 --- a/cudablas/compute/cuda_zher2k.c +++ b/cudablas/compute/cuda_zher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c index 36e1784fb72f355068d549bc5229f8157a3af1ea..d84adf8d6f38267ba1f646bf93d2c20b4712622c 100644 --- a/cudablas/compute/cuda_zherfb.c +++ b/cudablas/compute/cuda_zherfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c index 3ac3b66f12430e91fe50f0c1bef7e50888eae2c6..7acc0bd577cb5781be5fa9e44ade9829710f52ba 100644 --- a/cudablas/compute/cuda_zherk.c +++ b/cudablas/compute/cuda_zherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c index 49a9baaa3622fbfbeed8f8ff173cc8d118c6c945..bff36f161abbd248d535486991f5dbed20333da4 100644 --- a/cudablas/compute/cuda_zlarfb.c +++ b/cudablas/compute/cuda_zlarfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c index 9e471e579dcce5e0710c2a0fab25c869a3b1f4d0..772c731718ec7494bcef75e36222dfdbb9374640 100644 --- a/cudablas/compute/cuda_zlauum.c +++ b/cudablas/compute/cuda_zlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c index 476c8b7faef0e0bf6b3a6bb387b15d130682c9d3..80d7557859b9e5a5289e121869614bc4c80fbd3e 100644 --- a/cudablas/compute/cuda_zparfb.c +++ b/cudablas/compute/cuda_zparfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c index ceaf7c3590fdf054b4d64aa7d1203806fa03e254..546817a8c8b00cf33084de28b9c194f648e1342f 100644 --- a/cudablas/compute/cuda_zpotrf.c +++ b/cudablas/compute/cuda_zpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c index ab6e19fea7652831087a38d71caf9f9d45339040..960ddd88fb25d9b8cce93bfbf9b7b9d8d2ac0bbd 100644 --- a/cudablas/compute/cuda_zssssm.c +++ b/cudablas/compute/cuda_zssssm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c index 3dcfa14eb9b0eecae32a4d2df75e54382e0e4038..8efcd99d1ed8f8ad913c1e5d01a42478a90b07df 100644 --- a/cudablas/compute/cuda_zsymm.c +++ b/cudablas/compute/cuda_zsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c index 9bd078b38e7afd1c4494d7f668a8e3d4863361cc..fb6d4398bbc9dc7d8c7ed6099cafe41656ad9850 100644 --- a/cudablas/compute/cuda_zsyr2k.c +++ b/cudablas/compute/cuda_zsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c index cdf966546a2a2d7229766146c7000c5c34c47e29..05e143c6ad02365ddd8289115192cd6a8c8fbd3a 100644 --- a/cudablas/compute/cuda_zsyrk.c +++ b/cudablas/compute/cuda_zsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztpmlqt.c b/cudablas/compute/cuda_ztpmlqt.c index 58c613a756fccccde789eb01f4b7a9be5f62fe52..5e1c31b3c5e4eecc93618c647e3335c745e7f314 100644 --- a/cudablas/compute/cuda_ztpmlqt.c +++ b/cudablas/compute/cuda_ztpmlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c index ddcbc1b522e8b6968e6c6ffca000907c6951ae0a..72307544809fd113e3e7db115d088c03d0798671 100644 --- a/cudablas/compute/cuda_ztpmqrt.c +++ b/cudablas/compute/cuda_ztpmqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c index f177a09312030ef9497570120ab584c6cdae6b05..959215f18cb19f0e1ab2c0a7ad0766e9d57d0c74 100644 --- a/cudablas/compute/cuda_ztrmm.c +++ b/cudablas/compute/cuda_ztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c index 32d8c83c9d4f80bde4a76ddc93fb724246ef932e..19716534efd69059517461133c880a0075ea4c5f 100644 --- a/cudablas/compute/cuda_ztrsm.c +++ b/cudablas/compute/cuda_ztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c index 5f15734307bdc30f55b5ec50b1c77a174ad010a9..35f04327d97d68e893788e7012a3e047d49f5f2a 100644 --- a/cudablas/compute/cuda_ztrtri.c +++ b/cudablas/compute/cuda_ztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c index 1efbb61788dbdadecf63b20bb9b9dda787a45596..9ab535e58acc3da773e992ad9040a2b8b3282aa5 100644 --- a/cudablas/compute/cuda_ztslqt.c +++ b/cudablas/compute/cuda_ztslqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c index 63918f4b50c889448027d22534de2c4b31a0f0cc..5cd02a13199e3b31371009d94de4e4564f9fbefa 100644 --- a/cudablas/compute/cuda_ztsmlq.c +++ b/cudablas/compute/cuda_ztsmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c index 61b05597243418c988b5cea60e914fc35773881f..53fc92afd32aa64def683f82d0ef25c0febfa819 100644 --- a/cudablas/compute/cuda_ztsmqr.c +++ b/cudablas/compute/cuda_ztsmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c index c71846e95c420ffeb977ce59bb6049eced385c34..56fad857304160ef92c3b8c39d6f157fe69b77df 100644 --- a/cudablas/compute/cuda_ztsqrt.c +++ b/cudablas/compute/cuda_ztsqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c index 13d9b6a6fd09bfae34731eb62c0b26927643658f..5f36358058dbd86fdde8d1018dfd44a14456eb6c 100644 --- a/cudablas/compute/cuda_ztstrf.c +++ b/cudablas/compute/cuda_ztstrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zttmlq.c b/cudablas/compute/cuda_zttmlq.c index 4e6ac068a494b1afbf0ace0ce03b8595c9aa0fb1..010fa356d41cdf0bc781c0d28d20de7417d9d921 100644 --- a/cudablas/compute/cuda_zttmlq.c +++ b/cudablas/compute/cuda_zttmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c index bd2a17569b35ca7930a0a262ee3a72d7bdf69ba3..a64b3bb45f3cdbec202f18ebfcb2298a58d88721 100644 --- a/cudablas/compute/cuda_zttmqr.c +++ b/cudablas/compute/cuda_zttmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c index 47a3b19806b6fd4dc4acab4db331e3ee734e1652..d239aed747c4221d9d3c426acd054260f9506ace 100644 --- a/cudablas/compute/cuda_zunmlqt.c +++ b/cudablas/compute/cuda_zunmlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c index 3864bd5ffe061a38f03531da9a544c79ee4316cc..825410ded5a46c66361325cd3c30cf143bb8e06a 100644 --- a/cudablas/compute/cuda_zunmqrt.c +++ b/cudablas/compute/cuda_zunmqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c index b2360a437215da4fa8313e43b3933105cccaa5c7..14e30fd8ceb4a67a6466352a81f084f437f1c871 100644 --- a/cudablas/compute/cudaglobal.c +++ b/cudablas/compute/cudaglobal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt index d5fa7339856100a09464a304079f309b1a6280b1..6b6e28f5242fcc3a971fac6e1d8a8d522633c5f2 100644 --- a/cudablas/eztrace_module/CMakeLists.txt +++ b/cudablas/eztrace_module/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/cudablas/include/CMakeLists.txt b/cudablas/include/CMakeLists.txt index ca12bd2701f9d4b2d648ace96c5b3317aacc633f..bd00497dc38fc87abc5abb51b4145bd79da3e661 100644 --- a/cudablas/include/CMakeLists.txt +++ b/cudablas/include/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h index 066680e640100f1153e228c1db339b8bce726d4a..ddc03b44cc72fb3d73c390df6b0d8de34200fc63 100644 --- a/cudablas/include/cudablas.h +++ b/cudablas/include/cudablas.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h index 9eeebdf174e8adafbadc21b16acce1405d271fc8..a4f9302e17af5631d039ebbd63c938a32a403814 100644 --- a/cudablas/include/cudablas/cudablas_z.h +++ b/cudablas/include/cudablas/cudablas_z.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index d7077e2a524f2abce42eed968c1dfc76223aef81..271a4210eab4e6bb28f075d40090012477d28e86 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/doc/dev/CMakeLists.txt b/doc/dev/CMakeLists.txt index 03e930ef1e699317eb9e236f30b0d508bf194f7a..792696af116fc5a33017bb9f4ab8a75b3e47e493 100644 --- a/doc/dev/CMakeLists.txt +++ b/doc/dev/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index cb832e939e8d9f9a3dd84d5f5dbfc226153adcfb..ba991500c3c633210016c15045dd141874a71b8a 100755 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### @@ -18,6 +18,7 @@ # Univ. of Colorado Denver. # # @version 1.0.0 +# @author Florent Pruvost # @date 2020-03-03 # ### diff --git a/example/lapack_to_chameleon/CMakeLists.txt b/example/lapack_to_chameleon/CMakeLists.txt index ae879d87707146fdba1bfec02c0a0a2cf310438c..5763e35da9ecc7af01fc2e0e1e8ae3a06b81318e 100644 --- a/example/lapack_to_chameleon/CMakeLists.txt +++ b/example/lapack_to_chameleon/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/example/lapack_to_chameleon/lapack_to_chameleon.h b/example/lapack_to_chameleon/lapack_to_chameleon.h index 43f880848db28953602c4a5352ce00ccf6e7534e..a23425b2569557ca10d7ca4b3e929957981c8b66 100644 --- a/example/lapack_to_chameleon/lapack_to_chameleon.h +++ b/example/lapack_to_chameleon/lapack_to_chameleon.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step0.c b/example/lapack_to_chameleon/step0.c index 06cc6f2fc54b73a71803096f43d45e9c5d9e1ee6..0867c80087a24c6c1fb1f6c94d4dc5758355c724 100644 --- a/example/lapack_to_chameleon/step0.c +++ b/example/lapack_to_chameleon/step0.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step0.h b/example/lapack_to_chameleon/step0.h index a679fdd4200f1a8f528a9b22b329ac49563b3cee..79467527102a96d79bee1456650ea8817eaa8616 100644 --- a/example/lapack_to_chameleon/step0.h +++ b/example/lapack_to_chameleon/step0.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step1.c b/example/lapack_to_chameleon/step1.c index 7b86bda305e52d50ca262ef4f14c96b6eb6a6af2..4e2d9f86bc73eb2802c536d6069545765d49da17 100644 --- a/example/lapack_to_chameleon/step1.c +++ b/example/lapack_to_chameleon/step1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step1.h b/example/lapack_to_chameleon/step1.h index 643c1e5fe5e81b5d9fb55f7605f58ea0f76f990c..1eceef3f3a212bd746a0357707fb8d44658113f2 100644 --- a/example/lapack_to_chameleon/step1.h +++ b/example/lapack_to_chameleon/step1.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step2.c b/example/lapack_to_chameleon/step2.c index dc01eb6b3b466942a939969bad65bc4021445114..f91e77e5f1781dcb2f4ad1bad82d8c8dbadaef3c 100644 --- a/example/lapack_to_chameleon/step2.c +++ b/example/lapack_to_chameleon/step2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step2.h b/example/lapack_to_chameleon/step2.h index e0a28ad5ed374fa6e20509d012a984ac8a79d21a..03d3ff12e9db42c2a5ccae40f5727801df705146 100644 --- a/example/lapack_to_chameleon/step2.h +++ b/example/lapack_to_chameleon/step2.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step3.c b/example/lapack_to_chameleon/step3.c index e2b1813766d18b623ec5cbe7aeb10c55a6414bcd..b3f9a46f390ffad015721a2b516fa6dab4155558 100644 --- a/example/lapack_to_chameleon/step3.c +++ b/example/lapack_to_chameleon/step3.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step3.h b/example/lapack_to_chameleon/step3.h index 06e6c7b6c8ea2e8a3086876c496b775c7cfe380c..740c82ffe188c882fe3bf71bf4e789d1e9550943 100644 --- a/example/lapack_to_chameleon/step3.h +++ b/example/lapack_to_chameleon/step3.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step4.c b/example/lapack_to_chameleon/step4.c index b818e549637ab44f489a3986cb79795c8dde7cd6..46374a93e1501dc26eb736e464e34d189ef7e481 100644 --- a/example/lapack_to_chameleon/step4.c +++ b/example/lapack_to_chameleon/step4.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step4.h b/example/lapack_to_chameleon/step4.h index 527062bfd48c15370fcca45acffc465f3e6f2d09..193c629ea947aceed85976031edb545c531243a2 100644 --- a/example/lapack_to_chameleon/step4.h +++ b/example/lapack_to_chameleon/step4.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step5.c b/example/lapack_to_chameleon/step5.c index f4bb1e35a9ebd37ab072cd66dc567264de874ce1..52461020a37a8661002b7cbe6b028660dc344706 100644 --- a/example/lapack_to_chameleon/step5.c +++ b/example/lapack_to_chameleon/step5.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step5.h b/example/lapack_to_chameleon/step5.h index 2924cd367a50068db8c22b0c98a822262714f16b..efec15ac72e80bfdd2da63e721a200bdbf7300f6 100644 --- a/example/lapack_to_chameleon/step5.h +++ b/example/lapack_to_chameleon/step5.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step6.c b/example/lapack_to_chameleon/step6.c index f0aa1d436b18c92bd50a663c56e00d53b42828cc..d78ed83b1cf2326d17161e57fa4de706c6f3c367 100644 --- a/example/lapack_to_chameleon/step6.c +++ b/example/lapack_to_chameleon/step6.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step6.h b/example/lapack_to_chameleon/step6.h index 395914c6471170c901120b3c4797e69f58a06e93..1598e2a227240725454420a61a597696408ad9f8 100644 --- a/example/lapack_to_chameleon/step6.h +++ b/example/lapack_to_chameleon/step6.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step7.c b/example/lapack_to_chameleon/step7.c index 9ca4e8f112362e7edc1833f4f46c5e1d3b2771ae..915abff287fa7cfc04df08146a000b10d866899d 100644 --- a/example/lapack_to_chameleon/step7.c +++ b/example/lapack_to_chameleon/step7.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/lapack_to_chameleon/step7.h b/example/lapack_to_chameleon/step7.h index 3b637a4ab3d56e256f0c051b6ec3b8424d0ee6b2..25186eac3866deaa7a2e5b92ce46c4f4759e84e0 100644 --- a/example/lapack_to_chameleon/step7.h +++ b/example/lapack_to_chameleon/step7.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/link_chameleon/CMakeLists.txt b/example/link_chameleon/CMakeLists.txt index fe02c47f2ef087c59e18d5c61f4bb1dcb36a7627..1c988941847a333e7ea95af7148e8c3950478486 100644 --- a/example/link_chameleon/CMakeLists.txt +++ b/example/link_chameleon/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### @@ -18,6 +18,7 @@ # Univ. of Colorado Denver. # # @version 1.1.0 +# @author Florent Pruvost # @date 2021-01-04 # ### diff --git a/example/link_chameleon/link_chameleon.c b/example/link_chameleon/link_chameleon.c index 5d93ebcdc60b9f233f2f915c4bbc4691668a6e70..944d3ada9967b84373972d9f419d29a096fe0d01 100644 --- a/example/link_chameleon/link_chameleon.c +++ b/example/link_chameleon/link_chameleon.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/example/link_chameleon/link_chameleon.f90 b/example/link_chameleon/link_chameleon.f90 index 40ba455eb99b9838ef80b2908f7cdf591d793af6..09b3de947330cd421203981a3961bd65cf8a755e 100644 --- a/example/link_chameleon/link_chameleon.f90 +++ b/example/link_chameleon/link_chameleon.f90 @@ -6,7 +6,7 @@ ! CHAMELEON is a software package provided by Univ. of Tennessee, ! Univ. of California Berkeley and Univ. of Colorado Denver ! -! @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, ! Univ. Bordeaux. All rights reserved. ! ! @version 1.0.0 diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index d76372f6f1c7f7feda916b5974ec3a69fa4966a2..60bb2d7ecb25b76ba58919c7d3c866610919f387 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/include/chameleon.h b/include/chameleon.h index e34925827c218b11af541393e4912deb599e7596..c84870561585b0d90dd25fb27a91c16d8cb54a0b 100644 --- a/include/chameleon.h +++ b/include/chameleon.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/chameleon_z.h b/include/chameleon/chameleon_z.h index 6fd52f848de55b5e1680ab3a322769244e08c2f9..27b09ebab7bab36e72be805e54e329bfc662581e 100644 --- a/include/chameleon/chameleon_z.h +++ b/include/chameleon/chameleon_z.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/chameleon_zc.h b/include/chameleon/chameleon_zc.h index 3bc60397e5b5acf45d608d9a341beee028e5141b..b185bd7183eb12ed168fe06e69e88faf363f7bb0 100644 --- a/include/chameleon/chameleon_zc.h +++ b/include/chameleon/chameleon_zc.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/config.h.in b/include/chameleon/config.h.in index 9f62ff9852df02bca2127f193d7cdef28bca111a..c7da3b3191ba8f35ff33b02458e9ecd46954b721 100644 --- a/include/chameleon/config.h.in +++ b/include/chameleon/config.h.in @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h index f6e1284ab2cda8ee73f325b17557079e7cb114d9..49ee798238a71de5509a2c9f705da0bb7640d7ca 100644 --- a/include/chameleon/constants.h +++ b/include/chameleon/constants.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/flops.h b/include/chameleon/flops.h index 864deda07273763b22b590d9cff6bcb1e7ab72b1..5be0a483eb69fd1cd58690ba7600c4d503036240 100644 --- a/include/chameleon/flops.h +++ b/include/chameleon/flops.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/fortran.h b/include/chameleon/fortran.h index a4022a59fdaadd8da1725c334d7a043aded6623c..0e8b98053bee256622d0cfbe7f2fc6cb5567ce2d 100644 --- a/include/chameleon/fortran.h +++ b/include/chameleon/fortran.h @@ -5,7 +5,7 @@ ! ! @copyright 2009-2014 The University of Tennessee and The University of ! Tennessee Research Foundation. All rights reserved. -! @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +! @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, ! Univ. Bordeaux. All rights reserved. ! ! @version 1.0.0 diff --git a/include/chameleon/runtime.h b/include/chameleon/runtime.h index f3e26f4f755f90bd564d3ac434a1a9cee30fc2dd..4535f170eafa42a442fecca3c7c5371cad1b5eb7 100644 --- a/include/chameleon/runtime.h +++ b/include/chameleon/runtime.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/runtime_struct.h b/include/chameleon/runtime_struct.h index a5ca6e027043b2d95452cf01c9821be40f31582f..d3c23f58398edf6a2de8386398d2592de19e8896 100644 --- a/include/chameleon/runtime_struct.h +++ b/include/chameleon/runtime_struct.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/simulate.h b/include/chameleon/simulate.h index 3e5b3f378e98754e229e2c3fc76d77e4f5b16a78..25ddfd9ef81b720fbdb62ebd9719e49db6a4d47e 100644 --- a/include/chameleon/simulate.h +++ b/include/chameleon/simulate.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/struct.h b/include/chameleon/struct.h index 6da47e1c9f332a9ac9b3042fe34e5a1bbdd30a93..240d00c784685e96017905ae7739331b9811aac5 100644 --- a/include/chameleon/struct.h +++ b/include/chameleon/struct.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/tasks.h b/include/chameleon/tasks.h index bb26355eb5bf32f108246e2a0b4268fc39b74e87..a8fc85aeba810483dd3fab28907b2c67716ebe4d 100644 --- a/include/chameleon/tasks.h +++ b/include/chameleon/tasks.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/tasks_z.h b/include/chameleon/tasks_z.h index d89c00df4d5a0c1405584fe630a6ee846bb5939a..6b4da8f2927d6280f9f642610f77a0b32d70463b 100644 --- a/include/chameleon/tasks_z.h +++ b/include/chameleon/tasks_z.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/tasks_zc.h b/include/chameleon/tasks_zc.h index 2e21a59505ed06a327ee43472b0dc892545787dd..b12435023190027e70c1e0c82c9fa9336baf7bff 100644 --- a/include/chameleon/tasks_zc.h +++ b/include/chameleon/tasks_zc.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/include/chameleon/timer.h b/include/chameleon/timer.h index 76e0ae37c47d81202c90b10611bdefc2408ab959..0124496cbf5631717a1eea180b9d2d03dc6ec7a3 100644 --- a/include/chameleon/timer.h +++ b/include/chameleon/timer.h @@ -4,10 +4,11 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @version 1.0.0 + * @author Mathieu Faverge * * @brief Chameleon timer * diff --git a/include/chameleon/types.h b/include/chameleon/types.h index 0a38ebb9a7a97e7eb7f6d8294826a990a592f1fe..e9280b38c935726eb8578c4e28abfdd6f028cdc3 100644 --- a/include/chameleon/types.h +++ b/include/chameleon/types.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/lib/pkgconfig/chameleon.pc.in b/lib/pkgconfig/chameleon.pc.in index 50550a26c25617da1962bafee05020a518ad7fb9..9ae6fd2cb6381c3bdebf0f4d27c69c904a912951 100644 --- a/lib/pkgconfig/chameleon.pc.in +++ b/lib/pkgconfig/chameleon.pc.in @@ -1,3 +1,13 @@ +# +# @file chameleon.pc +# +# @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.1.0 +# @author Florent Pruvost +# @date 2021-01-07 +# prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib diff --git a/lib/pkgconfig/coreblas.pc.in b/lib/pkgconfig/coreblas.pc.in index 64fd9b165ea6af305ab3ec604fd997339de3d764..8ff097d177fa3a1d71a2541cf575a5244d06c0fb 100644 --- a/lib/pkgconfig/coreblas.pc.in +++ b/lib/pkgconfig/coreblas.pc.in @@ -1,3 +1,13 @@ +# +# @file coreblas.pc +# +# @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.1.0 +# @author Florent Pruvost +# @date 2021-01-07 +# prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib diff --git a/lib/pkgconfig/cudablas.pc.in b/lib/pkgconfig/cudablas.pc.in index b0b94291c427be267e102b37703b661721caf912..cfa185404e726d1bbe297cb7e72263fc0970530a 100644 --- a/lib/pkgconfig/cudablas.pc.in +++ b/lib/pkgconfig/cudablas.pc.in @@ -1,3 +1,13 @@ +# +# @file cudablas.pc +# +# @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.1.0 +# @author Florent Pruvost +# @date 2021-01-07 +# prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 9ca5edd5c927544480fc82f3a75c78ddbdca4447..3403becc8257c22301fa543f831c700251548dfe 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/runtime/openmp/CMakeLists.txt b/runtime/openmp/CMakeLists.txt index 0a2242ff79a962b8941c48f826e4b8317c30a6b4..468d4bb32e59b06e020d199e24cb1b1535dd98bb 100644 --- a/runtime/openmp/CMakeLists.txt +++ b/runtime/openmp/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2015 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/runtime/openmp/codelets/codelet_dlag2z.c b/runtime/openmp/codelets/codelet_dlag2z.c index aa5c6a30dfffbadeb77fa7e5a9eed425023b491f..3d3c830170e9b5727d1defa45459649d40fa4d18 100644 --- a/runtime/openmp/codelets/codelet_dlag2z.c +++ b/runtime/openmp/codelets/codelet_dlag2z.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_dzasum.c b/runtime/openmp/codelets/codelet_dzasum.c index 38b052c0c90db0cd9bd0e5b155586d6cc9f47a7f..e8ca6951b02399ac0a23a9e8d2d335b4f4057ea8 100644 --- a/runtime/openmp/codelets/codelet_dzasum.c +++ b/runtime/openmp/codelets/codelet_dzasum.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_dzasum.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_map.c b/runtime/openmp/codelets/codelet_map.c index b58575eceef31f720f9eb686f1cddd542fccfb41..184115041da878a393e8019a745fe680802cfcdd 100644 --- a/runtime/openmp/codelets/codelet_map.c +++ b/runtime/openmp/codelets/codelet_map.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_map.c * - * @copyright 2018-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zaxpy.c b/runtime/openmp/codelets/codelet_zaxpy.c index 8edbc3a1561e9611bbf6e914320545a8a6a5c06c..df8c1919962c6c1376eafb277058a036562fee0a 100644 --- a/runtime/openmp/codelets/codelet_zaxpy.c +++ b/runtime/openmp/codelets/codelet_zaxpy.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zaxpy.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zbuild.c b/runtime/openmp/codelets/codelet_zbuild.c index fc343e183a05dc4f5d8b046815d30f7c819efa08..171c5d021a4995a8d6f606be6c1df7444faf95d3 100644 --- a/runtime/openmp/codelets/codelet_zbuild.c +++ b/runtime/openmp/codelets/codelet_zbuild.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zbuild.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zcesca.c b/runtime/openmp/codelets/codelet_zcesca.c index dc92f33d06ccf76a48a4b69e5b16df71e5116abd..4edba3436a7b32a78a36786e1acccf2050552370 100644 --- a/runtime/openmp/codelets/codelet_zcesca.c +++ b/runtime/openmp/codelets/codelet_zcesca.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgeadd.c b/runtime/openmp/codelets/codelet_zgeadd.c index 253cce2a41b672ab4d3bc4c5ef05810f945c16a7..e46b58fcd13de01e3aa97005ddb9df40da8e1007 100644 --- a/runtime/openmp/codelets/codelet_zgeadd.c +++ b/runtime/openmp/codelets/codelet_zgeadd.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgeadd.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgelqt.c b/runtime/openmp/codelets/codelet_zgelqt.c index 6a2993ef51dca51405511d971632977877f79eea..d854846a78d3af42fdf780708f5eec914fd8c8f2 100644 --- a/runtime/openmp/codelets/codelet_zgelqt.c +++ b/runtime/openmp/codelets/codelet_zgelqt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgelqt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgemm.c b/runtime/openmp/codelets/codelet_zgemm.c index 5706c82d6ac1a5c5e71abec2b6d30cdafcb31e31..016449bfe43502cabe1e8ce7e7ac63957a5e55e9 100644 --- a/runtime/openmp/codelets/codelet_zgemm.c +++ b/runtime/openmp/codelets/codelet_zgemm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgemm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgemv.c b/runtime/openmp/codelets/codelet_zgemv.c index 8f87a167383f5b6ab5c0ccae766aaa184296a770..0524f282ebd6888b6c55d409ce9f43185e88445d 100644 --- a/runtime/openmp/codelets/codelet_zgemv.c +++ b/runtime/openmp/codelets/codelet_zgemv.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgemv.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgeqrt.c b/runtime/openmp/codelets/codelet_zgeqrt.c index 8bd38548aaaf685e2993d6b5188499d555b747b7..9b65d4f97c30c8b40c43b9a7c73a9c81f7f42647 100644 --- a/runtime/openmp/codelets/codelet_zgeqrt.c +++ b/runtime/openmp/codelets/codelet_zgeqrt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgeqrt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgessm.c b/runtime/openmp/codelets/codelet_zgessm.c index 10d876a6e67390cfd54c88831534b6f313181b0d..c4787f90a748c32f8f06362e6cc336f8e48cef0a 100644 --- a/runtime/openmp/codelets/codelet_zgessm.c +++ b/runtime/openmp/codelets/codelet_zgessm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgessm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgessq.c b/runtime/openmp/codelets/codelet_zgessq.c index 132b3a9e9c10b03c65a60ce0b8ae891c3928654a..588cbf3878bd0f1e7aa3dcb8fb29eff63aed604d 100644 --- a/runtime/openmp/codelets/codelet_zgessq.c +++ b/runtime/openmp/codelets/codelet_zgessq.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgessq.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgesum.c b/runtime/openmp/codelets/codelet_zgesum.c index f52f4bec5170be457c96dfc78d5550f4d4dcf6bb..56cdfe1c3ef0893fb365469d7d9da8caf11f73c2 100644 --- a/runtime/openmp/codelets/codelet_zgesum.c +++ b/runtime/openmp/codelets/codelet_zgesum.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgesum.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgetrf.c b/runtime/openmp/codelets/codelet_zgetrf.c index 1f92b7a3d69b21b8f7f6a418604a8afbd9664653..df5be09ae79e447e4f5a8edb48a0fe2a142dc7f1 100644 --- a/runtime/openmp/codelets/codelet_zgetrf.c +++ b/runtime/openmp/codelets/codelet_zgetrf.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgetrf.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgetrf_incpiv.c b/runtime/openmp/codelets/codelet_zgetrf_incpiv.c index 1b8dad5450111457b54170a807652a55cc8c6885..02c5c6c52b2b6e3e06544b7dc0beb9b8c726dca1 100644 --- a/runtime/openmp/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/openmp/codelets/codelet_zgetrf_incpiv.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgetrf_incpiv.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgetrf_nopiv.c b/runtime/openmp/codelets/codelet_zgetrf_nopiv.c index 63a6a07ed449fda7700263ce8f27e29ba734ddd8..1bf2fa6ba5bcf7698e51c00ad57bbfa7c7feac86 100644 --- a/runtime/openmp/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/openmp/codelets/codelet_zgetrf_nopiv.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgetrf_nopiv.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zgram.c b/runtime/openmp/codelets/codelet_zgram.c index b8805f0da0ac5fd85223dbccca33f22dbbd4394b..207374d5ecd33ff6936946ce21c99eccc29613d3 100644 --- a/runtime/openmp/codelets/codelet_zgram.c +++ b/runtime/openmp/codelets/codelet_zgram.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zhe2ge.c b/runtime/openmp/codelets/codelet_zhe2ge.c index 61265d7b04aec45a62fe9213bea8212fa32728fd..0c3e012c88edf50e41065ea40d697685803d3c36 100644 --- a/runtime/openmp/codelets/codelet_zhe2ge.c +++ b/runtime/openmp/codelets/codelet_zhe2ge.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zhe2ge.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zhemm.c b/runtime/openmp/codelets/codelet_zhemm.c index 9be2378aefaf8625733409ba9e15b8580118115f..accb67a2a8df2dc12da409a4a3de4e66d6f7c0a3 100644 --- a/runtime/openmp/codelets/codelet_zhemm.c +++ b/runtime/openmp/codelets/codelet_zhemm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zhemm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zher2k.c b/runtime/openmp/codelets/codelet_zher2k.c index 85c1471f533728168d7ac7efac4f82f77182a4eb..3b4eeb6f86f6968fc483c221629c1775f28b9f05 100644 --- a/runtime/openmp/codelets/codelet_zher2k.c +++ b/runtime/openmp/codelets/codelet_zher2k.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zher2k.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zherfb.c b/runtime/openmp/codelets/codelet_zherfb.c index 0be0211353d40fcbf0bf2c11b71416006859f0d1..85bc1cb6d5e2c008a47e6f249be9ee027322aba7 100644 --- a/runtime/openmp/codelets/codelet_zherfb.c +++ b/runtime/openmp/codelets/codelet_zherfb.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zherfb.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zherk.c b/runtime/openmp/codelets/codelet_zherk.c index d3187185e201ae5018675ebc684935ee45aaeb75..6059417ceb1870f84a9fa8261d124a6edb233b9e 100644 --- a/runtime/openmp/codelets/codelet_zherk.c +++ b/runtime/openmp/codelets/codelet_zherk.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zherk.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zhessq.c b/runtime/openmp/codelets/codelet_zhessq.c index 48b25b6af91718a8ba6f940682e891e8b530c979..258743835f9f8673df7d07e3a0211d40eb093615 100644 --- a/runtime/openmp/codelets/codelet_zhessq.c +++ b/runtime/openmp/codelets/codelet_zhessq.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zhessq.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlacpy.c b/runtime/openmp/codelets/codelet_zlacpy.c index 3728f844d48502c578c7e287b20cee52f5368b3c..d7f631a5f5875898f8af31276b102b8a332c4c4a 100644 --- a/runtime/openmp/codelets/codelet_zlacpy.c +++ b/runtime/openmp/codelets/codelet_zlacpy.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlacpy.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlag2c.c b/runtime/openmp/codelets/codelet_zlag2c.c index b8ef54827db901d0f214d99c1089f44f1b020fe9..0192898cbb9e95661f4eacf5ad108f97713a186f 100644 --- a/runtime/openmp/codelets/codelet_zlag2c.c +++ b/runtime/openmp/codelets/codelet_zlag2c.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlag2c.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlange.c b/runtime/openmp/codelets/codelet_zlange.c index 80a04cdf4a71eea4a817930c5e29eeb4fe666d9e..cbe7fbec7ef4722ece48b59acf113fa3ffc34ebe 100644 --- a/runtime/openmp/codelets/codelet_zlange.c +++ b/runtime/openmp/codelets/codelet_zlange.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlange.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlanhe.c b/runtime/openmp/codelets/codelet_zlanhe.c index dd73a7ba5863d8428010a7ee07f7b3d2798c6acd..f89637d21caa67b971a0669656f6cc185ed5a7d1 100644 --- a/runtime/openmp/codelets/codelet_zlanhe.c +++ b/runtime/openmp/codelets/codelet_zlanhe.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlanhe.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlansy.c b/runtime/openmp/codelets/codelet_zlansy.c index 505e9be55cba513f5b4dd3ce3d73851dc5284534..ad8050253d7684302b2b318714f348fa05504552 100644 --- a/runtime/openmp/codelets/codelet_zlansy.c +++ b/runtime/openmp/codelets/codelet_zlansy.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlansy.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlantr.c b/runtime/openmp/codelets/codelet_zlantr.c index e667cd1a7a6ff7c8f942dafb19d3246a994e1686..1a6ae008bf234b27a734bb6195c7167d6d6dd864 100644 --- a/runtime/openmp/codelets/codelet_zlantr.c +++ b/runtime/openmp/codelets/codelet_zlantr.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlantr.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlascal.c b/runtime/openmp/codelets/codelet_zlascal.c index 5b4757837de146dbaaaaaed420603f95afeeb025..33221875d558446cbdfe18b61234eae81e4ada17 100644 --- a/runtime/openmp/codelets/codelet_zlascal.c +++ b/runtime/openmp/codelets/codelet_zlascal.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlascal.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlaset.c b/runtime/openmp/codelets/codelet_zlaset.c index 51203862154a27693ed00e3c411d915e39137986..c282265cc8e11b1501bb70fbf0ad81dbe716fc18 100644 --- a/runtime/openmp/codelets/codelet_zlaset.c +++ b/runtime/openmp/codelets/codelet_zlaset.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlaset.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlaset2.c b/runtime/openmp/codelets/codelet_zlaset2.c index 957a2dce86c1723334b7b1acacf14fa275f595e2..cda96bb73975f1e0025d388487fbcd05f0c4ecd3 100644 --- a/runtime/openmp/codelets/codelet_zlaset2.c +++ b/runtime/openmp/codelets/codelet_zlaset2.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlaset2.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlatro.c b/runtime/openmp/codelets/codelet_zlatro.c index fc5f6ed188a4ad06f7f3f82297f9e9aaba9fec96..4c3c99e8659b3670d267dc381b21a18f4ac26a81 100644 --- a/runtime/openmp/codelets/codelet_zlatro.c +++ b/runtime/openmp/codelets/codelet_zlatro.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlatro.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zlauum.c b/runtime/openmp/codelets/codelet_zlauum.c index 173685b4062dc390091216a2704957609d8430f4..1a0337e2f09b019a0506bd71fc29bc2258647132 100644 --- a/runtime/openmp/codelets/codelet_zlauum.c +++ b/runtime/openmp/codelets/codelet_zlauum.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zlauum.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zplghe.c b/runtime/openmp/codelets/codelet_zplghe.c index 733fd0a3f09e53c935f09defbf0b81cd63206e9b..e4c6fa36b64873b12036e11f3cca56b4302bf843 100644 --- a/runtime/openmp/codelets/codelet_zplghe.c +++ b/runtime/openmp/codelets/codelet_zplghe.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zplghe.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zplgsy.c b/runtime/openmp/codelets/codelet_zplgsy.c index 76a7bc4e84d67c88e9e6b520b775ad4f5c553136..adb914320120ef7bfbe4fcc9079d2d1bdcee1e0c 100644 --- a/runtime/openmp/codelets/codelet_zplgsy.c +++ b/runtime/openmp/codelets/codelet_zplgsy.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zplgsy.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zplrnt.c b/runtime/openmp/codelets/codelet_zplrnt.c index 1c58d5a5e11498abd0e4efece4d22e7fc87f9dab..dec33de1c7ba675d9a9013756e136e1782e047b6 100644 --- a/runtime/openmp/codelets/codelet_zplrnt.c +++ b/runtime/openmp/codelets/codelet_zplrnt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zplrnt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zplssq.c b/runtime/openmp/codelets/codelet_zplssq.c index 26c42c0da4a84c240a938b5bd5aaf3c5e722d8b0..ab9be5591aa045fabe933acb4e5c331de9a1c783 100644 --- a/runtime/openmp/codelets/codelet_zplssq.c +++ b/runtime/openmp/codelets/codelet_zplssq.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zplssq.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zpotrf.c b/runtime/openmp/codelets/codelet_zpotrf.c index 7bfca86e982c45430936c782248d1223166cd336..fc7da97dd161e8278f7e6f6823f490d1509d3e2a 100644 --- a/runtime/openmp/codelets/codelet_zpotrf.c +++ b/runtime/openmp/codelets/codelet_zpotrf.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zpotrf.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zssssm.c b/runtime/openmp/codelets/codelet_zssssm.c index fd498f71fc7eb1216900fe12d1b562d96ef9826b..1cbfa8a8d8cff83f0ec7124e802c29a9b8650963 100644 --- a/runtime/openmp/codelets/codelet_zssssm.c +++ b/runtime/openmp/codelets/codelet_zssssm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zssssm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zsymm.c b/runtime/openmp/codelets/codelet_zsymm.c index a87d3da6b925b795c640ecb171c22d4c33548c04..4cdf13a18602ff40f6136d8fdf96b058c8426b8e 100644 --- a/runtime/openmp/codelets/codelet_zsymm.c +++ b/runtime/openmp/codelets/codelet_zsymm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zsymm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zsyr2k.c b/runtime/openmp/codelets/codelet_zsyr2k.c index d5380de40e259f08ba64b8152879df0b0154eb0b..c639721e417bf22b4d3ccd42fd073aa1f45911ed 100644 --- a/runtime/openmp/codelets/codelet_zsyr2k.c +++ b/runtime/openmp/codelets/codelet_zsyr2k.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zsyr2k.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zsyrk.c b/runtime/openmp/codelets/codelet_zsyrk.c index 098adc94efbfcb63d5ebd6128d57cfce95cc8406..f4b7ace8622894eaa5d53b158cb01993fa8ca952 100644 --- a/runtime/openmp/codelets/codelet_zsyrk.c +++ b/runtime/openmp/codelets/codelet_zsyrk.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zsyrk.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zsyssq.c b/runtime/openmp/codelets/codelet_zsyssq.c index fa3d1799c5503ace8a85853c7c596511a04cff76..ed21ecd447d251e714d25cb060f21f5e131141ea 100644 --- a/runtime/openmp/codelets/codelet_zsyssq.c +++ b/runtime/openmp/codelets/codelet_zsyssq.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zsyssq.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zsytrf_nopiv.c b/runtime/openmp/codelets/codelet_zsytrf_nopiv.c index 6219d3019f0e85f518c53000820d3fc059137793..e6c731d4ec896c1e97b3d423f27b06bd5b7c8d57 100644 --- a/runtime/openmp/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/openmp/codelets/codelet_zsytrf_nopiv.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zsytrf_nopiv.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztplqt.c b/runtime/openmp/codelets/codelet_ztplqt.c index f158c4e2699949a9d3f1b3683271b74dd2a7bdbd..d30f7eaa593f7115581283ec2d34fe2dc286f557 100644 --- a/runtime/openmp/codelets/codelet_ztplqt.c +++ b/runtime/openmp/codelets/codelet_ztplqt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztplqt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztpmlqt.c b/runtime/openmp/codelets/codelet_ztpmlqt.c index abad44da2e77c0ddd53e2f83241f7dbc46b8c7bf..4d7092ee19a5bd5233b4ee7020ec48f08bacd9c7 100644 --- a/runtime/openmp/codelets/codelet_ztpmlqt.c +++ b/runtime/openmp/codelets/codelet_ztpmlqt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztpmlqt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon ztpmlqt OpenMP codelet diff --git a/runtime/openmp/codelets/codelet_ztpmqrt.c b/runtime/openmp/codelets/codelet_ztpmqrt.c index a264b0117771fc0373a01abb722755e4d9d2c0d5..bba93c711faaf0676ee933e5758731b7e09e5599 100644 --- a/runtime/openmp/codelets/codelet_ztpmqrt.c +++ b/runtime/openmp/codelets/codelet_ztpmqrt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztpmqrt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon ztpmqrt OpenMP codelet diff --git a/runtime/openmp/codelets/codelet_ztpqrt.c b/runtime/openmp/codelets/codelet_ztpqrt.c index 5bbfa7f4e20d9311e5f70273d055d4ae1ddfdd06..2e6b28e0a7c9f425cddaa812dc4d753e6d804120 100644 --- a/runtime/openmp/codelets/codelet_ztpqrt.c +++ b/runtime/openmp/codelets/codelet_ztpqrt.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztpqrt.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztradd.c b/runtime/openmp/codelets/codelet_ztradd.c index 662d830f87ddff79a5579992c859fee4af4945a5..92cef9f54656a3dd2e884a5ca763a0514fa3beb9 100644 --- a/runtime/openmp/codelets/codelet_ztradd.c +++ b/runtime/openmp/codelets/codelet_ztradd.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztradd.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztrasm.c b/runtime/openmp/codelets/codelet_ztrasm.c index dc201b02cf64796e2ae77de9655b80f099a14f54..6f2e19266633737b4043f15d219d06ffe8332df3 100644 --- a/runtime/openmp/codelets/codelet_ztrasm.c +++ b/runtime/openmp/codelets/codelet_ztrasm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztrasm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztrmm.c b/runtime/openmp/codelets/codelet_ztrmm.c index fc8e2b3ff96d40e869ec726058431c003c2ada22..28ef815e51ff2a2e6728ea038654112726a7c385 100644 --- a/runtime/openmp/codelets/codelet_ztrmm.c +++ b/runtime/openmp/codelets/codelet_ztrmm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztrmm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztrsm.c b/runtime/openmp/codelets/codelet_ztrsm.c index 741afef278034e7af981885eba7aa4206e85ff11..ae61cb637e356a711e9657660c2ccf0d48fda6e7 100644 --- a/runtime/openmp/codelets/codelet_ztrsm.c +++ b/runtime/openmp/codelets/codelet_ztrsm.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztrsm.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztrssq.c b/runtime/openmp/codelets/codelet_ztrssq.c index a7f27565458950861ea3772e166d00696b92494d..f65b22068ea9ccc2f91a325ad5ba9671cb0b9574 100644 --- a/runtime/openmp/codelets/codelet_ztrssq.c +++ b/runtime/openmp/codelets/codelet_ztrssq.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztrssq.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztrtri.c b/runtime/openmp/codelets/codelet_ztrtri.c index 18491ba0861a96494f199c9f56cd1afd3338bb9c..8198acbfd07f24bb4d1ecf6689c498f3139821c0 100644 --- a/runtime/openmp/codelets/codelet_ztrtri.c +++ b/runtime/openmp/codelets/codelet_ztrtri.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztrtri.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c b/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c index f6ab02011ae3284b254e9fbef6d01fd0a6a5718c..6fda53769f031bc3e584883f0a3c88ed0b4bbb04 100644 --- a/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztsmlq_hetra1.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c b/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c index 1a32871fcbcf95b2ff9a4eb17237726defecee9e..f005ddf5ea3eaea54fbed173fe8ee3d29d9b5cba 100644 --- a/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztsmqr_hetra1.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_ztstrf.c b/runtime/openmp/codelets/codelet_ztstrf.c index 9ef66b00f5af3e7bb44a7697e36b91685e5aa744..fd71cd5f8c28ec427c34d81bac63c80980f6ca6e 100644 --- a/runtime/openmp/codelets/codelet_ztstrf.c +++ b/runtime/openmp/codelets/codelet_ztstrf.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_ztstrf.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zunmlq.c b/runtime/openmp/codelets/codelet_zunmlq.c index 134a7b493604bf8a52115be9913e4907040a57dd..947e97bf8b456c6f648296f10e5f8585ca0791c8 100644 --- a/runtime/openmp/codelets/codelet_zunmlq.c +++ b/runtime/openmp/codelets/codelet_zunmlq.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zunmlq.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/codelets/codelet_zunmqr.c b/runtime/openmp/codelets/codelet_zunmqr.c index 251a27a6797cd0e498d571a71f6d386636d0b338..32078d04162f634d08fc2317df34b4ddd59e4762 100644 --- a/runtime/openmp/codelets/codelet_zunmqr.c +++ b/runtime/openmp/codelets/codelet_zunmqr.c @@ -2,7 +2,7 @@ * * @file openmp/codelet_zunmqr.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_async.c b/runtime/openmp/control/runtime_async.c index d14a19791d5edd11b49f3f5a74f2f7c0b58eacfc..ef90869130b41bd00891577cac097e893bee2287 100644 --- a/runtime/openmp/control/runtime_async.c +++ b/runtime/openmp/control/runtime_async.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_context.c b/runtime/openmp/control/runtime_context.c index b83faded2abcc0f0514e5b5027c9104450c28f5e..5455ed12aedb076c46b42d9dbefb6a2d16908613 100644 --- a/runtime/openmp/control/runtime_context.c +++ b/runtime/openmp/control/runtime_context.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_control.c b/runtime/openmp/control/runtime_control.c index 6ab7dc0e79652a98758abb20b733e4e35d6d1862..8ab672ec330480c7c77b6cfbec50e03fad111709 100644 --- a/runtime/openmp/control/runtime_control.c +++ b/runtime/openmp/control/runtime_control.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_descriptor.c b/runtime/openmp/control/runtime_descriptor.c index 87c46728da5a616e1be1138631e6be99d51f5ae3..63417f4222e65aa159ed2c4a17c133803793fdc0 100644 --- a/runtime/openmp/control/runtime_descriptor.c +++ b/runtime/openmp/control/runtime_descriptor.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_options.c b/runtime/openmp/control/runtime_options.c index ecda9a1b41b28dcb4d23caaafdcc5e9676f9824a..dae3df29934c2810805cd0c07928f4da315164ec 100644 --- a/runtime/openmp/control/runtime_options.c +++ b/runtime/openmp/control/runtime_options.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_profiling.c b/runtime/openmp/control/runtime_profiling.c index 54382419be4507a7ed5dc352ed8cd3c73ef44e41..c3aafa97a607e1cb374c566d368001b7605e86f2 100644 --- a/runtime/openmp/control/runtime_profiling.c +++ b/runtime/openmp/control/runtime_profiling.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_zlocality.c b/runtime/openmp/control/runtime_zlocality.c index 6ec6ee95d49589258f3400e47923e66d6b01d78c..601658daf2832a5e653a481ba779711dc51bca57 100644 --- a/runtime/openmp/control/runtime_zlocality.c +++ b/runtime/openmp/control/runtime_zlocality.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/control/runtime_zprofiling.c b/runtime/openmp/control/runtime_zprofiling.c index b085146860d95fb83fe76d4f5334163ece9fe92b..20598df24d9e13b14654d68c3ec4eeb41f903cd8 100644 --- a/runtime/openmp/control/runtime_zprofiling.c +++ b/runtime/openmp/control/runtime_zprofiling.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/openmp/include/chameleon_openmp.h b/runtime/openmp/include/chameleon_openmp.h index a44a63db65efceaa514090138d3628446332f943..0b5a89c7b433d09d8702b6686f0478e9b36990ac 100644 --- a/runtime/openmp/include/chameleon_openmp.h +++ b/runtime/openmp/include/chameleon_openmp.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt index 84e0bde292958df1d8678e774309c1f59fe40d3c..bb356544bd73bfce6de5459d35d02891cd1d880a 100644 --- a/runtime/parsec/CMakeLists.txt +++ b/runtime/parsec/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2015 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/runtime/parsec/codelets/codelet_dlag2z.c b/runtime/parsec/codelets/codelet_dlag2z.c index 5d28abcfb2288e45e37900ff6d5593579ff4d1af..dfbd3a160936837bdebbc901db04cd77bc1644c4 100644 --- a/runtime/parsec/codelets/codelet_dlag2z.c +++ b/runtime/parsec/codelets/codelet_dlag2z.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_dzasum.c b/runtime/parsec/codelets/codelet_dzasum.c index 95cf736d9bfd798d127f0a72adb60d6a586f72ca..77f1b45f82a71d94341bb0a7889948ab2205c51b 100644 --- a/runtime/parsec/codelets/codelet_dzasum.c +++ b/runtime/parsec/codelets/codelet_dzasum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_map.c b/runtime/parsec/codelets/codelet_map.c index b33aaa1c27c9eeed67fa3a761b9ff33b347d46ff..f9f2915c62e84ac86c5b46a7e55a303a42e3e5ff 100644 --- a/runtime/parsec/codelets/codelet_map.c +++ b/runtime/parsec/codelets/codelet_map.c @@ -2,7 +2,7 @@ * * @file parsec/codelet_map.c * - * @copyright 2018-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c index f03c19aa53574c1e6b846a7ced20feada31d489a..a0bd2d5677ddeb49e8362b023530644d8df1c78b 100644 --- a/runtime/parsec/codelets/codelet_zaxpy.c +++ b/runtime/parsec/codelets/codelet_zaxpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c index 53a09818aaab62b2561283a1ef5c27b27a1f5c5b..eaee6f0364b959937e6203d9515dea1c276ca5d8 100644 --- a/runtime/parsec/codelets/codelet_zbuild.c +++ b/runtime/parsec/codelets/codelet_zbuild.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zcesca.c b/runtime/parsec/codelets/codelet_zcesca.c index 5018014eb6b28ec7ff7df6b02273cc98578d55d3..63caa19244c9e5b89f01295c235867f325fce877 100644 --- a/runtime/parsec/codelets/codelet_zcesca.c +++ b/runtime/parsec/codelets/codelet_zcesca.c @@ -2,7 +2,7 @@ * * @file parsec/codelet_zcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c index cb1053a6a95bb9475e00ac900afadd6b8527033d..b585ab7d6422131e951c0f38277e9d3917d8e3c2 100644 --- a/runtime/parsec/codelets/codelet_zgeadd.c +++ b/runtime/parsec/codelets/codelet_zgeadd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c index ed53599e578bb0ad10778053adca90c8b0f63362..fb1210dae4654ddadd5c39195efe48923368a3d5 100644 --- a/runtime/parsec/codelets/codelet_zgelqt.c +++ b/runtime/parsec/codelets/codelet_zgelqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c index 2c92f7e8250a8ddfa9f147296eacc776e3622869..865b435e1268ece0c52120f9ec71cb5e581aed08 100644 --- a/runtime/parsec/codelets/codelet_zgemm.c +++ b/runtime/parsec/codelets/codelet_zgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgemv.c b/runtime/parsec/codelets/codelet_zgemv.c index 783ceb42c99318369b33c1ccc33718d8890a7bc6..43a35d0c4977e9e0b951b8f1434456ef0852f816 100644 --- a/runtime/parsec/codelets/codelet_zgemv.c +++ b/runtime/parsec/codelets/codelet_zgemv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c index 6c5dbf6f7da8b44b37d33a917eaeac73fdbe1ce5..21031eded800a53202b52dc582318e440ec262e1 100644 --- a/runtime/parsec/codelets/codelet_zgeqrt.c +++ b/runtime/parsec/codelets/codelet_zgeqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c index 19102487a9231ce2013a72d7fe58912e140781ef..17c7b7a391a7b0ab7567ffb2d70452700fb8d76f 100644 --- a/runtime/parsec/codelets/codelet_zgessm.c +++ b/runtime/parsec/codelets/codelet_zgessm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c index 7b2f4ac8aa38054c12d4d3c72f76685c97d75f2e..8c4ee0aab4a074018f977949d76e50750489444a 100644 --- a/runtime/parsec/codelets/codelet_zgessq.c +++ b/runtime/parsec/codelets/codelet_zgessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgesum.c b/runtime/parsec/codelets/codelet_zgesum.c index c0e1a10dd0539db947d5784ea3c13788d294cda4..805a8e3baa03b18d33ca86561b549550bf688aa4 100644 --- a/runtime/parsec/codelets/codelet_zgesum.c +++ b/runtime/parsec/codelets/codelet_zgesum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c index 3b9fbc5a9ba94ec8925b0bd27bed144ef5c80f47..352649e5ffdd540df537c55d2fe541e6da0df308 100644 --- a/runtime/parsec/codelets/codelet_zgetrf.c +++ b/runtime/parsec/codelets/codelet_zgetrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c index 1bdf3e38a960a5f41de2afa87ab8293340e3bbad..d6b6e4bc90ea1fdb66d35887ae8baf447ea8c2f9 100644 --- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c index 65447212d470eeb905277536db7774736532cc56..021f17cb756674e4a18060510c2d9ad21004b5b2 100644 --- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zgram.c b/runtime/parsec/codelets/codelet_zgram.c index 55c60abdfcc1978816fb5b6b0cb1098f242dde6e..dc4c9c2aa7e88677c9fc6ae8650fa35821396cd8 100644 --- a/runtime/parsec/codelets/codelet_zgram.c +++ b/runtime/parsec/codelets/codelet_zgram.c @@ -2,7 +2,7 @@ * * @file parsec/codelet_zgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c index 8e48b096af1402f8695af738b9a1eb4724ec4bed..2df9337a661b3771cb19645b6269dd9866723983 100644 --- a/runtime/parsec/codelets/codelet_zhe2ge.c +++ b/runtime/parsec/codelets/codelet_zhe2ge.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c index 066e450549f18cec3ae89ad315725c9fcce40418..5e1710f28d82ec0e94a58a9413350b80aa1b60c0 100644 --- a/runtime/parsec/codelets/codelet_zhemm.c +++ b/runtime/parsec/codelets/codelet_zhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c index 958155b40a09bd1003f3343d4a6948a73958ca7f..3f8e0b05e4b14d583172459bfee306a8e408fd2c 100644 --- a/runtime/parsec/codelets/codelet_zher2k.c +++ b/runtime/parsec/codelets/codelet_zher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c index fe703f09a89bf80503664f9c0002f73c1fd4362f..14fa8c2cbda2a2899640c9e4f3d0b16209324680 100644 --- a/runtime/parsec/codelets/codelet_zherfb.c +++ b/runtime/parsec/codelets/codelet_zherfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c index 83a8873e7da4c76c1001dd80f1ddadf222176f56..df153313a7cdf770dca33f794c8cc5ea91ba6406 100644 --- a/runtime/parsec/codelets/codelet_zherk.c +++ b/runtime/parsec/codelets/codelet_zherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c index b0c6c74b3d6af489f5f2bfaf6c249eff99ca5842..6b89e65f6adc1da38b59c8d517dccd64bd2dfd05 100644 --- a/runtime/parsec/codelets/codelet_zhessq.c +++ b/runtime/parsec/codelets/codelet_zhessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c index 1c2b732f92db04032f3a2e562552b15f3679cfdf..ace024222e3b5b7ac911b8e06ade8edb44860dbc 100644 --- a/runtime/parsec/codelets/codelet_zlacpy.c +++ b/runtime/parsec/codelets/codelet_zlacpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c index ab3ce063f342c2b605d9fe59c2d4c6e21a233cbb..0bccf8d3a4f7728df97ac747b992d9d6b348e06b 100644 --- a/runtime/parsec/codelets/codelet_zlag2c.c +++ b/runtime/parsec/codelets/codelet_zlag2c.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c index 32dfc6a949618326d504d56c6e6e39e4e3691e56..d8f55916595395a4009edf1a0e6fde85ebc14bef 100644 --- a/runtime/parsec/codelets/codelet_zlange.c +++ b/runtime/parsec/codelets/codelet_zlange.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c index b4e556d9f96bc5734c76d24cc8239bbfa0f9fef0..c8cd30cd934ba670ccbe312eab944281131a7420 100644 --- a/runtime/parsec/codelets/codelet_zlanhe.c +++ b/runtime/parsec/codelets/codelet_zlanhe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c index 12373a0d4337475a220e8b8531e9af5a63956c8b..1c0fc8119982890a45201bd52f11dbde0b37a5bc 100644 --- a/runtime/parsec/codelets/codelet_zlansy.c +++ b/runtime/parsec/codelets/codelet_zlansy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c index 84c9dfa0abcf763982e0a73ebdf7fe72f2c2ccbb..5eae462b84f3adcfdcf4ce5a5517ccf7dd4b2894 100644 --- a/runtime/parsec/codelets/codelet_zlantr.c +++ b/runtime/parsec/codelets/codelet_zlantr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c index eded3f55013a12efa50d0de3d870860649f447ad..2bb9532d25a82a6b32915e3af8cb33eb8a8ea182 100644 --- a/runtime/parsec/codelets/codelet_zlascal.c +++ b/runtime/parsec/codelets/codelet_zlascal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c index fea7c911ec331e52f1e739c7b3acf46fa425f43f..3c3104e5fe65328eff7bd6df0798012d52f535eb 100644 --- a/runtime/parsec/codelets/codelet_zlaset.c +++ b/runtime/parsec/codelets/codelet_zlaset.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c index fef44ec1b0bfc5c94c55fa6c778852cafc2a183f..abc3eb6be75a81b92127e1f86be5a7723ff7db04 100644 --- a/runtime/parsec/codelets/codelet_zlaset2.c +++ b/runtime/parsec/codelets/codelet_zlaset2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c index 8e03d0914b32660e0316c7150d16ee2d104b900d..52c52a8ea8db4b054c1ac018b3b7e8d56bead9b2 100644 --- a/runtime/parsec/codelets/codelet_zlatro.c +++ b/runtime/parsec/codelets/codelet_zlatro.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c index c2f7efe3bc86c0a13d8d7f12416962c8e2e51f39..7e9d4b175ffdacd2a8eca4af77b12489967e9403 100644 --- a/runtime/parsec/codelets/codelet_zlauum.c +++ b/runtime/parsec/codelets/codelet_zlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c index 11d0e49a284dff8f650549794f40b8c539a192f3..5e45b574338f3682801eff52066ec40a59bf9083 100644 --- a/runtime/parsec/codelets/codelet_zplghe.c +++ b/runtime/parsec/codelets/codelet_zplghe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c index 98e116ceacc46ef4d3d3087b18e66fa432732422..85659b0053265475534acfb091569470ba47d21d 100644 --- a/runtime/parsec/codelets/codelet_zplgsy.c +++ b/runtime/parsec/codelets/codelet_zplgsy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c index 43af4675b087f959688ef0d3df7731264dd2d1a3..60fabfa456019016eb301e27a5a393ba64af8f7d 100644 --- a/runtime/parsec/codelets/codelet_zplrnt.c +++ b/runtime/parsec/codelets/codelet_zplrnt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c index 1231b5304b0b371006b2c5667f218a8a60baa6c9..c4e0254b72ad6663ee46e94c1a85e26edf78f6e7 100644 --- a/runtime/parsec/codelets/codelet_zplssq.c +++ b/runtime/parsec/codelets/codelet_zplssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c index 5d7a7624222fb08c62ba55c3e8217d9092db625f..024a01cfdd8e9ad4fbf6175d67443cffd74e59d1 100644 --- a/runtime/parsec/codelets/codelet_zpotrf.c +++ b/runtime/parsec/codelets/codelet_zpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c index d3d2eaac912e1e4dfa7b3edbe2781eacef3e0bb8..7859157aa52d31a45f6b57fcd49f6d97941b011b 100644 --- a/runtime/parsec/codelets/codelet_zssssm.c +++ b/runtime/parsec/codelets/codelet_zssssm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c index 93ef4c5e9c220ede9d0b1d54f967d40a27d4bf21..969f44cf3b17aa17f0900ad6ecce283761462b12 100644 --- a/runtime/parsec/codelets/codelet_zsymm.c +++ b/runtime/parsec/codelets/codelet_zsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c index 41da64f3f86b67370e05c053c899746e0604b7a4..df3235bb49272c7c91abbb5055b0980b8b025585 100644 --- a/runtime/parsec/codelets/codelet_zsyr2k.c +++ b/runtime/parsec/codelets/codelet_zsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c index 3e0d22d04976a5d12c92341b215251fbd0245768..d9b4ebebb5f424ebceee77fd6095bb20c4ab14ba 100644 --- a/runtime/parsec/codelets/codelet_zsyrk.c +++ b/runtime/parsec/codelets/codelet_zsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c index cb95d4bd52469248c7c98d25af6d8ce4d5ecf5d9..42bf110495866651f9d0ba53c61913f2cd9a3abe 100644 --- a/runtime/parsec/codelets/codelet_zsyssq.c +++ b/runtime/parsec/codelets/codelet_zsyssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c index 0a9033c481f3fedddef879f13cda12099565916b..3700cdd855d31002418ba69f3d1d0b992c415781 100644 --- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c index 82e89b8077293d2d586977abb988ba372037388f..96fa9dec693494b57f2a6d43b0dc622999ea8e51 100644 --- a/runtime/parsec/codelets/codelet_ztplqt.c +++ b/runtime/parsec/codelets/codelet_ztplqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c index 8b220f70eea3f5af58fab90e9dae4e4bf8b3bdf8..18c66c2aec6ed890b96489e2fa5eb63e9701f234 100644 --- a/runtime/parsec/codelets/codelet_ztpmlqt.c +++ b/runtime/parsec/codelets/codelet_ztpmlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c index 75ffdeb9420ca881f20144560c9b486ab0793f5d..7c37e17b1323f4ce3c4aeb2c8f76e8bbe56cded8 100644 --- a/runtime/parsec/codelets/codelet_ztpmqrt.c +++ b/runtime/parsec/codelets/codelet_ztpmqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c index 4d1e7bcdca7a09357f657ccecd129d03f5b50c85..40186ed679f15f0e52f475796bc04ee611dca830 100644 --- a/runtime/parsec/codelets/codelet_ztpqrt.c +++ b/runtime/parsec/codelets/codelet_ztpqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c index f7de42bf733c1096c722cacf4e1e00c666e3566c..90986eaef5a9c90ddfaf1152470ca53514671188 100644 --- a/runtime/parsec/codelets/codelet_ztradd.c +++ b/runtime/parsec/codelets/codelet_ztradd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c index 8de5a5f091407c1f0f06b5de27d6f9bf563754cf..65da9c566bc8a9634ce8575e6c9d1b63a4ea393d 100644 --- a/runtime/parsec/codelets/codelet_ztrasm.c +++ b/runtime/parsec/codelets/codelet_ztrasm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c index 978ffa8bc1abfe39853a51e288d8f3f93044e2af..73e0567a95aaa071c4fea5128b71041549642e00 100644 --- a/runtime/parsec/codelets/codelet_ztrmm.c +++ b/runtime/parsec/codelets/codelet_ztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c index 4ab4c68469047a60df7bfe37dc29dfae159b7fd1..28ccb3bc54da9df33e4c97c18efdc5542696125e 100644 --- a/runtime/parsec/codelets/codelet_ztrsm.c +++ b/runtime/parsec/codelets/codelet_ztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c index 1c3683d51262335a7813e53d6a9196389af0b300..de9d6008f8353805e1d7e5cba672e4ed34562ebd 100644 --- a/runtime/parsec/codelets/codelet_ztrssq.c +++ b/runtime/parsec/codelets/codelet_ztrssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c index f1a23bcd7089e4ca13653d4532a68a1cdf91da29..f4949571077536a0e276ed5755527c1be503342d 100644 --- a/runtime/parsec/codelets/codelet_ztrtri.c +++ b/runtime/parsec/codelets/codelet_ztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c index 26635d22156a40a681361acdb32b285e2a51bd1e..034c4d3b6f627bffef4923793ee6a9b912c09b88 100644 --- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c index fbc00f607137dd7327ecc458919ac67f37b188e5..d2bbf996da9b1cbab3bf22b86c18e936ef90affd 100644 --- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c index d7e832e80599aaad5c98cc604b17677cb0156066..d4f2f47bb478a7ac59bf8dbb251ad63379adca7c 100644 --- a/runtime/parsec/codelets/codelet_ztstrf.c +++ b/runtime/parsec/codelets/codelet_ztstrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c index f5f5c1785952d7b15463e1d57e6bbca073f17220..794f227a1d9717b7cc5d251d2426dc0c3489ac65 100644 --- a/runtime/parsec/codelets/codelet_zunmlq.c +++ b/runtime/parsec/codelets/codelet_zunmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c index 579f5eee5bf49ecf21e733027d313fa7007f7381..54953915f12d7c999455fd016f89c1059dbe24e3 100644 --- a/runtime/parsec/codelets/codelet_zunmqr.c +++ b/runtime/parsec/codelets/codelet_zunmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c index 792e18c10ef43e881c57bcdbef5d4526ef182452..f970eeb12f9e187ef21a5ed33c9272b1e8c2938b 100644 --- a/runtime/parsec/control/runtime_async.c +++ b/runtime/parsec/control/runtime_async.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c index 6b51b5e9a20a3305fe6c19fd74f5775e549f8ee7..48e7a25bf0e5237136d55dc58a26eff1484fcd79 100644 --- a/runtime/parsec/control/runtime_context.c +++ b/runtime/parsec/control/runtime_context.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c index f4c20c35dd4b581245f2a057442e13dc82cc8014..53604fbacd9054c82d9d539174cb58eba7bfafca 100644 --- a/runtime/parsec/control/runtime_control.c +++ b/runtime/parsec/control/runtime_control.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c index be2a095c11cc86f5a307f294dd307d52578bd423..96cd136cc173b80d813e42e22cbf416d79f63ce1 100644 --- a/runtime/parsec/control/runtime_descriptor.c +++ b/runtime/parsec/control/runtime_descriptor.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c index 0c56ead88c34e50e8c09f00ed702246686e250fa..dc785ed5dda3a8a43ed4c4309168ee4970d0038e 100644 --- a/runtime/parsec/control/runtime_options.c +++ b/runtime/parsec/control/runtime_options.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c index 35ea06a1e55232da4113074b3e75c92b2dc484d9..dab412c15ba2c3a86a8439c5238cb57bd197e49c 100644 --- a/runtime/parsec/control/runtime_profiling.c +++ b/runtime/parsec/control/runtime_profiling.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c index f7a9a5bfc943bb2e068dd2134fb68e949885f183..673dc24c4f27e939b19bf1b68fefdc01e9cd3607 100644 --- a/runtime/parsec/control/runtime_zlocality.c +++ b/runtime/parsec/control/runtime_zlocality.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c index 18331d4ae4b404ee94ec302d906b3e7e150a46c3..e0c1f18849c2925cb626c0f402339dc210faf105 100644 --- a/runtime/parsec/control/runtime_zprofiling.c +++ b/runtime/parsec/control/runtime_zprofiling.c @@ -4,7 +4,7 @@ * * @copyright 2012-2017 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h index fdec33ac6500ac269ef0972eeda24ab39ee422d2..de1e449df52b3d4d8dba0967e893986818e77347 100644 --- a/runtime/parsec/include/chameleon_parsec.h +++ b/runtime/parsec/include/chameleon_parsec.h @@ -4,7 +4,7 @@ * * @copyright 2009-2015 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt index 582ea17a459fea90d0d2b7f23489be9fe85692cf..85f97ce5fedf5ac35b644f75d1183c6d2d4e16cf 100644 --- a/runtime/quark/CMakeLists.txt +++ b/runtime/quark/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2015 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/runtime/quark/codelets/codelet_dlag2z.c b/runtime/quark/codelets/codelet_dlag2z.c index 27fb943afe2caf97fd3069727186f3c8a181298a..d17ed51c4c238e48e617c2f13a6deacb196fe481 100644 --- a/runtime/quark/codelets/codelet_dlag2z.c +++ b/runtime/quark/codelets/codelet_dlag2z.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_dzasum.c b/runtime/quark/codelets/codelet_dzasum.c index 339c37bb471be9a3a67ec3ca638c1b39e91a00a8..2d794603684a4ba077f974619b67976166628916 100644 --- a/runtime/quark/codelets/codelet_dzasum.c +++ b/runtime/quark/codelets/codelet_dzasum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_map.c b/runtime/quark/codelets/codelet_map.c index 31aec02663157e5ae3a042246e14ae4f65aed364..5160ca58e81b600518310e24d1886987868d2aba 100644 --- a/runtime/quark/codelets/codelet_map.c +++ b/runtime/quark/codelets/codelet_map.c @@ -2,7 +2,7 @@ * * @file quark/codelet_map.c * - * @copyright 2018-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c index 19abf343dbcff08050c82a53b38aff48c7135b23..de97737048876f0508f9a209b0d0ab8b47dc5a64 100644 --- a/runtime/quark/codelets/codelet_zaxpy.c +++ b/runtime/quark/codelets/codelet_zaxpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c index 18fe0a4af1565a0f66cddeab364f256ba6f288fc..684bc77bf7c761e6b514fd6e1055e824a8992a19 100644 --- a/runtime/quark/codelets/codelet_zbuild.c +++ b/runtime/quark/codelets/codelet_zbuild.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zcesca.c b/runtime/quark/codelets/codelet_zcesca.c index 6339719f74509d1b36b304a8ff9e086b59041d0a..a11d1a64c822d97c8ef036d557b0599f4e4c5163 100644 --- a/runtime/quark/codelets/codelet_zcesca.c +++ b/runtime/quark/codelets/codelet_zcesca.c @@ -2,7 +2,7 @@ * * @file quark/codelet_zcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c index 8ac93301ddb9bb33ae89031793d76e74f42619a7..4d0adf6e24e84edf50ae73e5be1ed53a06802f31 100644 --- a/runtime/quark/codelets/codelet_zgeadd.c +++ b/runtime/quark/codelets/codelet_zgeadd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c index 96a05b4678cc371d4957b2a69300aa60ffbfdb38..da05b045987b11a3c66e46689f7f9e2d57fedac8 100644 --- a/runtime/quark/codelets/codelet_zgelqt.c +++ b/runtime/quark/codelets/codelet_zgelqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c index 6d9ad0329d52758e254a8a48e5b422796c519609..e9e52f37d9e9fc2eb7e5ac59c86212251e17f687 100644 --- a/runtime/quark/codelets/codelet_zgemm.c +++ b/runtime/quark/codelets/codelet_zgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgemv.c b/runtime/quark/codelets/codelet_zgemv.c index 1b8f236c3118c4fcc28f88b14d13114c599c6f82..6d3b44a59b6bb20368e061e8a06a977ec09cef3e 100644 --- a/runtime/quark/codelets/codelet_zgemv.c +++ b/runtime/quark/codelets/codelet_zgemv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c index 344c52112ada7fb91e16920e95e928112a3894aa..ef23503f050f847e0f044d8767fc1a8e9e02940a 100644 --- a/runtime/quark/codelets/codelet_zgeqrt.c +++ b/runtime/quark/codelets/codelet_zgeqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c index e2336c23d72c355a629280f7f37703a1596c82d9..6035549894ecb12b7cce65c115421bbaf17a862f 100644 --- a/runtime/quark/codelets/codelet_zgessm.c +++ b/runtime/quark/codelets/codelet_zgessm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c index e4ba41a11675f883422255ce199a0b20316c5ee7..13abb559c809998e6beca5f7b48ee5c9b7749cf9 100644 --- a/runtime/quark/codelets/codelet_zgessq.c +++ b/runtime/quark/codelets/codelet_zgessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgesum.c b/runtime/quark/codelets/codelet_zgesum.c index 51b4e427e8a27e75a606e65065475abb0e2a72d3..569f15d381717fcffe44d8883aea524703f6eced 100644 --- a/runtime/quark/codelets/codelet_zgesum.c +++ b/runtime/quark/codelets/codelet_zgesum.c @@ -2,7 +2,7 @@ * * @file quark/codelet_zgesum.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c index 4e9c40adcd30eec1ba79c275ad4f79231ca8b15f..08e8aa29d2cab56ac5749f528a20ce19ea8b1895 100644 --- a/runtime/quark/codelets/codelet_zgetrf.c +++ b/runtime/quark/codelets/codelet_zgetrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c index 3cfe46a71c0f8305f0b46693337c06f00abc0af8..dcf522fc210589de2d0bc4e4a49f942481a36aee 100644 --- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c index b59d417e9c516f9d9fb8176e840758e3f82767df..894f1d24da66389d11159688c5e69690e57c0e36 100644 --- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zgram.c b/runtime/quark/codelets/codelet_zgram.c index 996a6ffe543f3ed07e8587ffbcd5cbc709d5afca..f9d3e0bdc7cd3719fa809b9f886c36ab2abd128b 100644 --- a/runtime/quark/codelets/codelet_zgram.c +++ b/runtime/quark/codelets/codelet_zgram.c @@ -2,7 +2,7 @@ * * @file quark/codelet_zgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c index 73d5f6f6704fd28c29a5200754f0bd4b20052891..e0520d92ddc93efc0c9a0352d0b8d029c8312a5a 100644 --- a/runtime/quark/codelets/codelet_zhe2ge.c +++ b/runtime/quark/codelets/codelet_zhe2ge.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c index 066dc3d52b946f006977935993e315ce2b361c3d..da03f87a2cd9212749a7f87501e04881b95e4e95 100644 --- a/runtime/quark/codelets/codelet_zhemm.c +++ b/runtime/quark/codelets/codelet_zhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c index 7393e917b948fb0b1fb9b369bbf6a56c7e22a010..364134e1811f1b2d254daf62e65576c179fbc458 100644 --- a/runtime/quark/codelets/codelet_zher2k.c +++ b/runtime/quark/codelets/codelet_zher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c index be618576f2d99ef70bcdb8bb8d589822bb83e5d6..ed77816a78fb0aa16536713b29253f95e2fa64e4 100644 --- a/runtime/quark/codelets/codelet_zherfb.c +++ b/runtime/quark/codelets/codelet_zherfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c index 1a1f4cd8a9b9ae6bcfe19085ad5f6a28b48a63be..4790fab33d1c4b47c9fc1ead2f53119881bd98c5 100644 --- a/runtime/quark/codelets/codelet_zherk.c +++ b/runtime/quark/codelets/codelet_zherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c index 509a12f226f21068b608ce435f058c471f011ffe..d7befe55132112ee1a7f60e260d92cc0eb9f53bf 100644 --- a/runtime/quark/codelets/codelet_zhessq.c +++ b/runtime/quark/codelets/codelet_zhessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c index 79085b4f0eaafd632ce36b41cd016673ab7c70c5..200200d24abcb1c502b39b1e302d22e0be1b56a7 100644 --- a/runtime/quark/codelets/codelet_zlacpy.c +++ b/runtime/quark/codelets/codelet_zlacpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c index 508f84a593dc9fca3f292de99e687995330e335a..bbba89e337711a5d3207ab36cd7bff63c6dbc95f 100644 --- a/runtime/quark/codelets/codelet_zlag2c.c +++ b/runtime/quark/codelets/codelet_zlag2c.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c index 920e83e65f788b0e0f88cfe1045410fedd9ff702..a40d9f32866ea07701feb340fc908f5ce52a3d48 100644 --- a/runtime/quark/codelets/codelet_zlange.c +++ b/runtime/quark/codelets/codelet_zlange.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c index d8b1804080531c87d5cd469c105e93f2197d1717..117cfad75a16b99d54a6fdf1133def6ad5e83058 100644 --- a/runtime/quark/codelets/codelet_zlanhe.c +++ b/runtime/quark/codelets/codelet_zlanhe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c index 9c75b979259f95b02271c06f6252ba843412801c..e064c385840a9630765271264d4e8727aa603964 100644 --- a/runtime/quark/codelets/codelet_zlansy.c +++ b/runtime/quark/codelets/codelet_zlansy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c index 38a3a5f897e331c8e3104c5a2832bf09fd57bf54..15772aa5b182140838e1b32f303b022857002f5c 100644 --- a/runtime/quark/codelets/codelet_zlantr.c +++ b/runtime/quark/codelets/codelet_zlantr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c index 93565a1732497b2fafd5022ba0d197ac06469288..3544755a1465ac1eab7724ac1a1302172ada183c 100644 --- a/runtime/quark/codelets/codelet_zlascal.c +++ b/runtime/quark/codelets/codelet_zlascal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c index 581c8c1dfa8cb09fb9b4526ccb3580b3867f1174..8c5691ebb6ff2e994f9ea5f79b913161f9491399 100644 --- a/runtime/quark/codelets/codelet_zlaset.c +++ b/runtime/quark/codelets/codelet_zlaset.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c index ca02da2760bbd5a2c231a267f7157af947f5ed73..df7f2d7a30d3e5b4d4e7ade79d8166a92b54bc34 100644 --- a/runtime/quark/codelets/codelet_zlaset2.c +++ b/runtime/quark/codelets/codelet_zlaset2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c index 5a3e30887c3009e1b8d87daf5f7469deb9d5edb8..503e497f60a957abe8c189b0fb3e6c4a0b46f1b4 100644 --- a/runtime/quark/codelets/codelet_zlatro.c +++ b/runtime/quark/codelets/codelet_zlatro.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c index 01ee1558f8e1ebf417db5de6f81a049f5f08ceb9..fd8a2fd2b83665c3743d4ad78868c8c434f55347 100644 --- a/runtime/quark/codelets/codelet_zlauum.c +++ b/runtime/quark/codelets/codelet_zlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c index aa6a6527e9fd9cc361d0ff77187fb453b245fafb..992dfe189c3b1e5c3c494712511c55b43390fe8f 100644 --- a/runtime/quark/codelets/codelet_zplghe.c +++ b/runtime/quark/codelets/codelet_zplghe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c index d7b4a2816fe2ef66162412cadb3a541962fd58dc..77179c1ee2e17b68ada86c2ba6880f10ca078363 100644 --- a/runtime/quark/codelets/codelet_zplgsy.c +++ b/runtime/quark/codelets/codelet_zplgsy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c index 85e0913c8fb887f2eae74306cdef3e80cfddb278..9e4d34f26e087b1edbf8797901a5e4b366741640 100644 --- a/runtime/quark/codelets/codelet_zplrnt.c +++ b/runtime/quark/codelets/codelet_zplrnt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c index c6c10eb704a5b10899a8b5c78b8330954c9ccac4..39c1942721bd5b660ff465ad9752b35483813cc9 100644 --- a/runtime/quark/codelets/codelet_zplssq.c +++ b/runtime/quark/codelets/codelet_zplssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c index a27ddd5abfb666d644e96a9aa37552a117988957..a7edaa1636b00bc0c7a0da1772de3211d24689d9 100644 --- a/runtime/quark/codelets/codelet_zpotrf.c +++ b/runtime/quark/codelets/codelet_zpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c index c193b2c6d0466023abbdee1b6160483924ad4c99..1544769aa0158a316dd423bb980ffe9965d014de 100644 --- a/runtime/quark/codelets/codelet_zssssm.c +++ b/runtime/quark/codelets/codelet_zssssm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c index 7c037c601a9e6cfd5e695c8d009a3e20f6e779ee..417e46110784aac5d30a9e1969b934993f7f44ab 100644 --- a/runtime/quark/codelets/codelet_zsymm.c +++ b/runtime/quark/codelets/codelet_zsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c index 4a591bdf552c6b01a3f94820f3e7a1ef7e1651a2..79f6540498a15feddb0de30fe1088ee03f92fe05 100644 --- a/runtime/quark/codelets/codelet_zsyr2k.c +++ b/runtime/quark/codelets/codelet_zsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c index 0f9f3254d17ddc9bea4559303f5d411bbe3368c3..0450dc804b41bb8681d864cf625eb66ee6f5d758 100644 --- a/runtime/quark/codelets/codelet_zsyrk.c +++ b/runtime/quark/codelets/codelet_zsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c index ac91c7dd2d8b07fc5c57dda35eda0a651b127ce5..4f22d6830bca96c4383b70ce01a0acca99ede394 100644 --- a/runtime/quark/codelets/codelet_zsyssq.c +++ b/runtime/quark/codelets/codelet_zsyssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c index 1eb683e43ce5286ca5eeda4f580f337c3fae8ecc..1b0895bc5cc33df03a3168fece91293f3f345501 100644 --- a/runtime/quark/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/quark/codelets/codelet_zsytrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c index b678c84a3e3f2cf3d1903a652aab2a116e53263b..ae7c0ebd5a9203e8a212f117e4af7f2bc12c76dd 100644 --- a/runtime/quark/codelets/codelet_ztplqt.c +++ b/runtime/quark/codelets/codelet_ztplqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c index cc60d275c3b343688e8833740eae60891bb10073..3367a56e2c61981017864b0197af2a4a5807ea79 100644 --- a/runtime/quark/codelets/codelet_ztpmlqt.c +++ b/runtime/quark/codelets/codelet_ztpmlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c index 0f51fa627fab6c3396dd748823f6b5506576b3e1..049d6e464bebdf35e06d3141ffa7d43dec46c4a7 100644 --- a/runtime/quark/codelets/codelet_ztpmqrt.c +++ b/runtime/quark/codelets/codelet_ztpmqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c index 206b021d259e0aaefc1199683a2aadf8060e5d6c..13c977aab66df772d2f3812a241a23567ab3a696 100644 --- a/runtime/quark/codelets/codelet_ztpqrt.c +++ b/runtime/quark/codelets/codelet_ztpqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c index d4f3960ee42fc7a777f532d6c2dbf2d3904febbf..0186a800f9dbbd98ee0f138282f7f263bb672794 100644 --- a/runtime/quark/codelets/codelet_ztradd.c +++ b/runtime/quark/codelets/codelet_ztradd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c index c3377afc4f0bd816f37486192de495eae7e31692..d402f804aadac19b0c877371666e1dcd4f85fa4b 100644 --- a/runtime/quark/codelets/codelet_ztrasm.c +++ b/runtime/quark/codelets/codelet_ztrasm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c index c424a27d8e011c54fedc3a2502e1a278794b03c5..6191d3441c05822ff71e75444aa3cba4e620ed3d 100644 --- a/runtime/quark/codelets/codelet_ztrmm.c +++ b/runtime/quark/codelets/codelet_ztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c index 57712e5428a8301b4acf5cfc9b040712f565ecd3..d2ebb3cfec56e61622da4dffa60173f016e74493 100644 --- a/runtime/quark/codelets/codelet_ztrsm.c +++ b/runtime/quark/codelets/codelet_ztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c index 11acf737786739ead64a284c0bfe063a37e76b76..d1589c6c8d2f1fd6158b93b044c6043ed012637e 100644 --- a/runtime/quark/codelets/codelet_ztrssq.c +++ b/runtime/quark/codelets/codelet_ztrssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c index fb54394e451f40b71c1a9b338f62e24d18e63282..67b45fe807b74994b6445d3372155c53721d22f9 100644 --- a/runtime/quark/codelets/codelet_ztrtri.c +++ b/runtime/quark/codelets/codelet_ztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c index c920ff08caf9d723d9608dd13577472ed3b9e3cb..6c17cd062eab34d15c5287b320d6310d55edeacc 100644 --- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c index ea20024e3e4ccb95fbd7912649713be5290d63f6..d4b2d8e7bd427f5b8cedab4536e8ea3b8986eaff 100644 --- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c index d710efc83747d0c321a19b3bd8a0282f2fce402f..f913e191c28213b05057ddb9d10713b92ca2f757 100644 --- a/runtime/quark/codelets/codelet_ztstrf.c +++ b/runtime/quark/codelets/codelet_ztstrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c index 31b82e14a7c823f280905805ca0ce35a713f937b..e050563a83e310aa3f57d4339686c8a3ef729213 100644 --- a/runtime/quark/codelets/codelet_zunmlq.c +++ b/runtime/quark/codelets/codelet_zunmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c index 66ef2ac6b31baa850f37f49b70937552a3cdbbf1..af91c06302d3dce4a96b712e54ffce596bb81ded 100644 --- a/runtime/quark/codelets/codelet_zunmqr.c +++ b/runtime/quark/codelets/codelet_zunmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c index 5324c1c08a9d39c71c6e2354a499933edb7de249..35e46cb8bfd7381f4730af743b62b38e5f9c2021 100644 --- a/runtime/quark/control/runtime_async.c +++ b/runtime/quark/control/runtime_async.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c index b95ccde564707c6449c7a85223e3380f57ec77e6..1403ee8edb352148626a7e31168f0d593f9aaf2b 100644 --- a/runtime/quark/control/runtime_context.c +++ b/runtime/quark/control/runtime_context.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c index 36d634ab310d98c52dec2fa87666ab8a9d877334..c32726b830a00bf125e23858809ffeaafd92f86e 100644 --- a/runtime/quark/control/runtime_control.c +++ b/runtime/quark/control/runtime_control.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c index 78859a86fd593b41a8a303cba7f3068d3a26fcc0..7d916aee07d30b9d9fcebb52a95ec853608f0bf0 100644 --- a/runtime/quark/control/runtime_descriptor.c +++ b/runtime/quark/control/runtime_descriptor.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c index c0b2bbb2ba0b1afde6d4975a999cc97d581e7ad9..35346e36a3b4b41118be0eef82ba5144acb0dc70 100644 --- a/runtime/quark/control/runtime_options.c +++ b/runtime/quark/control/runtime_options.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c index 481e64c53cfbeaa9040e6a6ed93238a23f7b2ee4..b91c7fa04e1f1047634ab27ddd54ae8a594678f0 100644 --- a/runtime/quark/control/runtime_profiling.c +++ b/runtime/quark/control/runtime_profiling.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c index 28227cf16065d8627ec13ebaa3adb09761b03441..7499fcabd34acb282f8f59dba30537ae3787a2b2 100644 --- a/runtime/quark/control/runtime_zlocality.c +++ b/runtime/quark/control/runtime_zlocality.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c index a93905fd94457d0ee3f89db940d9e8e3b14fd816..4df8c6779b8f3e8ad8137c24c8cbbfb4f21781e5 100644 --- a/runtime/quark/control/runtime_zprofiling.c +++ b/runtime/quark/control/runtime_zprofiling.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h index a2353952cb6d73e1febba09b8e9cc8782a8963c1..af8890b38ae846d104829d88959b396d79106e21 100644 --- a/runtime/quark/include/chameleon_quark.h +++ b/runtime/quark/include/chameleon_quark.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h index dd55bf284632885c25416454637b5a3aab72a570..bfa0464840b2c0e9a22e81e734fdd7d974880214 100644 --- a/runtime/quark/include/core_blas_dag.h +++ b/runtime/quark/include/core_blas_dag.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt index 51f80b5edffcbe67b61078e537a33760847fc7ad..eb80ee44e88ea0b190e2445fdbaf6b3331580030 100644 --- a/runtime/starpu/CMakeLists.txt +++ b/runtime/starpu/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2015 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/runtime/starpu/codelets/codelet_dlag2z.c b/runtime/starpu/codelets/codelet_dlag2z.c index 3a21d3d5734b4381d4aac736b758840de304fc56..d434f9806bb1fbe1869c2b6efc6842eb4099720e 100644 --- a/runtime/starpu/codelets/codelet_dlag2z.c +++ b/runtime/starpu/codelets/codelet_dlag2z.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_dzasum.c b/runtime/starpu/codelets/codelet_dzasum.c index 9eaf10b587ab9928a1145ca9ef0685a5dc2f9099..25612d7c57718eab996dbfecefae3b8a089117c1 100644 --- a/runtime/starpu/codelets/codelet_dzasum.c +++ b/runtime/starpu/codelets/codelet_dzasum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_map.c b/runtime/starpu/codelets/codelet_map.c index 9814dd3522dc1e51faa68d0f3f50d4f2069230ed..7ac5e376be0c151646680c699bc8d5278e14c871 100644 --- a/runtime/starpu/codelets/codelet_map.c +++ b/runtime/starpu/codelets/codelet_map.c @@ -2,7 +2,7 @@ * * @file starpu/codelet_map.c * - * @copyright 2018-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c index 63cc9fa77673a747f004ebf5209a5f35344d3d22..d75da57767caba0db09330334b33c5396e20ad2f 100644 --- a/runtime/starpu/codelets/codelet_zaxpy.c +++ b/runtime/starpu/codelets/codelet_zaxpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c index 24d237bc80765a3062a0cbcb3bec3db46048633d..39416b5ed0dfe808a6fe414571ee20fa9e5d43c8 100644 --- a/runtime/starpu/codelets/codelet_zbuild.c +++ b/runtime/starpu/codelets/codelet_zbuild.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c index 58e6cb6bf1eabfcc0ecf91c8541a5657a1ac9f9d..f059d9e80acb27962abf4ed9e9814753d39b5d70 100644 --- a/runtime/starpu/codelets/codelet_zcallback.c +++ b/runtime/starpu/codelets/codelet_zcallback.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zcesca.c b/runtime/starpu/codelets/codelet_zcesca.c index f7c87937d035b03b99a04b7ef307deda501eb4b1..66adc472c6d3b106d36b07aa0a3082b583db1d1d 100644 --- a/runtime/starpu/codelets/codelet_zcesca.c +++ b/runtime/starpu/codelets/codelet_zcesca.c @@ -2,7 +2,7 @@ * * @file starpu/codelet_zcesca.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c index 9cfe15c08f9ab929ac9e22cc83648795d0dfffe0..faf9175d83995369f05bdf353184e77b37dff6d5 100644 --- a/runtime/starpu/codelets/codelet_zgeadd.c +++ b/runtime/starpu/codelets/codelet_zgeadd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c index fcb9c005933b1a80d4a3186d6e5e4b94da5909de..3b04e1ff67d472fd763ff1c0c5b50eb993814c3b 100644 --- a/runtime/starpu/codelets/codelet_zgelqt.c +++ b/runtime/starpu/codelets/codelet_zgelqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c index 38d6337bb5e9d9c4d4d956e3d169f938b8de077a..71cc0682dc4e29038b9cbb51fffa5f36a49172e8 100644 --- a/runtime/starpu/codelets/codelet_zgemm.c +++ b/runtime/starpu/codelets/codelet_zgemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgemv.c b/runtime/starpu/codelets/codelet_zgemv.c index 3aedbfa4149a7dc144483f4ca91142b14b5554f6..be083cbeae26cdfffe769b2fd9e8efbdf942913a 100644 --- a/runtime/starpu/codelets/codelet_zgemv.c +++ b/runtime/starpu/codelets/codelet_zgemv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c index 14b877772a1ab1ff72f101736758a09c4a04f20c..0cc8728c4d7f02a3f9bb78615d76f5397aafcb27 100644 --- a/runtime/starpu/codelets/codelet_zgeqrt.c +++ b/runtime/starpu/codelets/codelet_zgeqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c index 352e98d618f684ad0d6f8d7e1c6b31024d94d59a..f8ed85dc44ab3d64e7b42a7c79ed868e2d708b8f 100644 --- a/runtime/starpu/codelets/codelet_zgessm.c +++ b/runtime/starpu/codelets/codelet_zgessm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c index c2d62fd4c2eae8c57b894cebdea70f9992e7bf05..f806e9be0cabd99f32c4ac97e5d599d177cf89af 100644 --- a/runtime/starpu/codelets/codelet_zgessq.c +++ b/runtime/starpu/codelets/codelet_zgessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgesum.c b/runtime/starpu/codelets/codelet_zgesum.c index ed0dbbfd6bc9db7fa25c450e4401961506fde299..b8ccd3c16ba379ca43d687a8367813766cf6c386 100644 --- a/runtime/starpu/codelets/codelet_zgesum.c +++ b/runtime/starpu/codelets/codelet_zgesum.c @@ -2,7 +2,7 @@ * * @file starpu/codelet_zgesum.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** @@ -11,7 +11,7 @@ * * @version 1.1.0 * @author Florent Pruvost - * @date 2021-05-7 + * @date 2021-05-07 * @precisions normal z -> c d s * */ diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c index 79eaa295134267efcc02c0035b27678fb093c433..da52b6cdaec8831e8a25a5b0751236927b6d4efe 100644 --- a/runtime/starpu/codelets/codelet_zgetrf.c +++ b/runtime/starpu/codelets/codelet_zgetrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c index 792849815cd0e361c014537d23b4af519497c861..ad20bc97d0dafbf911371a95bb4413d0a6a0b4dd 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c index 7d84e67ae55e8223d7f3b05755199d2dc8ae6f62..22e9ccd497f370f68beaaf274d6a1e4d4cc901b1 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c +++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zgram.c b/runtime/starpu/codelets/codelet_zgram.c index 77dac818f709023b81e7670997d6b18526a96e15..a045be73449aa61b94d0e015f16d14a90acd93d0 100644 --- a/runtime/starpu/codelets/codelet_zgram.c +++ b/runtime/starpu/codelets/codelet_zgram.c @@ -2,7 +2,7 @@ * * @file starpu/codelet_zgram.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c index 5f4f4a98306fd8a2442c0c3a5ecf2b48b92e52f6..7c97c5b9815996abf48f78b7ed543a63e526f143 100644 --- a/runtime/starpu/codelets/codelet_zhe2ge.c +++ b/runtime/starpu/codelets/codelet_zhe2ge.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c index 20d0e352b33b1c4a74682622b17d136bbdd8fc70..bd42479e8d74cee91ec89cbf65f36ea433e71e40 100644 --- a/runtime/starpu/codelets/codelet_zhemm.c +++ b/runtime/starpu/codelets/codelet_zhemm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c index 1f9585e58edb3385f8451d87d7585ff049798669..18b026d9f443068195774cb7c5ddddb653645ae5 100644 --- a/runtime/starpu/codelets/codelet_zher2k.c +++ b/runtime/starpu/codelets/codelet_zher2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c index af9b2a256eda483f66e5e2504ff581767fd1e3f6..edac567d6bd70648a10631321e32005155a5c7aa 100644 --- a/runtime/starpu/codelets/codelet_zherfb.c +++ b/runtime/starpu/codelets/codelet_zherfb.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c index d877cda36e57b4f7b7cfd01af167448f14ad4056..5a7ba32f1e80d40b18fe4fcd778ce1b8ec373864 100644 --- a/runtime/starpu/codelets/codelet_zherk.c +++ b/runtime/starpu/codelets/codelet_zherk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c index e2d22c5fb48357feb43b9bab73f97a58b2d4a6c3..d5e9cdcb6b11afa4ab177aa27a0b7c397b75de8e 100644 --- a/runtime/starpu/codelets/codelet_zhessq.c +++ b/runtime/starpu/codelets/codelet_zhessq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c index 29733a6d3832405781262f5328b2c3b52a6a7f33..16e7f0163e6a6eeaf56bd91c2a4fe10e7614ccc2 100644 --- a/runtime/starpu/codelets/codelet_zlacpy.c +++ b/runtime/starpu/codelets/codelet_zlacpy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c index 421d97afd93d0fa550d6a0bdf5f8d56e4ac0aaca..c07593f0241a65ee87b1336d9429327d3dce24b1 100644 --- a/runtime/starpu/codelets/codelet_zlag2c.c +++ b/runtime/starpu/codelets/codelet_zlag2c.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c index d8f76aa47ac0cb726a252a1baa850bc86df5eb5b..ec353ce392c41d69a97d828a9fe158f856cd8c10 100644 --- a/runtime/starpu/codelets/codelet_zlange.c +++ b/runtime/starpu/codelets/codelet_zlange.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c index 1f9203fb11c03fc6e421b7a4f9b2f42b077f32a6..88948dd9fa70e5ea757b7b2f3e69087b2b3ab500 100644 --- a/runtime/starpu/codelets/codelet_zlanhe.c +++ b/runtime/starpu/codelets/codelet_zlanhe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c index 5de3b8e93427a7cec37299ebc62a4a7e75876c72..86e2309ea14fa4d18ba5d7504e79e797616ef0e8 100644 --- a/runtime/starpu/codelets/codelet_zlansy.c +++ b/runtime/starpu/codelets/codelet_zlansy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c index 237e5da163b3526376935148ce66e0d20f922e3d..41cf5c0354cd5c441bdad48e35fe067afdda99b2 100644 --- a/runtime/starpu/codelets/codelet_zlantr.c +++ b/runtime/starpu/codelets/codelet_zlantr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c index 26fb42fa8b1eb702997ae3400ce92fb179c383f9..4a833a21b18cd9a1d81c2d2f4c9d61193aa4922f 100644 --- a/runtime/starpu/codelets/codelet_zlascal.c +++ b/runtime/starpu/codelets/codelet_zlascal.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c index 51eb352afbf9cdffe31e0835c0ef4898261d686c..933026d57c56406ca88b48d251baf32899a3b285 100644 --- a/runtime/starpu/codelets/codelet_zlaset.c +++ b/runtime/starpu/codelets/codelet_zlaset.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c index 6d6eeb6be3e1fbc43d7797577c1d913d5c88a858..c37149c9db8a50006fd8ee1d54122063a97dad65 100644 --- a/runtime/starpu/codelets/codelet_zlaset2.c +++ b/runtime/starpu/codelets/codelet_zlaset2.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c index 7d81ae476ec323dcba0385c6d7fde7dc6161e34f..656b3117420a6172aa52dd7f35db5acd248d3ab7 100644 --- a/runtime/starpu/codelets/codelet_zlatro.c +++ b/runtime/starpu/codelets/codelet_zlatro.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c index db4ab89abbe50d639cf8dcacdc4f5221b61107c8..c124bbee21d17b3645ba5fa81c0d816f9be9853d 100644 --- a/runtime/starpu/codelets/codelet_zlauum.c +++ b/runtime/starpu/codelets/codelet_zlauum.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c index b14c32003de0cc524aea868aad1ff8a7302925ac..d8aaf90dcb342bfdb66791f61319fa8482e154e4 100644 --- a/runtime/starpu/codelets/codelet_zplghe.c +++ b/runtime/starpu/codelets/codelet_zplghe.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c index 12f9497131d92719fbbe2367b02a9945e2c534de..ee14b1f39bd06454c694ab4f3b1acbd77e51139c 100644 --- a/runtime/starpu/codelets/codelet_zplgsy.c +++ b/runtime/starpu/codelets/codelet_zplgsy.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c index 588e25a57d24566f359ea66f1d4483dca311c807..9b12220280bc4d9b181eb40ebc5db8284fdc77a7 100644 --- a/runtime/starpu/codelets/codelet_zplrnt.c +++ b/runtime/starpu/codelets/codelet_zplrnt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c index 1f5af5516999663214c5c85ca9ed51edbb3cd1d4..85fc2657a3ecaa904467e501a23aab8d387a0361 100644 --- a/runtime/starpu/codelets/codelet_zplssq.c +++ b/runtime/starpu/codelets/codelet_zplssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c index 24d2fd7e2e9ec571f9e81093f22c55d80c4b0bc1..074ca017b81176278da662140d9e60113461db81 100644 --- a/runtime/starpu/codelets/codelet_zpotrf.c +++ b/runtime/starpu/codelets/codelet_zpotrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c index 9690730340c8cb50734dae21c7175a19dc14f2a1..5a491bd6b60d561d14e6ca0aa09b7a0d6a43dedc 100644 --- a/runtime/starpu/codelets/codelet_zssssm.c +++ b/runtime/starpu/codelets/codelet_zssssm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c index 8026b32fe44ead259d0c602249b289e23eb49029..be56ae274371a74b558979803288d0f6e52d47eb 100644 --- a/runtime/starpu/codelets/codelet_zsymm.c +++ b/runtime/starpu/codelets/codelet_zsymm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c index c020938bf091a75347f871162dd50c9f0521986b..b8d3f75d06f39d510201019aab480a3013d61f5a 100644 --- a/runtime/starpu/codelets/codelet_zsyr2k.c +++ b/runtime/starpu/codelets/codelet_zsyr2k.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c index 1d09960c91ead88703d24e01f3d9701d5d7ab0ba..d9b381f15c9d4194146ee6d9c199895db4b651ab 100644 --- a/runtime/starpu/codelets/codelet_zsyrk.c +++ b/runtime/starpu/codelets/codelet_zsyrk.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c index 5a0836d0efd00929c92dda8e99632e76d47962e9..1ab83e0839f4caccc691bd0eece04ba5e179b77a 100644 --- a/runtime/starpu/codelets/codelet_zsyssq.c +++ b/runtime/starpu/codelets/codelet_zsyssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c index 340d37adae1a9c77951bff673cb4844abc29007b..b9fef5f6ae49f954523136113b6c66d6cb85b0bc 100644 --- a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c +++ b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c index 90ef69afc2a63352bc50a2148262b0ff5682b2ff..2bf258ae85906650df005222c894cde6f66552a8 100644 --- a/runtime/starpu/codelets/codelet_ztplqt.c +++ b/runtime/starpu/codelets/codelet_ztplqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c index ce1e70b15fdc1c8161460d389c0373d773025e1b..78e501234989731b336111f30bfd8e7c52859e2b 100644 --- a/runtime/starpu/codelets/codelet_ztpmlqt.c +++ b/runtime/starpu/codelets/codelet_ztpmlqt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon ztpmlqt StarPU codelet diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c index a8870a36f72df20e459142a9821ebfad3d71a2c4..a2e62bfd3ee46cdf5ab998cd4d55c6f2be2c8954 100644 --- a/runtime/starpu/codelets/codelet_ztpmqrt.c +++ b/runtime/starpu/codelets/codelet_ztpmqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * * @brief Chameleon ztpmqrt StarPU codelet diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c index aab476553249d2f27ca4fdb9b12abde6c2b2550d..b7d08e1b687038b1cceea73e3907fb18c005cf55 100644 --- a/runtime/starpu/codelets/codelet_ztpqrt.c +++ b/runtime/starpu/codelets/codelet_ztpqrt.c @@ -4,7 +4,7 @@ * * @copyright 2009-2016 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c index f3c0493a2ddc179e2c5f0728bd10fcc25944a840..29af119d94fe62906ff84328b21ff2b51d3237d2 100644 --- a/runtime/starpu/codelets/codelet_ztradd.c +++ b/runtime/starpu/codelets/codelet_ztradd.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c index 8a84b7d4bc9bd151ad76890c7ebd91ddea68f883..423622022c35a50d8a248821c90720d71c3a8aa7 100644 --- a/runtime/starpu/codelets/codelet_ztrasm.c +++ b/runtime/starpu/codelets/codelet_ztrasm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c index 0a34ea60ac0c6646b57b50da8d7af071b23712a6..1c7538c75cfd775d037f3801427c9cb8388aed73 100644 --- a/runtime/starpu/codelets/codelet_ztrmm.c +++ b/runtime/starpu/codelets/codelet_ztrmm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c index debe56add9e9d872fb34a3b8645cae7e18127d4f..cc9f844b7ed27d969e66966b917f1adf06a68326 100644 --- a/runtime/starpu/codelets/codelet_ztrsm.c +++ b/runtime/starpu/codelets/codelet_ztrsm.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c index 5476bc998bec3d6dd43eb511ebd86d9149e570e3..b78fdcbdd75b404accb33bb33cee1f4248baa022 100644 --- a/runtime/starpu/codelets/codelet_ztrssq.c +++ b/runtime/starpu/codelets/codelet_ztrssq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c index 22b53d92b6adc6dc6bb96435e3da5d486d183528..81b60495cab06ff79ad0e84d0daa7f42cb663df5 100644 --- a/runtime/starpu/codelets/codelet_ztrtri.c +++ b/runtime/starpu/codelets/codelet_ztrtri.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c index a12c11830d81bf33ce8a965e8bb761c2987b139f..686d04599ec399ccba1fb3d3dcfffa3ea5690131 100644 --- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c +++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c index b70d4e1285ebc153a03b29e8e470346b29e2a990..5a341f92184083ba00e993b795a104e6a0ebff11 100644 --- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c +++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c index bd6d496299034ee2e5a8a319648b17126c4a64b7..d8df30ba6b855342996bf168fecbedbfc8b53309 100644 --- a/runtime/starpu/codelets/codelet_ztstrf.c +++ b/runtime/starpu/codelets/codelet_ztstrf.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c index 19efea82b7e55d3326d9bdc05897f0e58f4a2033..a4c6a63d0f6fbd7077de63872e117b962c67145e 100644 --- a/runtime/starpu/codelets/codelet_zunmlq.c +++ b/runtime/starpu/codelets/codelet_zunmlq.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c index 31489663daed951ce33761abe1f3c391b29d3a33..202a2e4d4f203dd054563a588013ea94149d60b0 100644 --- a/runtime/starpu/codelets/codelet_zunmqr.c +++ b/runtime/starpu/codelets/codelet_zunmqr.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c index cc229cd068585a8c5f8797c2aeb738627c397318..41e01f5a08730510f12185c48aaf16b213be4ecc 100644 --- a/runtime/starpu/control/runtime_async.c +++ b/runtime/starpu/control/runtime_async.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c index 176b9cbbb9aa1d82f3c00dc6b0408896d505cf38..98755f7f8041d622399b6f4c7cf0e47ea2204bf1 100644 --- a/runtime/starpu/control/runtime_context.c +++ b/runtime/starpu/control/runtime_context.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c index 611634699907dce78695388556b7827a88fb4938..f044226d3d403a0f564028bfaf96b6c4b9db39bb 100644 --- a/runtime/starpu/control/runtime_control.c +++ b/runtime/starpu/control/runtime_control.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c index fef8c75aa5f99c40c3df9f2b3f55f18366322e55..db432729e6e704639ae9f4fa1112647af49be186 100644 --- a/runtime/starpu/control/runtime_descriptor.c +++ b/runtime/starpu/control/runtime_descriptor.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c index d95cbf865413d98ac079fd0ea1e5768739e6b8b4..6e8b192fd67887fdf860cb3d083d421d4b790c13 100644 --- a/runtime/starpu/control/runtime_options.c +++ b/runtime/starpu/control/runtime_options.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c index 317a3210fffdb546f3cf740d9e2cde3bcb33b4a9..2c7830834770bc0ea3f5ff749c8dd13297628144 100644 --- a/runtime/starpu/control/runtime_profiling.c +++ b/runtime/starpu/control/runtime_profiling.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c index 06923689fbc5a4f1f5bba05fda23b4b58df6b53c..882a4aca6af847fa00ab0b052deb28e645cd0a83 100644 --- a/runtime/starpu/control/runtime_workspace.c +++ b/runtime/starpu/control/runtime_workspace.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c index 74d48bc7823b17f6e0b776a0ae6482b2844b0ea6..c59185cb6308b84479d20066f9263af853592826 100644 --- a/runtime/starpu/control/runtime_zlocality.c +++ b/runtime/starpu/control/runtime_zlocality.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c index c345ed38edd20e0ff378c5a3b7a2f7e189306111..5f737d51e933c10c4b488bce595b04b82fb6b0a3 100644 --- a/runtime/starpu/control/runtime_zprofiling.c +++ b/runtime/starpu/control/runtime_zprofiling.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/cham_tile_interface.h b/runtime/starpu/include/cham_tile_interface.h index c79657b92bf157d4ac3acb8f1c11cbc3c42acc05..b10fad0435fb366485943621e688bb7ac7943243 100644 --- a/runtime/starpu/include/cham_tile_interface.h +++ b/runtime/starpu/include/cham_tile_interface.h @@ -2,7 +2,7 @@ * * @file starpu/cham_tile_interface.h * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in index 15391b62d907de4a3be828049f381893717249b1..8c529d68c84da4c17fd20cd91a38de8a21993574 100644 --- a/runtime/starpu/include/chameleon_starpu.h.in +++ b/runtime/starpu/include/chameleon_starpu.h.in @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h index 42b99063b8c0799400c688515cc31ebde115a8d9..d4ea492363b9d02734c5649cd519993be6c6326b 100644 --- a/runtime/starpu/include/runtime_codelet_profile.h +++ b/runtime/starpu/include/runtime_codelet_profile.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h index 3b41ad7813d88b1d041b838d772e9f8a94a45ea5..a32cb1b402847f210027c97e2d67149ceab4d876 100644 --- a/runtime/starpu/include/runtime_codelet_z.h +++ b/runtime/starpu/include/runtime_codelet_z.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h index 12982b81940e679c79962933baab35d84af7c779..f29f688ec3ca09e1e7850ff7cd95c416ac9e0585 100644 --- a/runtime/starpu/include/runtime_codelets.h +++ b/runtime/starpu/include/runtime_codelets.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h index 2d899bdc2fcf01d7ce2a6449d9cbf9e2a58acd40..acfa7539fb095119dd5b77c2ef0803371ecf8e8c 100644 --- a/runtime/starpu/include/runtime_profiling.h +++ b/runtime/starpu/include/runtime_profiling.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h index bc45b9337b46aa73ee89d28b57db6d308a5cabca..9f4f72438f258910052b41e7a8ded59a7b5fd669 100644 --- a/runtime/starpu/include/runtime_workspace.h +++ b/runtime/starpu/include/runtime_workspace.h @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/runtime/starpu/interface/cham_tile_interface.c b/runtime/starpu/interface/cham_tile_interface.c index d9f460b64dfb0e7cfc6b3db2f46d533066e6d094..85edc5d73f5842e351864d967d61604266f681b6 100644 --- a/runtime/starpu/interface/cham_tile_interface.c +++ b/runtime/starpu/interface/cham_tile_interface.c @@ -2,7 +2,7 @@ * * @file starpu/cham_tile_interface.c * - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt index a5f7b750e532a14d92bce40a2494717fc8d318b2..25c75f05c10113e6ce292e460a1aea07e266fef7 100755 --- a/simucore/CMakeLists.txt +++ b/simucore/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### @@ -18,6 +18,7 @@ # Univ. of Colorado Denver. # # @version 1.0.0 +# @author Florent Pruvost # @date 2020-03-03 # ### diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 75450771bb36f65be887d5b50f5ef90a7e8480bd..d480166cd87f2d2a13212403a9a54abddea3ab6b 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -4,7 +4,7 @@ # # @copyright 2009-2014 The University of Tennessee and The University of # Tennessee Research Foundation. All rights reserved. -# @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # ### diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c index 84c3244e270f057a14d3693d47dcf35b5d568d16..28a15adf781749aefae1c050f89477e27487c21a 100644 --- a/testing/chameleon_ztesting.c +++ b/testing/chameleon_ztesting.c @@ -4,7 +4,7 @@ * * @copyright 2009-2014 The University of Tennessee and The University of * Tennessee Research Foundation. All rights reserved. - * @copyright 2012-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2012-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/parameters.c b/testing/parameters.c index bb2d5b5eb823ed0e22c2f073796747c3d5e5fabe..6828d9da4d1d5ef4672b29bf6114fed46b631f6f 100644 --- a/testing/parameters.c +++ b/testing/parameters.c @@ -2,7 +2,7 @@ * * @file parameters.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. *** * diff --git a/testing/run_list.c b/testing/run_list.c index 6b55f24410e9c545699c75e36ecf4fbe4c97ab38..5c3ceae38a58c8112e76bf304c3518cb3f6037e1 100644 --- a/testing/run_list.c +++ b/testing/run_list.c @@ -2,7 +2,7 @@ * * @file run_list.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. *** * diff --git a/testing/testing_zcesca.c b/testing/testing_zcesca.c index 7378211a79a43995e8a2c65b785cbc56dad8df07..c757f856b3ae67a8b52b1ab8288315e77d07f759 100644 --- a/testing/testing_zcesca.c +++ b/testing/testing_zcesca.c @@ -2,7 +2,7 @@ * * @file testing_zcesca.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c index d354c8127f62538ea3e7caaa419a48652a35cc84..f10cb9ed9f729fe3bf80f33fc9588b205d7b594e 100644 --- a/testing/testing_zgeadd.c +++ b/testing/testing_zgeadd.c @@ -2,7 +2,7 @@ * * @file testing_zgeadd.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgelqf.c b/testing/testing_zgelqf.c index 59b365657e36a76aa62aedf4531a934a086e8270..e117d1b0594b42b474410484d4327477ee142481 100644 --- a/testing/testing_zgelqf.c +++ b/testing/testing_zgelqf.c @@ -2,7 +2,7 @@ * * @file testing_zgelqf.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgelqf_hqr.c b/testing/testing_zgelqf_hqr.c index 98c3116b8c9db11087a7fe6c0091d4db56541ea3..2d401c3d4797c4226ba1b4656fa1087317d5b0b8 100644 --- a/testing/testing_zgelqf_hqr.c +++ b/testing/testing_zgelqf_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zgelqf_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgelqs.c b/testing/testing_zgelqs.c index a9fac5b7899781a40df68d04fc71a19a8e78d646..dd26b911c86fd4ae23f7fc2d33a5522859b326a7 100644 --- a/testing/testing_zgelqs.c +++ b/testing/testing_zgelqs.c @@ -2,7 +2,7 @@ * * @file testing_zgelqs.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c index 6f8e28f2c538de98d023283b3364ac8670917743..0b36dd3f6cc28ea7c76e8e680fc1c9c8c5b4fdda 100644 --- a/testing/testing_zgels.c +++ b/testing/testing_zgels.c @@ -2,7 +2,7 @@ * * @file testing_zgels.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c index ca230b1de1a3a2f6ab94bd0451d5dd2160c20b57..d008ef2a282d616f7022b3c4e4044fb0fb692790 100644 --- a/testing/testing_zgels_hqr.c +++ b/testing/testing_zgels_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zgels_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgenm2.c b/testing/testing_zgenm2.c index 44bf4730f44e6f788b960732c020946521b3a6fd..ea071a60316a1f8bb5539c95600deab0c22cbe20 100644 --- a/testing/testing_zgenm2.c +++ b/testing/testing_zgenm2.c @@ -2,7 +2,7 @@ * * @file testing_zgenm2.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgepdf_qdwh.c b/testing/testing_zgepdf_qdwh.c index 051bff8f69ee0d3feaaab6c6591cb3dbc6864b7b..fcf0c72eaca6998bcfbf746ea43e824985117b9a 100644 --- a/testing/testing_zgepdf_qdwh.c +++ b/testing/testing_zgepdf_qdwh.c @@ -2,7 +2,7 @@ * * @file testing_zgepdf_qdwh.c * - * @copyright 2020-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2020-2020 KAUST. All rights reserved. * diff --git a/testing/testing_zgepdf_qr.c b/testing/testing_zgepdf_qr.c index 25b85f3c52acd2c08238f4aa107f01bb95e8dafe..ceb00a0d3014fc80ebd87bcb4b17df6322c928bc 100644 --- a/testing/testing_zgepdf_qr.c +++ b/testing/testing_zgepdf_qr.c @@ -2,7 +2,7 @@ * * @file testing_zgepdf_qr.c * - * @copyright 2020-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * @copyright 2020-2020 KAUST. All rights reserved. * diff --git a/testing/testing_zgeqrf.c b/testing/testing_zgeqrf.c index 384ff7dc91370d7aca107cc7fbde4e638e3bb8a6..e906e9d42b551b00fd68882367bf67d086f3404a 100644 --- a/testing/testing_zgeqrf.c +++ b/testing/testing_zgeqrf.c @@ -2,7 +2,7 @@ * * @file testing_zgeqrf.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgeqrf_hqr.c b/testing/testing_zgeqrf_hqr.c index 6bf39e35a6be5a2def5d99133cd56e9a845f46b8..946b9858b62d1ff48959ca4150fd684bb723993c 100644 --- a/testing/testing_zgeqrf_hqr.c +++ b/testing/testing_zgeqrf_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zgeqrf_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgeqrs.c b/testing/testing_zgeqrs.c index 732c9d639e0010089d7c1b90714fbfcbdeab8d99..98dd1934ef009ffe4b999e8a27033eff7008f976 100644 --- a/testing/testing_zgeqrs.c +++ b/testing/testing_zgeqrs.c @@ -2,7 +2,7 @@ * * @file testing_zgeqrs.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgesv.c b/testing/testing_zgesv.c index ed64e0893b73df16b44656409e56ad8a9df50b58..814ca5b1f53d84bf2f2aaead56b1bcb34a6017b9 100644 --- a/testing/testing_zgesv.c +++ b/testing/testing_zgesv.c @@ -2,7 +2,7 @@ * * @file testing_zgesv.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgetrf.c b/testing/testing_zgetrf.c index 042c695bb57d8890d3de923855c193ab34ef5356..8611e081468038f122d2ade54a20c9b716d4d02c 100644 --- a/testing/testing_zgetrf.c +++ b/testing/testing_zgetrf.c @@ -2,7 +2,7 @@ * * @file testing_zgetrf.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgetrs.c b/testing/testing_zgetrs.c index facc3e4759e74f09046597b736cffd9d4c8e2864..31259ffb89630c54dacff7beae35bc6ffafe26f2 100644 --- a/testing/testing_zgetrs.c +++ b/testing/testing_zgetrs.c @@ -2,7 +2,7 @@ * * @file testing_zgetrs.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zgram.c b/testing/testing_zgram.c index 78612bf69c744cea5b158b1e73b0958ecfa0eafd..3a2bd5f3a64f43c483d5e259165dfe45c18ebdc0 100644 --- a/testing/testing_zgram.c +++ b/testing/testing_zgram.c @@ -2,7 +2,7 @@ * * @file testing_zgram.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zlacpy.c b/testing/testing_zlacpy.c index b6178ef2801dfabab30610ca499bc6cfec0a566e..1fa60ee96333c91e1dc0c437e46f80a6a03acdd3 100644 --- a/testing/testing_zlacpy.c +++ b/testing/testing_zlacpy.c @@ -2,7 +2,7 @@ * * @file testing_zlacpy.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zlascal.c b/testing/testing_zlascal.c index 34e3ad13450719da2f842c4bc53fbae5cf7b1fd9..165f0a5e589dbb97ee5f94df519615fc6ae0d1b0 100644 --- a/testing/testing_zlascal.c +++ b/testing/testing_zlascal.c @@ -2,7 +2,7 @@ * * @file testing_zlascal.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zlauum.c b/testing/testing_zlauum.c index a7e34a9610c282ea1da114d4541b99afd28dda29..82cff68d1142a8302f21ccd0946687a6fcd36273 100644 --- a/testing/testing_zlauum.c +++ b/testing/testing_zlauum.c @@ -2,7 +2,7 @@ * * @file testing_zlauum.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zplrnk.c b/testing/testing_zplrnk.c index 3e80a7a7642cde12fbd31f5a6c7dd7d711b2d727..b23030e6da707c55abb4d73494e223262aacf029 100644 --- a/testing/testing_zplrnk.c +++ b/testing/testing_zplrnk.c @@ -2,7 +2,7 @@ * * @file testing_zplrnk.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zpotrf.c b/testing/testing_zpotrf.c index 6e724d958eed9f40c45e4152a9f4d788504f873e..b39dbcdccc8ce5a25f7d56c0f5bba2e059c6f3aa 100644 --- a/testing/testing_zpotrf.c +++ b/testing/testing_zpotrf.c @@ -2,7 +2,7 @@ * * @file testing_zpotrf.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zprint.c b/testing/testing_zprint.c index 24c6041adf8275fc1950373d791e7db06421e9a8..40e951107abb429cf59879fd3150c34ac6bedc68 100644 --- a/testing/testing_zprint.c +++ b/testing/testing_zprint.c @@ -2,7 +2,7 @@ * * @file testing_zprint.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zsysv.c b/testing/testing_zsysv.c index 8cb8807b869b9fc22c9b7332791dbc3020eba2d2..a1e56fb7a584a9630e78b60dccd7909b1ba5ab19 100644 --- a/testing/testing_zsysv.c +++ b/testing/testing_zsysv.c @@ -2,7 +2,7 @@ * * @file testing_zsysv.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zsytrf.c b/testing/testing_zsytrf.c index 0fa93374a88950999f28e5b9adf1cfeb827addfa..38c65cb903df8de92d7c9e16ab123ead4c636920 100644 --- a/testing/testing_zsytrf.c +++ b/testing/testing_zsytrf.c @@ -2,7 +2,7 @@ * * @file testing_zsytrf.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zsytrs.c b/testing/testing_zsytrs.c index ffde16d2b14501c23f69df2d0c3c3daef31b9735..142e6604cbfee5cf63a56e430b235636876eb69a 100644 --- a/testing/testing_zsytrs.c +++ b/testing/testing_zsytrs.c @@ -2,7 +2,7 @@ * * @file testing_zsytrs.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_ztradd.c b/testing/testing_ztradd.c index c5fa76cf70a0f90920f65d038ac19ffe338a62e5..4b5860baa8cec8c6f753bd311f1019f8c4f2edbb 100644 --- a/testing/testing_ztradd.c +++ b/testing/testing_ztradd.c @@ -2,7 +2,7 @@ * * @file testing_ztradd.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_ztrtri.c b/testing/testing_ztrtri.c index 957ce66f9683bac4bc9511fe58300199f7416d97..b5e21ccbee0b51da40e3e2446e85f81b955b47c2 100644 --- a/testing/testing_ztrtri.c +++ b/testing/testing_ztrtri.c @@ -2,7 +2,7 @@ * * @file testing_ztrtri.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zunglq.c b/testing/testing_zunglq.c index 124375253fe77d46f9053f0224c54c408dad37b0..318f629e51afa7491cbdb1beca0f2fbd07dba2e6 100644 --- a/testing/testing_zunglq.c +++ b/testing/testing_zunglq.c @@ -2,7 +2,7 @@ * * @file testing_zunglq.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zunglq_hqr.c b/testing/testing_zunglq_hqr.c index 2f2051cf7df8af29082211325b27864b2832b47b..d55ae559fcd8b028e2664126828dd1245c46c624 100644 --- a/testing/testing_zunglq_hqr.c +++ b/testing/testing_zunglq_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zunglq_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zungqr.c b/testing/testing_zungqr.c index c7016a15d883ac7691b361bf9c46c38f6e32133b..d66d4811240042398c074c112c00ce61046b8ad8 100644 --- a/testing/testing_zungqr.c +++ b/testing/testing_zungqr.c @@ -2,7 +2,7 @@ * * @file testing_zungqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zungqr_hqr.c b/testing/testing_zungqr_hqr.c index 11da4423a697f533aff47bfe98b39a5c30217f42..282fa5593c5b7b6ce67e2d24ccc8c732af2f0453 100644 --- a/testing/testing_zungqr_hqr.c +++ b/testing/testing_zungqr_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zungqr_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zunmlq.c b/testing/testing_zunmlq.c index 8a95cd75b8db0812c566313e993690b2d1a997ef..6c9ba2486a9b631fdc34f5bd68aa41811536a451 100644 --- a/testing/testing_zunmlq.c +++ b/testing/testing_zunmlq.c @@ -2,7 +2,7 @@ * * @file testing_zunmlq.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zunmlq_hqr.c b/testing/testing_zunmlq_hqr.c index 166cac58ed42b43aea630a7c0aec4680aa5cd75e..7c32ab4039713fb02a2f252941c945997d429fad 100644 --- a/testing/testing_zunmlq_hqr.c +++ b/testing/testing_zunmlq_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zunmlq_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zunmqr.c b/testing/testing_zunmqr.c index d612d8db54cf184a7774f9c19046808f8583abd0..51351e4b1ab4bb5829f9245edbd4e4553e479355 100644 --- a/testing/testing_zunmqr.c +++ b/testing/testing_zunmqr.c @@ -2,7 +2,7 @@ * * @file testing_zunmqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testing_zunmqr_hqr.c b/testing/testing_zunmqr_hqr.c index 236374d03869214297b65980137be00a985a3b7c..aef55f0edc9e35610b7806e3b5d8c6a3da75c858 100644 --- a/testing/testing_zunmqr_hqr.c +++ b/testing/testing_zunmqr_hqr.c @@ -2,7 +2,7 @@ * * @file testing_zunmqr_hqr.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. * *** diff --git a/testing/testings.h b/testing/testings.h index bbb8991bd2800dfc037b44ba74600139a9606439..402b30b7eaa50e13a205251954eb2b97eeb4c55b 100644 --- a/testing/testings.h +++ b/testing/testings.h @@ -2,7 +2,7 @@ * * @file testings.h * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. *** * diff --git a/testing/values.c b/testing/values.c index 203696e8aa496203ac1d0561f704a6e040fd9826..edce7523c712219b8abafd3bf1485b2ab760f169 100644 --- a/testing/values.c +++ b/testing/values.c @@ -2,7 +2,7 @@ * * @file values.c * - * @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, + * @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, * Univ. Bordeaux. All rights reserved. *** * diff --git a/tools/analysis.sh b/tools/analysis.sh index f2e525f1da1f0238a2b9c75fec4c8dffbdb7a5cf..1836dba70ce4a6ee2bf9e113c5933da7b00f9059 100755 --- a/tools/analysis.sh +++ b/tools/analysis.sh @@ -2,7 +2,7 @@ ### # # @file analysis.sh -# @copyright 2013-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2013-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @version 1.1.0 diff --git a/tools/bench/chameleon_guix.sh b/tools/bench/chameleon_guix.sh index a5847949dd83a2c51ee2829e2ba8d290f36a4bc6..a81448afe2af7592e8cfa57df152fd27f5a5141a 100755 --- a/tools/bench/chameleon_guix.sh +++ b/tools/bench/chameleon_guix.sh @@ -1,5 +1,15 @@ -#!/bin/bash - +#!/usr/bin/env bash +### +# +# @file chameleon_guix.sh +# @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.1.0 +# @author Florent Pruvost +# @date 2021-04-20 +# +### set -x # Configure and Build Chameleon diff --git a/tools/bench/jube/GenFigures.R b/tools/bench/jube/GenFigures.R index 04fba1aa1c64991139b2eef5a0c3315bfb7ee60e..082f53673ab39e1f91abf3e5960f270aa770fe6a 100644 --- a/tools/bench/jube/GenFigures.R +++ b/tools/bench/jube/GenFigures.R @@ -1,3 +1,14 @@ +#### +## +## @file GenFigures.R +## @copyright 2018-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +## Univ. Bordeaux. All rights reserved. +## +## @version 1.1.0 +## @author Mathieu Faverge +## @date 2021-04-20 +## +#### library(ggplot2) library(plyr) library(reshape2) diff --git a/tools/bench/jube/add_result.py b/tools/bench/jube/add_result.py index 4f27dc48364bd777abf4c85c8f7138ead82dd171..fbfc5de0d64dbbd4d9f69da7a12851c38f326659 100755 --- a/tools/bench/jube/add_result.py +++ b/tools/bench/jube/add_result.py @@ -1,5 +1,14 @@ #!/usr/bin/env python3 - +# +# @file add_result.py +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Florent Pruvost +# @date 2020-03-03 +# from typing import Any, Dict, List, Union from copy import deepcopy import json diff --git a/tools/bench/jube/get_result.py b/tools/bench/jube/get_result.py index a2bdbcb30256144b9be8ea8096e4b0c967025992..d8c678e6a57b85f0750e6e9c3cac3dbda7be9afa 100755 --- a/tools/bench/jube/get_result.py +++ b/tools/bench/jube/get_result.py @@ -1,5 +1,14 @@ #!/usr/bin/env python3 - +# +# @file get_result.py +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Florent Pruvost +# @date 2020-03-03 +# import pandas import click import csv diff --git a/tools/bench/plafrim/run.sh b/tools/bench/plafrim/run.sh index 3234c2bb8a8ecf0943f2e8c7d11fcb5bdb8cc2e3..7b6cec18a81fae36208d61a96a1b2790ff4b858a 100755 --- a/tools/bench/plafrim/run.sh +++ b/tools/bench/plafrim/run.sh @@ -1,5 +1,14 @@ -#!/bin/bash - +#!/usr/bin/env bash +# +# @file run.sh +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Florent Pruvost +# @date 2020-03-03 +# echo "######################### Chameleon benchmarks #########################" set -x diff --git a/tools/bench/plafrim/slurm.sh b/tools/bench/plafrim/slurm.sh index f64c4ff699e96d3d80b5c1a60db64d793e4dce68..47e80daaa437c51a257abf1ec4d6777416506682 100755 --- a/tools/bench/plafrim/slurm.sh +++ b/tools/bench/plafrim/slurm.sh @@ -1,5 +1,14 @@ -#!/bin/bash - +#!/usr/bin/env bash +# +# @file slurm.sh +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Florent Pruvost +# @date 2020-03-03 +# echo "######################### Chameleon benchmarks #########################" # Check the environment diff --git a/tools/build_macosx.sh b/tools/build_macosx.sh index 8787225e02e833a40f306c4c060ed1e91bbe5ab1..0ee6f93a8a4f6cc71e27b0d19d8a97ae1967df42 100755 --- a/tools/build_macosx.sh +++ b/tools/build_macosx.sh @@ -1,4 +1,14 @@ -#!/bin/bash +#!/usr/bin/env bash +# +# @file build_macosx.sh +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Florent Pruvost +# @date 2020-03-03 +# # setup openblas . ~/.bash_profile diff --git a/tools/check_header.sh b/tools/check_header.sh index 48311d6baa0a37eab095f549dba9142559a694d7..3c1aa78056f2942f8e8a554cc2473a2e0881730d 100755 --- a/tools/check_header.sh +++ b/tools/check_header.sh @@ -1,7 +1,7 @@ # # @file check_header.sh # -# @copyright 2016-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2016-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @version 1.1.0 @@ -166,7 +166,10 @@ check_header() check_header_version $1 check_header_author $1 check_header_date $1 - check_header_define $1 + if [ $1 != "include/chameleon/fortran.h" ] + then + check_header_define $1 + fi } # @@ -187,6 +190,8 @@ files=$( git ls-files | grep -v "simucore/perfmodels/\.starpu" | grep -v "\.xml" | grep -v "input/.*\.in" | + grep -v "distrib/debian/.*" | + grep -v "tools/bench/jube/requirements.txt" | grep -v "\.org" ) if [ $# -gt 0 ] then diff --git a/tools/find_sources.sh b/tools/find_sources.sh index faa52b728f66d6420ec2068ce67eb8ea1f60bc45..1319635a14ba396a273fbb6ee8372a15244e2d0e 100755 --- a/tools/find_sources.sh +++ b/tools/find_sources.sh @@ -1,4 +1,15 @@ #!/bin/sh +# +# @file find_sources.sh +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Mathieu Faverge +# @author Florent Pruvost +# @date 2020-03-03 +# #set -x SRCDIR_TO_ANALYZE="build-openmp/runtime/openmp build-parsec/runtime/parsec build-quark/runtime/quark build-starpu build compute control coreblas example include runtime testing" diff --git a/tools/fix_doxygen_date.sh b/tools/fix_doxygen_date.sh index 606482496c02d97cdeed6403db75d4c01ec87a97..6aa687579049133f7cc4f8c7224911c3b0bbb3e6 100755 --- a/tools/fix_doxygen_date.sh +++ b/tools/fix_doxygen_date.sh @@ -1,7 +1,7 @@ # # @file fix_doxygen_date.sh # -# @copyright 2019-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2019-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @version 1.1.0 diff --git a/tools/pages.sh b/tools/pages.sh index 251e472a33ba9c53c0ede3d3bbf2402851d405a7..1ef29cc1abca3cf17398f4f4eaedb082515278a1 100755 --- a/tools/pages.sh +++ b/tools/pages.sh @@ -1,5 +1,14 @@ #!/usr/bin/env bash - +# +# @file pages.sh +# +# @copyright 2020-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# Univ. Bordeaux. All rights reserved. +# +# @version 1.0.0 +# @author Florent Pruvost +# @date 2020-03-03 +# CHAMELEON_SRC_DIR=${CHAMELEON_SRC_DIR:-$PWD} mkdir tmp_fig diff --git a/tools/release.sh b/tools/release.sh index a8ff12ca32d661444749020c694c0c6fff7d0f6c..0de18218709ad484f10d70088396b17dffab4821 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -2,7 +2,7 @@ ### # # @file release.sh -# @copyright 2013-2021 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, +# @copyright 2013-2022 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # Univ. Bordeaux. All rights reserved. # # @brief Script to generate the release when pushing a branch and tag of the same name