From 29ed46b7540134528b17f3f61b99173a9eda7f85 Mon Sep 17 00:00:00 2001
From: PRUVOST Florent <florent.pruvost@inria.fr>
Date: Wed, 20 Mar 2019 11:08:27 +0100
Subject: [PATCH]  Doc     improve user's doc style     add some explanation
 about the code structure in the main doxygen     fix coverage in analysis
 sonarqube     add a release job to automatize release publication     change
 the cdash server to my.cdash.org which is more recent and reactive than
 cdash.inria.fr     fix the version number, dates and authors in headers to
 prepare the release 0.9.2

---
 .gitlab-ci.yml                                |  238 +-
 CMakeLists.txt                                |   17 +-
 CTestConfig.cmake                             |    6 +-
 ChangeLog                                     |    4 +-
 LICENCE.txt                                   |    2 +-
 README.org                                    |    4 +-
 READMEDEV.org                                 |   60 +-
 cmake_modules/GenPkgConfig.cmake              |    4 +-
 cmake_modules/PrintOpts.cmake                 |    4 +-
 cmake_modules/morse_cmake                     |    2 +-
 compute/CMakeLists.txt                        |    6 +-
 compute/map.c                                 |    4 +-
 compute/pmap.c                                |    4 +-
 compute/pzbuild.c                             |    8 +-
 compute/pzgebrd_ge2gb.c                       |    6 +-
 compute/pzgelqf.c                             |    8 +-
 compute/pzgelqf_param.c                       |    6 +-
 compute/pzgelqfrh.c                           |    8 +-
 compute/pzgemm.c                              |    8 +-
 compute/pzgeqrf.c                             |    8 +-
 compute/pzgeqrf_param.c                       |    6 +-
 compute/pzgeqrfrh.c                           |    8 +-
 compute/pzgetrf_incpiv.c                      |    8 +-
 compute/pzgetrf_nopiv.c                       |    6 +-
 compute/pzhemm.c                              |    8 +-
 compute/pzher2k.c                             |    8 +-
 compute/pzherk.c                              |    8 +-
 compute/pzhetrd_he2hb.c                       |    6 +-
 compute/pzlacpy.c                             |    8 +-
 compute/pzlag2c.c                             |    8 +-
 compute/pzlange.c                             |    8 +-
 compute/pzlansy.c                             |    8 +-
 compute/pzlascal.c                            |    6 +-
 compute/pzlaset.c                             |    8 +-
 compute/pzlaset2.c                            |    8 +-
 compute/pzlauum.c                             |    8 +-
 compute/pzplghe.c                             |    8 +-
 compute/pzplgsy.c                             |    8 +-
 compute/pzplrnt.c                             |    8 +-
 compute/pzpotrf.c                             |    8 +-
 compute/pzpotrimm.c                           |    8 +-
 compute/pzsymm.c                              |    8 +-
 compute/pzsyr2k.c                             |    8 +-
 compute/pzsyrk.c                              |    8 +-
 compute/pzsytrf.c                             |    6 +-
 compute/pztile2band.c                         |    6 +-
 compute/pztpgqrt.c                            |    6 +-
 compute/pztpqrt.c                             |    6 +-
 compute/pztradd.c                             |    8 +-
 compute/pztrmm.c                              |    8 +-
 compute/pztrsm.c                              |    8 +-
 compute/pztrsmpl.c                            |    8 +-
 compute/pztrtri.c                             |    8 +-
 compute/pzunglq.c                             |    8 +-
 compute/pzunglq_param.c                       |    6 +-
 compute/pzunglqrh.c                           |    8 +-
 compute/pzungqr.c                             |    8 +-
 compute/pzungqr_param.c                       |    6 +-
 compute/pzungqrrh.c                           |    8 +-
 compute/pzunmlq.c                             |    8 +-
 compute/pzunmlq_param.c                       |    6 +-
 compute/pzunmlqrh.c                           |    8 +-
 compute/pzunmqr.c                             |    8 +-
 compute/pzunmqr_param.c                       |    6 +-
 compute/pzunmqrrh.c                           |    8 +-
 compute/zbuild.c                              |    8 +-
 compute/zgeadd.c                              |    8 +-
 compute/zgelqf.c                              |    8 +-
 compute/zgelqf_param.c                        |    6 +-
 compute/zgelqs.c                              |    8 +-
 compute/zgelqs_param.c                        |    6 +-
 compute/zgels.c                               |    8 +-
 compute/zgels_param.c                         |    6 +-
 compute/zgemm.c                               |    8 +-
 compute/zgeqrf.c                              |    8 +-
 compute/zgeqrf_param.c                        |    6 +-
 compute/zgeqrs.c                              |    8 +-
 compute/zgeqrs_param.c                        |    6 +-
 compute/zgesv_incpiv.c                        |    8 +-
 compute/zgesv_nopiv.c                         |    8 +-
 compute/zgesvd.c                              |    6 +-
 compute/zgetrf_incpiv.c                       |    8 +-
 compute/zgetrf_nopiv.c                        |    6 +-
 compute/zgetrs_incpiv.c                       |    8 +-
 compute/zgetrs_nopiv.c                        |    8 +-
 compute/zheevd.c                              |    6 +-
 compute/zhemm.c                               |    8 +-
 compute/zher2k.c                              |    8 +-
 compute/zherk.c                               |    8 +-
 compute/zhetrd.c                              |    6 +-
 compute/zlacpy.c                              |    8 +-
 compute/zlange.c                              |    8 +-
 compute/zlanhe.c                              |    8 +-
 compute/zlansy.c                              |    8 +-
 compute/zlantr.c                              |    8 +-
 compute/zlascal.c                             |    6 +-
 compute/zlaset.c                              |    8 +-
 compute/zlauum.c                              |    8 +-
 compute/zplghe.c                              |    8 +-
 compute/zplgsy.c                              |    8 +-
 compute/zplrnt.c                              |    8 +-
 compute/zposv.c                               |    8 +-
 compute/zpotrf.c                              |    8 +-
 compute/zpotri.c                              |    8 +-
 compute/zpotrimm.c                            |    8 +-
 compute/zpotrs.c                              |    8 +-
 compute/zsymm.c                               |    8 +-
 compute/zsyr2k.c                              |    8 +-
 compute/zsyrk.c                               |    8 +-
 compute/zsysv.c                               |    8 +-
 compute/zsytrf.c                              |    6 +-
 compute/zsytrs.c                              |    8 +-
 compute/ztile.c                               |    6 +-
 compute/ztpgqrt.c                             |    6 +-
 compute/ztpqrt.c                              |    4 +-
 compute/ztradd.c                              |    8 +-
 compute/ztrmm.c                               |    8 +-
 compute/ztrsm.c                               |    8 +-
 compute/ztrsmpl.c                             |    8 +-
 compute/ztrtri.c                              |    8 +-
 compute/zunglq.c                              |    8 +-
 compute/zunglq_param.c                        |    6 +-
 compute/zungqr.c                              |    8 +-
 compute/zungqr_param.c                        |    6 +-
 compute/zunmlq.c                              |    8 +-
 compute/zunmlq_param.c                        |    4 +-
 compute/zunmqr.c                              |    8 +-
 compute/zunmqr_param.c                        |    6 +-
 control/CMakeLists.txt                        |    6 +-
 control/async.c                               |    6 +-
 control/async.h                               |    6 +-
 control/auxiliary.c                           |    6 +-
 control/auxiliary.h                           |    6 +-
 control/chameleon_f77.c                       |    6 +-
 control/chameleon_f77.h                       |    6 +-
 control/chameleon_f90.f90                     |    6 +-
 control/chameleon_mf77.c                      |    6 +-
 control/chameleon_zcf90.F90                   |    6 +-
 control/chameleon_zf77.c                      |    8 +-
 control/chameleon_zf90.F90                    |    6 +-
 control/chameleon_zf90_wrappers.F90           |    6 +-
 control/common.h                              |    6 +-
 control/compute_z.h                           |    8 +-
 control/context.c                             |    6 +-
 control/context.h                             |    6 +-
 control/control.c                             |    6 +-
 control/descriptor.c                          |    6 +-
 control/descriptor.h                          |    6 +-
 control/gkkleader.h                           |    6 +-
 control/global.h                              |    6 +-
 control/primes.h                              |    6 +-
 control/tile.c                                |    6 +-
 control/workspace.c                           |    6 +-
 control/workspace.h                           |    6 +-
 control/workspace_z.c                         |    8 +-
 coreblas/CMakeLists.txt                       |    6 +-
 coreblas/compute/CMakeLists.txt               |    6 +-
 coreblas/compute/core_dzasum.c                |    8 +-
 coreblas/compute/core_zaxpy.c                 |    4 +-
 coreblas/compute/core_zgeadd.c                |    8 +-
 coreblas/compute/core_zgelqt.c                |    8 +-
 coreblas/compute/core_zgemm.c                 |    8 +-
 coreblas/compute/core_zgeqrt.c                |    8 +-
 coreblas/compute/core_zgesplit.c              |    8 +-
 coreblas/compute/core_zgessm.c                |    8 +-
 coreblas/compute/core_zgessq.c                |    8 +-
 coreblas/compute/core_zgetf2_nopiv.c          |    6 +-
 coreblas/compute/core_zgetrf.c                |    8 +-
 coreblas/compute/core_zgetrf_incpiv.c         |    8 +-
 coreblas/compute/core_zgetrf_nopiv.c          |    6 +-
 coreblas/compute/core_zhe2ge.c                |    8 +-
 coreblas/compute/core_zhemm.c                 |    8 +-
 coreblas/compute/core_zher2k.c                |    8 +-
 coreblas/compute/core_zherfb.c                |    6 +-
 coreblas/compute/core_zherk.c                 |    8 +-
 coreblas/compute/core_zhessq.c                |    8 +-
 coreblas/compute/core_zlacpy.c                |    8 +-
 coreblas/compute/core_zlag2c.c                |    8 +-
 coreblas/compute/core_zlange.c                |    8 +-
 coreblas/compute/core_zlanhe.c                |    8 +-
 coreblas/compute/core_zlansy.c                |    8 +-
 coreblas/compute/core_zlantr.c                |    8 +-
 coreblas/compute/core_zlascal.c               |    6 +-
 coreblas/compute/core_zlaset.c                |    8 +-
 coreblas/compute/core_zlaset2.c               |    8 +-
 coreblas/compute/core_zlatro.c                |    6 +-
 coreblas/compute/core_zlauum.c                |    8 +-
 coreblas/compute/core_zpamm.c                 |    8 +-
 coreblas/compute/core_zparfb.c                |    8 +-
 coreblas/compute/core_zpemv.c                 |    8 +-
 coreblas/compute/core_zplghe.c                |    8 +-
 coreblas/compute/core_zplgsy.c                |    8 +-
 coreblas/compute/core_zplrnt.c                |    8 +-
 coreblas/compute/core_zpotrf.c                |    8 +-
 coreblas/compute/core_zssssm.c                |    8 +-
 coreblas/compute/core_zsymm.c                 |    8 +-
 coreblas/compute/core_zsyr2k.c                |    8 +-
 coreblas/compute/core_zsyrk.c                 |    8 +-
 coreblas/compute/core_zsyssq.c                |    8 +-
 coreblas/compute/core_zsytf2_nopiv.c          |    8 +-
 coreblas/compute/core_ztplqt.c                |    6 +-
 coreblas/compute/core_ztpmlqt.c               |    6 +-
 coreblas/compute/core_ztpmqrt.c               |    4 +-
 coreblas/compute/core_ztpqrt.c                |    4 +-
 coreblas/compute/core_ztradd.c                |    6 +-
 coreblas/compute/core_ztrasm.c                |    8 +-
 coreblas/compute/core_ztrmm.c                 |    8 +-
 coreblas/compute/core_ztrsm.c                 |    8 +-
 coreblas/compute/core_ztrssq.c                |    8 +-
 coreblas/compute/core_ztrtri.c                |    8 +-
 coreblas/compute/core_ztslqt.c                |    8 +-
 coreblas/compute/core_ztsmlq.c                |    8 +-
 coreblas/compute/core_ztsmlq_hetra1.c         |    6 +-
 coreblas/compute/core_ztsmqr.c                |    8 +-
 coreblas/compute/core_ztsmqr_hetra1.c         |    6 +-
 coreblas/compute/core_ztsqrt.c                |    8 +-
 coreblas/compute/core_ztstrf.c                |    8 +-
 coreblas/compute/core_zttlqt.c                |    8 +-
 coreblas/compute/core_zttmlq.c                |    8 +-
 coreblas/compute/core_zttmqr.c                |    8 +-
 coreblas/compute/core_zttqrt.c                |    8 +-
 coreblas/compute/core_zunmlq.c                |    8 +-
 coreblas/compute/core_zunmqr.c                |    8 +-
 coreblas/compute/global.c                     |    6 +-
 coreblas/eztrace_module/CMakeLists.txt        |    6 +-
 coreblas/include/CMakeLists.txt               |    6 +-
 coreblas/include/coreblas.h                   |    6 +-
 coreblas/include/coreblas/cblas.h             |    4 +-
 coreblas/include/coreblas/coreblas_z.h        |    8 +-
 coreblas/include/coreblas/coreblas_zc.h       |    8 +-
 coreblas/include/coreblas/lapacke.h           |    4 +-
 coreblas/include/coreblas/lapacke_config.h    |    4 +-
 coreblas/include/coreblas/lapacke_mangling.h  |    4 +-
 cudablas/CMakeLists.txt                       |    6 +-
 cudablas/compute/CMakeLists.txt               |    6 +-
 cudablas/compute/cuda_zgeadd.c                |    6 +-
 cudablas/compute/cuda_zgelqt.c                |    6 +-
 cudablas/compute/cuda_zgemerge.c              |    6 +-
 cudablas/compute/cuda_zgemm.c                 |    4 +-
 cudablas/compute/cuda_zgeqrt.c                |    6 +-
 cudablas/compute/cuda_zgessm.c                |    6 +-
 cudablas/compute/cuda_zgetrf.c                |    6 +-
 cudablas/compute/cuda_zhemm.c                 |    4 +-
 cudablas/compute/cuda_zher2k.c                |    4 +-
 cudablas/compute/cuda_zherfb.c                |    6 +-
 cudablas/compute/cuda_zherk.c                 |    4 +-
 cudablas/compute/cuda_zlarfb.c                |    6 +-
 cudablas/compute/cuda_zlauum.c                |    6 +-
 cudablas/compute/cuda_zparfb.c                |    6 +-
 cudablas/compute/cuda_zpotrf.c                |    6 +-
 cudablas/compute/cuda_zssssm.c                |    6 +-
 cudablas/compute/cuda_zsymm.c                 |    4 +-
 cudablas/compute/cuda_zsyr2k.c                |    4 +-
 cudablas/compute/cuda_zsyrk.c                 |    4 +-
 cudablas/compute/cuda_ztpmlqt.c               |    6 +-
 cudablas/compute/cuda_ztpmqrt.c               |    6 +-
 cudablas/compute/cuda_ztrmm.c                 |    4 +-
 cudablas/compute/cuda_ztrsm.c                 |    4 +-
 cudablas/compute/cuda_ztrtri.c                |    6 +-
 cudablas/compute/cuda_ztslqt.c                |    6 +-
 cudablas/compute/cuda_ztsmlq.c                |    6 +-
 cudablas/compute/cuda_ztsmqr.c                |    6 +-
 cudablas/compute/cuda_ztsqrt.c                |    6 +-
 cudablas/compute/cuda_ztstrf.c                |    6 +-
 cudablas/compute/cuda_zttmlq.c                |    6 +-
 cudablas/compute/cuda_zttmqr.c                |    6 +-
 cudablas/compute/cuda_zunmlqt.c               |    6 +-
 cudablas/compute/cuda_zunmqrt.c               |    6 +-
 cudablas/compute/cudaglobal.c                 |    6 +-
 cudablas/eztrace_module/CMakeLists.txt        |    6 +-
 cudablas/include/CMakeLists.txt               |    6 +-
 cudablas/include/cudablas.h                   |    6 +-
 cudablas/include/cudablas/cudablas_z.h        |    6 +-
 doc/CMakeLists.txt                            |    4 +-
 doc/doxygen/CMakeLists.txt                    |    4 +-
 doc/doxygen/conf.dox.in                       |   14 +-
 doc/doxygen/main.dox                          |  129 +-
 doc/orgmode/CMakeLists.txt                    |   11 +-
 doc/orgmode/chapters/installing.org           |  140 +-
 doc/orgmode/chapters/using.org                |  108 -
 doc/orgmode/css/VisuGen.css                   |  208 -
 doc/orgmode/css/VisuRubriqueEncadre.css       |   70 -
 doc/orgmode/css/htmlize.css                   |  145 +
 doc/orgmode/css/readtheorg.css                | 1092 +++++
 doc/orgmode/css/rtd-full.css                  | 3910 +++++++++++++++++
 doc/orgmode/css/worg.css                      | 1038 -----
 doc/orgmode/users_guide.org.in                |   14 +-
 example/CMakeLists.txt                        |    6 +-
 example/lapack_to_chameleon/CMakeLists.txt    |    6 +-
 .../lapack_to_chameleon/lapack_to_chameleon.h |    6 +-
 example/lapack_to_chameleon/step0.c           |    6 +-
 example/lapack_to_chameleon/step0.h           |    6 +-
 example/lapack_to_chameleon/step1.c           |    6 +-
 example/lapack_to_chameleon/step1.h           |    6 +-
 example/lapack_to_chameleon/step2.c           |    6 +-
 example/lapack_to_chameleon/step2.h           |    6 +-
 example/lapack_to_chameleon/step3.c           |    6 +-
 example/lapack_to_chameleon/step3.h           |    6 +-
 example/lapack_to_chameleon/step4.c           |    6 +-
 example/lapack_to_chameleon/step4.h           |    6 +-
 example/lapack_to_chameleon/step5.c           |    6 +-
 example/lapack_to_chameleon/step5.h           |    6 +-
 example/lapack_to_chameleon/step6.c           |    6 +-
 example/lapack_to_chameleon/step6.h           |    6 +-
 example/lapack_to_chameleon/step7.c           |    6 +-
 example/lapack_to_chameleon/step7.h           |    6 +-
 example/link_chameleon/CMakeLists.txt         |    6 +-
 example/link_chameleon/link_chameleon.c       |    6 +-
 example/link_chameleon/link_chameleon.f90     |    6 +-
 include/CMakeLists.txt                        |    6 +-
 include/chameleon.h                           |    6 +-
 include/chameleon/chameleon_z.h               |    8 +-
 include/chameleon/chameleon_zc.h              |    8 +-
 include/chameleon/config.h.in                 |    6 +-
 include/chameleon/constants.h                 |    6 +-
 include/chameleon/fortran.h                   |    6 +-
 include/chameleon/runtime.h                   |    6 +-
 include/chameleon/runtime_struct.h            |    6 +-
 include/chameleon/simulate.h                  |    6 +-
 include/chameleon/struct.h                    |    6 +-
 include/chameleon/tasks.h                     |    6 +-
 include/chameleon/tasks_z.h                   |    8 +-
 include/chameleon/tasks_zc.h                  |    8 +-
 include/chameleon/timer.h                     |    5 +-
 include/chameleon/types.h                     |    6 +-
 plasma-conversion/callGeneration.bash         |    6 +-
 plasma-conversion/fileConversion.py           |    2 +-
 plasma-conversion/fileCopy.py                 |    2 +-
 plasma-conversion/generate_morseSrc.py        |    2 +-
 .../insert-licence/chameleon_c.licence        |    2 +-
 .../insert-licence/chameleon_f.licence        |    2 +-
 .../insert-licence-chameleon.sh               |    4 +-
 plasma-conversion/rulesSubstitutions.py       |    6 +-
 runtime/CMakeLists.txt                        |    6 +-
 runtime/openmp/CMakeLists.txt                 |    6 +-
 runtime/openmp/codelets/codelet_map.c         |    6 +-
 runtime/openmp/codelets/codelet_zasum.c       |    8 +-
 runtime/openmp/codelets/codelet_zaxpy.c       |    6 +-
 runtime/openmp/codelets/codelet_zbuild.c      |    8 +-
 runtime/openmp/codelets/codelet_zgeadd.c      |    8 +-
 runtime/openmp/codelets/codelet_zgelqt.c      |    8 +-
 runtime/openmp/codelets/codelet_zgemm.c       |    8 +-
 runtime/openmp/codelets/codelet_zgeqrt.c      |    8 +-
 runtime/openmp/codelets/codelet_zgessm.c      |    8 +-
 runtime/openmp/codelets/codelet_zgessq.c      |    8 +-
 runtime/openmp/codelets/codelet_zgetrf.c      |    8 +-
 .../openmp/codelets/codelet_zgetrf_incpiv.c   |    8 +-
 .../openmp/codelets/codelet_zgetrf_nopiv.c    |    6 +-
 runtime/openmp/codelets/codelet_zhe2ge.c      |    6 +-
 runtime/openmp/codelets/codelet_zhemm.c       |    8 +-
 runtime/openmp/codelets/codelet_zher2k.c      |    8 +-
 runtime/openmp/codelets/codelet_zherfb.c      |    8 +-
 runtime/openmp/codelets/codelet_zherk.c       |    8 +-
 runtime/openmp/codelets/codelet_zhessq.c      |    8 +-
 runtime/openmp/codelets/codelet_zlacpy.c      |    8 +-
 runtime/openmp/codelets/codelet_zlag2c.c      |    8 +-
 runtime/openmp/codelets/codelet_zlange.c      |    8 +-
 runtime/openmp/codelets/codelet_zlanhe.c      |    8 +-
 runtime/openmp/codelets/codelet_zlansy.c      |    8 +-
 runtime/openmp/codelets/codelet_zlantr.c      |    8 +-
 runtime/openmp/codelets/codelet_zlascal.c     |    8 +-
 runtime/openmp/codelets/codelet_zlaset.c      |    8 +-
 runtime/openmp/codelets/codelet_zlaset2.c     |    8 +-
 runtime/openmp/codelets/codelet_zlatro.c      |    8 +-
 runtime/openmp/codelets/codelet_zlauum.c      |    8 +-
 runtime/openmp/codelets/codelet_zplghe.c      |    8 +-
 runtime/openmp/codelets/codelet_zplgsy.c      |    8 +-
 runtime/openmp/codelets/codelet_zplrnt.c      |    8 +-
 runtime/openmp/codelets/codelet_zplssq.c      |    8 +-
 runtime/openmp/codelets/codelet_zpotrf.c      |    8 +-
 runtime/openmp/codelets/codelet_zssssm.c      |    8 +-
 runtime/openmp/codelets/codelet_zsymm.c       |    8 +-
 runtime/openmp/codelets/codelet_zsyr2k.c      |    8 +-
 runtime/openmp/codelets/codelet_zsyrk.c       |    8 +-
 runtime/openmp/codelets/codelet_zsyssq.c      |    8 +-
 .../openmp/codelets/codelet_zsytrf_nopiv.c    |    6 +-
 runtime/openmp/codelets/codelet_ztplqt.c      |    6 +-
 runtime/openmp/codelets/codelet_ztpmlqt.c     |    6 +-
 runtime/openmp/codelets/codelet_ztpmqrt.c     |    6 +-
 runtime/openmp/codelets/codelet_ztpqrt.c      |    6 +-
 runtime/openmp/codelets/codelet_ztradd.c      |    8 +-
 runtime/openmp/codelets/codelet_ztrasm.c      |    8 +-
 runtime/openmp/codelets/codelet_ztrmm.c       |    8 +-
 runtime/openmp/codelets/codelet_ztrsm.c       |    8 +-
 runtime/openmp/codelets/codelet_ztrssq.c      |    8 +-
 runtime/openmp/codelets/codelet_ztrtri.c      |    8 +-
 .../openmp/codelets/codelet_ztsmlq_hetra1.c   |    7 +-
 .../openmp/codelets/codelet_ztsmqr_hetra1.c   |    7 +-
 runtime/openmp/codelets/codelet_ztstrf.c      |    8 +-
 runtime/openmp/codelets/codelet_zunmlq.c      |    8 +-
 runtime/openmp/codelets/codelet_zunmqr.c      |    8 +-
 runtime/openmp/control/runtime_async.c        |    6 +-
 runtime/openmp/control/runtime_context.c      |    6 +-
 runtime/openmp/control/runtime_control.c      |    6 +-
 runtime/openmp/control/runtime_descriptor.c   |    6 +-
 runtime/openmp/control/runtime_options.c      |    6 +-
 runtime/openmp/control/runtime_profiling.c    |    6 +-
 runtime/openmp/include/chameleon_openmp.h     |   12 +-
 runtime/parsec/CMakeLists.txt                 |    6 +-
 runtime/parsec/codelets/codelet_map.c         |    6 +-
 runtime/parsec/codelets/codelet_zasum.c       |    5 +-
 runtime/parsec/codelets/codelet_zaxpy.c       |    5 +-
 runtime/parsec/codelets/codelet_zbuild.c      |    6 +-
 runtime/parsec/codelets/codelet_zgeadd.c      |    8 +-
 runtime/parsec/codelets/codelet_zgelqt.c      |    5 +-
 runtime/parsec/codelets/codelet_zgemm.c       |    5 +-
 runtime/parsec/codelets/codelet_zgeqrt.c      |    5 +-
 runtime/parsec/codelets/codelet_zgessm.c      |    5 +-
 runtime/parsec/codelets/codelet_zgessq.c      |    5 +-
 runtime/parsec/codelets/codelet_zgetrf.c      |    5 +-
 .../parsec/codelets/codelet_zgetrf_incpiv.c   |    5 +-
 .../parsec/codelets/codelet_zgetrf_nopiv.c    |    5 +-
 runtime/parsec/codelets/codelet_zhe2ge.c      |    6 +-
 runtime/parsec/codelets/codelet_zhemm.c       |    5 +-
 runtime/parsec/codelets/codelet_zher2k.c      |    5 +-
 runtime/parsec/codelets/codelet_zherfb.c      |    6 +-
 runtime/parsec/codelets/codelet_zherk.c       |    5 +-
 runtime/parsec/codelets/codelet_zhessq.c      |    5 +-
 runtime/parsec/codelets/codelet_zlacpy.c      |    5 +-
 runtime/parsec/codelets/codelet_zlag2c.c      |    5 +-
 runtime/parsec/codelets/codelet_zlange.c      |    5 +-
 runtime/parsec/codelets/codelet_zlanhe.c      |    5 +-
 runtime/parsec/codelets/codelet_zlansy.c      |    5 +-
 runtime/parsec/codelets/codelet_zlantr.c      |    5 +-
 runtime/parsec/codelets/codelet_zlascal.c     |    8 +-
 runtime/parsec/codelets/codelet_zlaset.c      |    5 +-
 runtime/parsec/codelets/codelet_zlaset2.c     |    5 +-
 runtime/parsec/codelets/codelet_zlatro.c      |    6 +-
 runtime/parsec/codelets/codelet_zlauum.c      |    5 +-
 runtime/parsec/codelets/codelet_zplghe.c      |    5 +-
 runtime/parsec/codelets/codelet_zplgsy.c      |    5 +-
 runtime/parsec/codelets/codelet_zplrnt.c      |    5 +-
 runtime/parsec/codelets/codelet_zplssq.c      |    5 +-
 runtime/parsec/codelets/codelet_zpotrf.c      |    5 +-
 runtime/parsec/codelets/codelet_zssssm.c      |    5 +-
 runtime/parsec/codelets/codelet_zsymm.c       |    5 +-
 runtime/parsec/codelets/codelet_zsyr2k.c      |    5 +-
 runtime/parsec/codelets/codelet_zsyrk.c       |    5 +-
 runtime/parsec/codelets/codelet_zsyssq.c      |    5 +-
 .../parsec/codelets/codelet_zsytrf_nopiv.c    |    5 +-
 runtime/parsec/codelets/codelet_ztplqt.c      |    6 +-
 runtime/parsec/codelets/codelet_ztpmlqt.c     |    6 +-
 runtime/parsec/codelets/codelet_ztpmqrt.c     |    6 +-
 runtime/parsec/codelets/codelet_ztpqrt.c      |    6 +-
 runtime/parsec/codelets/codelet_ztradd.c      |    8 +-
 runtime/parsec/codelets/codelet_ztrasm.c      |    5 +-
 runtime/parsec/codelets/codelet_ztrmm.c       |    5 +-
 runtime/parsec/codelets/codelet_ztrsm.c       |    5 +-
 runtime/parsec/codelets/codelet_ztrssq.c      |    5 +-
 runtime/parsec/codelets/codelet_ztrtri.c      |    5 +-
 .../parsec/codelets/codelet_ztsmlq_hetra1.c   |    6 +-
 .../parsec/codelets/codelet_ztsmqr_hetra1.c   |    6 +-
 runtime/parsec/codelets/codelet_ztstrf.c      |    5 +-
 runtime/parsec/codelets/codelet_zunmlq.c      |    5 +-
 runtime/parsec/codelets/codelet_zunmqr.c      |    5 +-
 runtime/parsec/control/runtime_async.c        |    6 +-
 runtime/parsec/control/runtime_context.c      |    6 +-
 runtime/parsec/control/runtime_control.c      |    6 +-
 runtime/parsec/control/runtime_descriptor.c   |    6 +-
 runtime/parsec/control/runtime_options.c      |    6 +-
 runtime/parsec/control/runtime_profiling.c    |    6 +-
 runtime/parsec/control/runtime_zlocality.c    |    6 +-
 runtime/parsec/control/runtime_zprofiling.c   |    6 +-
 runtime/parsec/include/chameleon_parsec.h     |    6 +-
 runtime/quark/CMakeLists.txt                  |    6 +-
 runtime/quark/codelets/codelet_map.c          |    6 +-
 runtime/quark/codelets/codelet_zasum.c        |    8 +-
 runtime/quark/codelets/codelet_zaxpy.c        |    8 +-
 runtime/quark/codelets/codelet_zbuild.c       |    8 +-
 runtime/quark/codelets/codelet_zgeadd.c       |    8 +-
 runtime/quark/codelets/codelet_zgelqt.c       |    8 +-
 runtime/quark/codelets/codelet_zgemm.c        |    8 +-
 runtime/quark/codelets/codelet_zgeqrt.c       |    8 +-
 runtime/quark/codelets/codelet_zgessm.c       |    8 +-
 runtime/quark/codelets/codelet_zgessq.c       |    8 +-
 runtime/quark/codelets/codelet_zgetrf.c       |    8 +-
 .../quark/codelets/codelet_zgetrf_incpiv.c    |    8 +-
 runtime/quark/codelets/codelet_zgetrf_nopiv.c |    6 +-
 runtime/quark/codelets/codelet_zhe2ge.c       |    6 +-
 runtime/quark/codelets/codelet_zhemm.c        |    8 +-
 runtime/quark/codelets/codelet_zher2k.c       |    8 +-
 runtime/quark/codelets/codelet_zherfb.c       |    6 +-
 runtime/quark/codelets/codelet_zherk.c        |    8 +-
 runtime/quark/codelets/codelet_zhessq.c       |    8 +-
 runtime/quark/codelets/codelet_zlacpy.c       |    8 +-
 runtime/quark/codelets/codelet_zlag2c.c       |    8 +-
 runtime/quark/codelets/codelet_zlange.c       |    8 +-
 runtime/quark/codelets/codelet_zlanhe.c       |    8 +-
 runtime/quark/codelets/codelet_zlansy.c       |    8 +-
 runtime/quark/codelets/codelet_zlantr.c       |    8 +-
 runtime/quark/codelets/codelet_zlascal.c      |    8 +-
 runtime/quark/codelets/codelet_zlaset.c       |    8 +-
 runtime/quark/codelets/codelet_zlaset2.c      |    8 +-
 runtime/quark/codelets/codelet_zlatro.c       |    6 +-
 runtime/quark/codelets/codelet_zlauum.c       |    8 +-
 runtime/quark/codelets/codelet_zplghe.c       |    8 +-
 runtime/quark/codelets/codelet_zplgsy.c       |    8 +-
 runtime/quark/codelets/codelet_zplrnt.c       |    8 +-
 runtime/quark/codelets/codelet_zplssq.c       |    8 +-
 runtime/quark/codelets/codelet_zpotrf.c       |    8 +-
 runtime/quark/codelets/codelet_zssssm.c       |    8 +-
 runtime/quark/codelets/codelet_zsymm.c        |    8 +-
 runtime/quark/codelets/codelet_zsyr2k.c       |    8 +-
 runtime/quark/codelets/codelet_zsyrk.c        |    8 +-
 runtime/quark/codelets/codelet_zsyssq.c       |    8 +-
 runtime/quark/codelets/codelet_zsytrf_nopiv.c |    6 +-
 runtime/quark/codelets/codelet_ztplqt.c       |    6 +-
 runtime/quark/codelets/codelet_ztpmlqt.c      |    6 +-
 runtime/quark/codelets/codelet_ztpmqrt.c      |    6 +-
 runtime/quark/codelets/codelet_ztpqrt.c       |    6 +-
 runtime/quark/codelets/codelet_ztradd.c       |    8 +-
 runtime/quark/codelets/codelet_ztrasm.c       |    8 +-
 runtime/quark/codelets/codelet_ztrmm.c        |    8 +-
 runtime/quark/codelets/codelet_ztrsm.c        |    8 +-
 runtime/quark/codelets/codelet_ztrssq.c       |    8 +-
 runtime/quark/codelets/codelet_ztrtri.c       |    8 +-
 .../quark/codelets/codelet_ztsmlq_hetra1.c    |    6 +-
 .../quark/codelets/codelet_ztsmqr_hetra1.c    |    6 +-
 runtime/quark/codelets/codelet_ztstrf.c       |    8 +-
 runtime/quark/codelets/codelet_zunmlq.c       |    8 +-
 runtime/quark/codelets/codelet_zunmqr.c       |    8 +-
 runtime/quark/control/runtime_async.c         |    6 +-
 runtime/quark/control/runtime_context.c       |    6 +-
 runtime/quark/control/runtime_control.c       |    6 +-
 runtime/quark/control/runtime_descriptor.c    |    6 +-
 runtime/quark/control/runtime_options.c       |    6 +-
 runtime/quark/control/runtime_profiling.c     |    6 +-
 runtime/quark/control/runtime_zlocality.c     |    6 +-
 runtime/quark/control/runtime_zprofiling.c    |    6 +-
 runtime/quark/include/chameleon_quark.h       |    6 +-
 runtime/quark/include/core_blas_dag.h         |    6 +-
 runtime/starpu/CMakeLists.txt                 |    6 +-
 runtime/starpu/codelets/codelet_map.c         |    4 +-
 runtime/starpu/codelets/codelet_zasum.c       |    8 +-
 runtime/starpu/codelets/codelet_zaxpy.c       |    6 +-
 runtime/starpu/codelets/codelet_zbuild.c      |    8 +-
 runtime/starpu/codelets/codelet_zcallback.c   |    6 +-
 runtime/starpu/codelets/codelet_zgeadd.c      |    8 +-
 runtime/starpu/codelets/codelet_zgelqt.c      |    8 +-
 runtime/starpu/codelets/codelet_zgemm.c       |    8 +-
 runtime/starpu/codelets/codelet_zgeqrt.c      |    8 +-
 runtime/starpu/codelets/codelet_zgessm.c      |    8 +-
 runtime/starpu/codelets/codelet_zgessq.c      |    8 +-
 runtime/starpu/codelets/codelet_zgetrf.c      |    8 +-
 .../starpu/codelets/codelet_zgetrf_incpiv.c   |    8 +-
 .../starpu/codelets/codelet_zgetrf_nopiv.c    |    6 +-
 runtime/starpu/codelets/codelet_zhe2ge.c      |    6 +-
 runtime/starpu/codelets/codelet_zhemm.c       |    8 +-
 runtime/starpu/codelets/codelet_zher2k.c      |    8 +-
 runtime/starpu/codelets/codelet_zherfb.c      |    6 +-
 runtime/starpu/codelets/codelet_zherk.c       |    8 +-
 runtime/starpu/codelets/codelet_zhessq.c      |    8 +-
 runtime/starpu/codelets/codelet_zlacpy.c      |    8 +-
 runtime/starpu/codelets/codelet_zlag2c.c      |    8 +-
 runtime/starpu/codelets/codelet_zlange.c      |    8 +-
 runtime/starpu/codelets/codelet_zlanhe.c      |    8 +-
 runtime/starpu/codelets/codelet_zlansy.c      |    8 +-
 runtime/starpu/codelets/codelet_zlantr.c      |    8 +-
 runtime/starpu/codelets/codelet_zlascal.c     |    8 +-
 runtime/starpu/codelets/codelet_zlaset.c      |    8 +-
 runtime/starpu/codelets/codelet_zlaset2.c     |    8 +-
 runtime/starpu/codelets/codelet_zlatro.c      |    8 +-
 runtime/starpu/codelets/codelet_zlauum.c      |    8 +-
 runtime/starpu/codelets/codelet_zplghe.c      |    8 +-
 runtime/starpu/codelets/codelet_zplgsy.c      |    8 +-
 runtime/starpu/codelets/codelet_zplrnt.c      |    8 +-
 runtime/starpu/codelets/codelet_zplssq.c      |    8 +-
 runtime/starpu/codelets/codelet_zpotrf.c      |    8 +-
 runtime/starpu/codelets/codelet_zssssm.c      |    8 +-
 runtime/starpu/codelets/codelet_zsymm.c       |    8 +-
 runtime/starpu/codelets/codelet_zsyr2k.c      |    8 +-
 runtime/starpu/codelets/codelet_zsyrk.c       |    8 +-
 runtime/starpu/codelets/codelet_zsyssq.c      |    8 +-
 .../starpu/codelets/codelet_zsytrf_nopiv.c    |    6 +-
 runtime/starpu/codelets/codelet_ztplqt.c      |    6 +-
 runtime/starpu/codelets/codelet_ztpmlqt.c     |    6 +-
 runtime/starpu/codelets/codelet_ztpmqrt.c     |    6 +-
 runtime/starpu/codelets/codelet_ztpqrt.c      |    6 +-
 runtime/starpu/codelets/codelet_ztradd.c      |    8 +-
 runtime/starpu/codelets/codelet_ztrasm.c      |    8 +-
 runtime/starpu/codelets/codelet_ztrmm.c       |    8 +-
 runtime/starpu/codelets/codelet_ztrsm.c       |    8 +-
 runtime/starpu/codelets/codelet_ztrssq.c      |    8 +-
 runtime/starpu/codelets/codelet_ztrtri.c      |    8 +-
 .../starpu/codelets/codelet_ztsmlq_hetra1.c   |    6 +-
 .../starpu/codelets/codelet_ztsmqr_hetra1.c   |    6 +-
 runtime/starpu/codelets/codelet_ztstrf.c      |    8 +-
 runtime/starpu/codelets/codelet_zunmlq.c      |    8 +-
 runtime/starpu/codelets/codelet_zunmqr.c      |    8 +-
 runtime/starpu/control/runtime_async.c        |    6 +-
 runtime/starpu/control/runtime_context.c      |    6 +-
 runtime/starpu/control/runtime_control.c      |    6 +-
 runtime/starpu/control/runtime_descriptor.c   |    4 +-
 runtime/starpu/control/runtime_options.c      |    6 +-
 runtime/starpu/control/runtime_profiling.c    |    6 +-
 runtime/starpu/control/runtime_workspace.c    |    6 +-
 runtime/starpu/control/runtime_zlocality.c    |    6 +-
 runtime/starpu/control/runtime_zprofiling.c   |    6 +-
 runtime/starpu/include/chameleon_starpu.h.in  |    6 +-
 .../starpu/include/runtime_codelet_profile.h  |    6 +-
 runtime/starpu/include/runtime_codelet_z.h    |    6 +-
 runtime/starpu/include/runtime_codelets.h     |    6 +-
 runtime/starpu/include/runtime_profiling.h    |    6 +-
 runtime/starpu/include/runtime_workspace.h    |    6 +-
 simucore/CMakeLists.txt                       |    6 +-
 testing/CMakeLists.txt                        |    6 +-
 testing/lin/CMakeLists.txt                    |    4 +-
 testing/testing_zauxiliary.c                  |    6 +-
 testing/testing_zauxiliary.h                  |    6 +-
 testing/testing_zgeadd.c                      |    8 +-
 testing/testing_zgels.c                       |    8 +-
 testing/testing_zgels_hqr.c                   |    6 +-
 testing/testing_zgels_systolic.c              |    6 +-
 testing/testing_zgemm.c                       |    8 +-
 testing/testing_zgeqrf_qdwh.c                 |    8 +-
 testing/testing_zgesv_incpiv.c                |    8 +-
 testing/testing_zgesvd.c                      |    6 +-
 testing/testing_zheevd.c                      |    6 +-
 testing/testing_zhemm.c                       |    8 +-
 testing/testing_zher2k.c                      |    8 +-
 testing/testing_zherk.c                       |    8 +-
 testing/testing_zlange.c                      |    8 +-
 testing/testing_zpemv.c                       |    6 +-
 testing/testing_zposv.c                       |    8 +-
 testing/testing_zpotri.c                      |    8 +-
 testing/testing_zsymm.c                       |    8 +-
 testing/testing_zsyr2k.c                      |    8 +-
 testing/testing_zsyrk.c                       |    8 +-
 testing/testing_ztrmm.c                       |    8 +-
 testing/testing_ztrsm.c                       |    8 +-
 timing/CMakeLists.txt                         |    6 +-
 timing/flops.h                                |    6 +-
 timing/time_zgelqf.c                          |    6 +-
 timing/time_zgelqf_tile.c                     |    6 +-
 timing/time_zgels.c                           |    6 +-
 timing/time_zgels_tile.c                      |    6 +-
 timing/time_zgemm.c                           |    6 +-
 timing/time_zgemm_tile.c                      |    6 +-
 timing/time_zgeqrf.c                          |    6 +-
 timing/time_zgeqrf_hqr.c                      |    6 +-
 timing/time_zgeqrf_hqr_tile.c                 |    6 +-
 timing/time_zgeqrf_tile.c                     |    6 +-
 timing/time_zgeqrs_tile.c                     |    6 +-
 timing/time_zgesv_incpiv.c                    |    6 +-
 timing/time_zgesv_incpiv_tile.c               |    6 +-
 timing/time_zgesv_nopiv.c                     |    6 +-
 timing/time_zgesv_nopiv_tile.c                |    6 +-
 timing/time_zgesvd_tile.c                     |    6 +-
 timing/time_zgetrf_incpiv.c                   |    6 +-
 timing/time_zgetrf_incpiv_tile.c              |    6 +-
 timing/time_zgetrf_nopiv.c                    |    6 +-
 timing/time_zgetrf_nopiv_tile.c               |    6 +-
 timing/time_zgetri_tile.c                     |    6 +-
 timing/time_zgetrs_incpiv_tile.c              |    6 +-
 timing/time_zgetrs_nopiv_tile.c               |    6 +-
 timing/time_zheevd_tile.c                     |    6 +-
 timing/time_zlange.c                          |    6 +-
 timing/time_zlange_tile.c                     |    6 +-
 timing/time_zposv.c                           |    6 +-
 timing/time_zposv_tile.c                      |    6 +-
 timing/time_zpotrf.c                          |    6 +-
 timing/time_zpotrf_tile.c                     |    6 +-
 timing/time_zpotri_tile.c                     |    6 +-
 timing/time_zpotrs_tile.c                     |    6 +-
 timing/time_zsytrf_tile.c                     |    6 +-
 timing/time_ztrsm.c                           |    6 +-
 timing/timing.c                               |    6 +-
 timing/timing.h                               |    6 +-
 timing/timing_zauxiliary.c                    |    6 +-
 timing/timing_zauxiliary.h                    |    6 +-
 tools/analysis.sh                             |   36 +-
 tools/check_header.sh                         |    6 +-
 tools/find_sources.sh                         |    4 +-
 tools/fix_doxygen_date.sh                     |   65 +
 tools/release.sh                              |   65 +
 675 files changed, 8001 insertions(+), 3770 deletions(-)
 delete mode 100644 doc/orgmode/css/VisuGen.css
 delete mode 100644 doc/orgmode/css/VisuRubriqueEncadre.css
 create mode 100644 doc/orgmode/css/htmlize.css
 create mode 100644 doc/orgmode/css/readtheorg.css
 create mode 100644 doc/orgmode/css/rtd-full.css
 delete mode 100644 doc/orgmode/css/worg.css
 create mode 100755 tools/fix_doxygen_date.sh
 create mode 100755 tools/release.sh

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2badb5fd..465f8e277 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ stages:
 before_script:
   - git submodule update --init --recursive
   - source .gitlab-ci-env.sh $SIMU
-  - mkdir -p build
+  - mkdir -p build-$VERSION
 
 .build_script_template: &build_script
   stage: build
@@ -17,15 +17,15 @@ before_script:
   script:
     - echo BUILD_OPTIONS $BUILD_OPTIONS
     - echo VERSION $VERSION
-    - (cd build &&
-       scan-build -plist --intercept-first --analyze-headers -o analyzer_reports
+    - (cd build-$VERSION &&
+       scan-build -plist --intercept-first --exclude CMakeFiles --analyze-headers -o analyzer_reports
        cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. $BUILD_OPTIONS &&
-       scan-build -plist --intercept-first --analyze-headers -o analyzer_reports
+       scan-build -plist --intercept-first --exclude CMakeFiles --analyze-headers -o analyzer_reports
        ctest --no-compress-output -V -j 5
              -D ExperimentalBuild
              -D ExperimentalSubmit
              | tee ../chameleon_${VERSION}.log)
-    - (cd build &&
+    - (cd build-$VERSION &&
        make install | tee -a ../chameleon_${VERSION}.log &&
        rm install/ -r)
 
@@ -35,39 +35,38 @@ before_script:
   script:
     - echo TESTS_RESTRICTION $TESTS_RESTRICTION
     - echo VERSION $VERSION
-    - (cd build &&
+    - (cd build-$VERSION &&
        eval "ctest --no-compress-output -V
              $TESTS_RESTRICTION
              -D ExperimentalTest
              -D ExperimentalCoverage
              -D ExperimentalSubmit
              | tee -a ../chameleon_${VERSION}.log")
-    - lcov --directory build --capture --output-file ./chameleon_${VERSION}.lcov
+    - lcov --directory build-$VERSION --capture --output-file ./chameleon_${VERSION}.lcov
 
-build_starpu:
+build_openmp:
   <<: *build_script
   artifacts:
-    name: build_starpu
+    name: build_openmp
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_starpu.log
+      - build-$VERSION
+      - chameleon_openmp.log
   variables:
-    BUILD_OPTIONS: "-DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON"
-    VERSION: starpu
+    BUILD_OPTIONS: "-DCHAMELEON_SCHED=OPENMP"
+    VERSION: openmp
 
-build_starpu_simgrid:
+build_parsec:
   <<: *build_script
   artifacts:
-    name: build_starpu_simgrid
+    name: build_parsec
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_starpu_simgrid.log
+      - build-$VERSION
+      - chameleon_parsec.log
   variables:
-    SIMU: simu
-    BUILD_OPTIONS: "-DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF"
-    VERSION: starpu_simgrid
+    BUILD_OPTIONS: "-DCHAMELEON_SCHED=PARSEC"
+    VERSION: parsec
 
 build_quark:
   <<: *build_script
@@ -75,109 +74,112 @@ build_quark:
     name: build_quark
     expire_in: 48 hours
     paths:
-      - build
+      - build-$VERSION
       - chameleon_quark.log
   variables:
     BUILD_OPTIONS: "-DCHAMELEON_SCHED=QUARK"
     VERSION: quark
 
-build_parsec:
+build_starpu:
   <<: *build_script
   artifacts:
-    name: build_parsec
+    name: build_starpu
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_parsec.log
+      - build-$VERSION
+      - chameleon_starpu.log
   variables:
-    BUILD_OPTIONS: "-DCHAMELEON_SCHED=PARSEC"
-    VERSION: parsec
+    BUILD_OPTIONS: "-DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON"
+    VERSION: starpu
 
-build_openmp:
+build_starpu_simgrid:
   <<: *build_script
   artifacts:
-    name: build_openmp
+    name: build_starpu_simgrid
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_openmp.log
+      - build-$VERSION
+      - chameleon_starpu_simgrid.log
   variables:
-    BUILD_OPTIONS: "-DCHAMELEON_SCHED=OPENMP"
-    VERSION: openmp
+    SIMU: simu
+    BUILD_OPTIONS: "-DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF"
+    VERSION: starpu_simgrid
 
-test_starpu_branches:
+test_openmp_branches:
   <<: *test_script
   variables:
-    TESTS_RESTRICTION: "-R \"test_shm_s|test_mpi_s|time_ooc_shm_s|time_ooc_mpi_s\""
-    VERSION: starpu
+    TESTS_RESTRICTION: "-R \"test_shm_s|test_mpi_s\""
+    VERSION: openmp
   dependencies:
-    - build_starpu
+    - build_openmp
   artifacts:
-    name: test_starpu
+    name: test_openmp
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_starpu.log
-      - chameleon_starpu.lcov
+      - build-$VERSION
+      - chameleon_openmp.log
+      - chameleon_openmp.lcov
   only:
     - branches
   except:
     - master
+    - /^ci-.*$/
 
-test_starpu_master:
+test_openmp_master:
   <<: *test_script
   variables:
     TESTS_RESTRICTION: "-R \"_shm_|_mpi_\""
-    VERSION: starpu
+    VERSION: openmp
   dependencies:
-    - build_starpu
+    - build_openmp
   artifacts:
-    name: test_starpu
+    name: test_openmp
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_starpu.log
-      - chameleon_starpu.lcov
+      - build-$VERSION
+      - chameleon_openmp.log
+      - chameleon_openmp.lcov
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
 
-test_starpu_simgrid_branches:
+test_parsec_branches:
   <<: *test_script
   variables:
-    SIMU: simu
-    TESTS_RESTRICTION: "-R simu"
-    VERSION: starpu_simgrid
+    TESTS_RESTRICTION: "-R \"test_shm_s|test_mpi_s\""
+    VERSION: parsec
   dependencies:
-    - build_starpu_simgrid
+    - build_parsec
   artifacts:
-    name: test_starpu_simgrid
+    name: test_parsec
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_starpu_simgrid.log
-      - chameleon_starpu_simgrid.lcov
+      - build-$VERSION
+      - chameleon_parsec.log
+      - chameleon_parsec.lcov
   only:
     - branches
   except:
     - master
+    - /^ci-.*$/
 
-test_starpu_simgrid_master:
+test_parsec_master:
   <<: *test_script
   variables:
-    SIMU: simu
-    TESTS_RESTRICTION: "-R simu"
-    VERSION: starpu_simgrid
+    TESTS_RESTRICTION: "-R \"_shm_|_mpi_\""
+    VERSION: parsec
   dependencies:
-    - build_starpu_simgrid
+    - build_parsec
   artifacts:
-    name: test_starpu_simgrid
+    name: test_parsec
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_starpu_simgrid.log
-      - chameleon_starpu_simgrid.lcov
+      - build-$VERSION
+      - chameleon_parsec.log
+      - chameleon_parsec.lcov
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
 
 test_quark_branches:
   <<: *test_script
@@ -190,13 +192,14 @@ test_quark_branches:
     name: test_quark
     expire_in: 48 hours
     paths:
-      - build
+      - build-$VERSION
       - chameleon_quark.log
       - chameleon_quark.lcov
   only:
     - branches
   except:
     - master
+    - /^ci-.*$/
 
 test_quark_master:
   <<: *test_script
@@ -209,83 +212,90 @@ test_quark_master:
     name: test_quark
     expire_in: 48 hours
     paths:
-      - build
+      - build-$VERSION
       - chameleon_quark.log
       - chameleon_quark.lcov
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
 
-test_parsec_branches:
+test_starpu_branches:
   <<: *test_script
   variables:
-    TESTS_RESTRICTION: "-R \"test_shm_s|test_mpi_s\""
-    VERSION: parsec
+    TESTS_RESTRICTION: "-R \"test_shm_s|test_mpi_s|time_ooc_shm_s|time_ooc_mpi_s\""
+    VERSION: starpu
   dependencies:
-    - build_parsec
+    - build_starpu
   artifacts:
-    name: test_parsec
+    name: test_starpu
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_parsec.log
-      - chameleon_parsec.lcov
+      - build-$VERSION
+      - chameleon_starpu.log
+      - chameleon_starpu.lcov
   only:
     - branches
   except:
     - master
+    - /^ci-.*$/
 
-test_parsec_master:
+test_starpu_master:
   <<: *test_script
   variables:
     TESTS_RESTRICTION: "-R \"_shm_|_mpi_\""
-    VERSION: parsec
+    VERSION: starpu
   dependencies:
-    - build_parsec
+    - build_starpu
   artifacts:
-    name: test_parsec
+    name: test_starpu
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_parsec.log
-      - chameleon_parsec.lcov
+      - build-$VERSION
+      - chameleon_starpu.log
+      - chameleon_starpu.lcov
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
 
-test_openmp_branches:
+test_starpu_simgrid_branches:
   <<: *test_script
   variables:
-    TESTS_RESTRICTION: "-R \"test_shm_s|test_mpi_s\""
-    VERSION: openmp
+    SIMU: simu
+    TESTS_RESTRICTION: "-R simu"
+    VERSION: starpu_simgrid
   dependencies:
-    - build_openmp
+    - build_starpu_simgrid
   artifacts:
-    name: test_openmp
+    name: test_starpu_simgrid
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_openmp.log
-      - chameleon_openmp.lcov
+      - build-$VERSION
+      - chameleon_starpu_simgrid.log
+      - chameleon_starpu_simgrid.lcov
   only:
     - branches
   except:
     - master
+    - /^ci-.*$/
 
-test_openmp_master:
+test_starpu_simgrid_master:
   <<: *test_script
   variables:
-    TESTS_RESTRICTION: "-R \"_shm_|_mpi_\""
-    VERSION: openmp
+    SIMU: simu
+    TESTS_RESTRICTION: "-R simu"
+    VERSION: starpu_simgrid
   dependencies:
-    - build_openmp
+    - build_starpu_simgrid
   artifacts:
-    name: test_openmp
+    name: test_starpu_simgrid
     expire_in: 48 hours
     paths:
-      - build
-      - chameleon_openmp.log
-      - chameleon_openmp.lcov
+      - build-$VERSION
+      - chameleon_starpu_simgrid.log
+      - chameleon_starpu_simgrid.lcov
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
 
 coverage:
   stage: analyse
@@ -307,8 +317,9 @@ coverage:
     - branches
   except:
     - master
+    - /^ci-.*$/
 
-coverity:
+.coverity:
   stage: analyse
   tags: ["large"]
   dependencies: []
@@ -317,8 +328,10 @@ coverity:
     expire_in: 1 week
     paths:
       - chameleon.tgz
+  variables:
+    VERSION: coverity
   script:
-    - (cd build &&
+    - (cd build-$VERSION &&
        cmake -C ../cmake_modules/gitlab-ci-initial-cache.cmake .. -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=ON &&
        cov-build --dir ../cov-int make -j 4)
     - tar czvf chameleon.tgz cov-int
@@ -349,11 +362,14 @@ sonarqube:
       - chameleon_cppcheck.xml
       - chameleon_rats.xml
       - sonar.log
+  variables:
+    VERSION: sonarqube
   script:
     - cat *.log > chameleon_build.log
     - ./tools/analysis.sh
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
 
 pages:
   stage: deploy
@@ -363,8 +379,10 @@ pages:
     expire_in: 1 week
     paths:
       - public
+  variables:
+    VERSION: pages
   script:
-    - cd build
+    - cd build-$VERSION
     - cmake .. -DCHAMELEON_ENABLE_DOC=ON
     - make doc -j5
     - mv doc/orgmode/ ../public/
@@ -372,3 +390,19 @@ pages:
     - mv doc/doxygen/out/html/ ../public/doxygen/
   only:
     - master@solverstack/chameleon
+    - /^ci-.*$/
+
+release:
+  stage: deploy
+  dependencies: []
+  artifacts:
+    name: chameleon_release
+    expire_in: 1 week
+    paths:
+      - build-$VERSION/*.tar.gz
+  variables:
+    VERSION: release
+  only:
+    - /^release-.*$/
+  script:
+    - ./tools/release.sh
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13dcda02f..4d3309fee 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 cmake_minimum_required(VERSION 3.3)
@@ -36,9 +36,9 @@ if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
 endif()
 
 # set project version number
-set(CHAMELEON_VERSION_MAJOR 1)
-set(CHAMELEON_VERSION_MINOR 0)
-set(CHAMELEON_VERSION_MICRO 0)
+set(CHAMELEON_VERSION_MAJOR 0)
+set(CHAMELEON_VERSION_MINOR 9)
+set(CHAMELEON_VERSION_MICRO 2)
 
 set(CHAMELEON_CMAKE_DIR "" CACHE PATH "Directory of CHAMELEON CMake modules, can be external to the project")
 
@@ -916,6 +916,7 @@ if( CHAMELEON_SCHED_OPENMP )
 endif( CHAMELEON_SCHED_OPENMP )
 
 # getopt
+unset(CMAKE_REQUIRED_LIBRARIES)
 check_include_files(getopt.h CHAMELEON_HAVE_GETOPT_H)
 if (CHAMELEON_HAVE_GETOPT_H)
   check_function_exists(getopt_long CHAMELEON_HAVE_GETOPT_LONG)
@@ -1019,7 +1020,7 @@ include(CTest)
 if(${CMAKE_Fortran_COMPILER_ID} STREQUAL "Intel")
     message(STATUS "Add -nofor_main to the Fortran linker (Intel compiler)")
     set(CMAKE_Fortran_FLAGS  "${CMAKE_Fortran_FLAGS} -nofor_main")
-endif(_match_ifort)
+endif()
 
 # Testing executables
 if(CHAMELEON_ENABLE_EXAMPLE AND NOT CHAMELEON_SIMULATION)
@@ -1091,7 +1092,7 @@ set(CPACK_PACKAGE_VENDOR "Inria")
 set(CPACK_PACKAGE_CONTACT "morse-devel@lists.gforge.inria.fr")
 set(CPACK_RESOURCE_FILE_README ${CMAKE_CURRENT_SOURCE_DIR}/README.org)
 set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/LICENCE.txt)
-set(CPACK_SOURCE_IGNORE_FILES "plasma-conversion;build;.cproject;.settings;.dir-locals.el;.project;.pydevproject;.svn;.git;.gitmodules;.gitlab-ci.yml")
+set(CPACK_SOURCE_IGNORE_FILES "/plasma-conversion/;/build*;.cproject;.settings;.dir-locals.el;.project;.pydevproject;/.git*")
 include(CPack)
 
 ###############################################################################
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index d6cfd23c6..f317cd0db 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -7,9 +7,9 @@
 set(CTEST_PROJECT_NAME "Chameleon")
 set(CTEST_NIGHTLY_START_TIME "00:00:00 GMT")
 
-set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "cdash.inria.fr")
-set(CTEST_DROP_LOCATION "/CDash/submit.php?project=chameleon")
+set(CTEST_DROP_METHOD "https")
+set(CTEST_DROP_SITE "my.cdash.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=Chameleon")
 set(CTEST_DROP_SITE_CDASH TRUE)
 
 #--------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index de6947271..9e0b5b75e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-chameleon-1.0.0
+chameleon-0.9.2
 ------------------------------------------------------------------------
-
+- chameleon is now hosted on gitlab: https://gitlab.inria.fr/solverstack/chameleon
 - MAGMA kernels are no longer supported in Chameleon
 - Add SVD/EVD drivers based on parallel first stage, and sequential LAPACK second stage and solve
 - Add First stage algorithm fo r the SVD/EVD solvers
diff --git a/LICENCE.txt b/LICENCE.txt
index 3b00840c5..074ad18ca 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 # @copyright 2016-2018 KAUST. All rights reserved.
 #
diff --git a/README.org b/README.org
index 7463d62c1..4511c2379 100644
--- a/README.org
+++ b/README.org
@@ -6,8 +6,8 @@
 # gitlab-ci pipeline badge
 #+HTML:<a href="https://gitlab.inria.fr/solverstack/chameleon/commits/master"><img alt="pipeline status"src="https://gitlab.inria.fr/solverstack/chameleon/badges/master/pipeline.svg"/></a>
 
-# Coverity badge
-#+HTML:<a href="https://scan.coverity.com/projects/chameleon"><img alt="Coverity Scan Build Status"src="https://scan.coverity.com/projects/10590/badge.svg"/></a>
+# # Coverity badge
+# #+HTML:<a href="https://scan.coverity.com/projects/chameleon"><img alt="Coverity Scan Build Status"src="https://scan.coverity.com/projects/10590/badge.svg"/></a>
 
 Chameleon is a C library providing parallel algorithms to perform
 BLAS/LAPACK operations exploiting fully modern architectures.
diff --git a/READMEDEV.org b/READMEDEV.org
index 7c7866be4..82173c5e2 100644
--- a/READMEDEV.org
+++ b/READMEDEV.org
@@ -60,14 +60,14 @@ developers must follow and that should be read by contributors.
   Chameleon library started as an extension of the PLASMA library so
   that code naming and writting conventions should follow [[https://bitbucket.org/icl/plasma][PLASMA]] ones.
 
-* Packaging
+* Releasing
 
    A Chameleon's release is a source package, of the form
    chameleon-major.minor.patch.tar.gz, which:
    1) has been properly tested,
-   2) contains a generated documentation corresponding to the released version,
-   3) has an up-to-date ChangeLog file,
-   4) is published on internet.
+   2) has an up-to-date ChangeLog file,
+   3) is published on internet as a GitLab release plus an associated
+      git tag.
 
 ** Test Chameleon before packaging
 
@@ -76,29 +76,29 @@ developers must follow and that should be read by contributors.
    org-mode file) to be used on PlaFRIM plus some specific ctest
    tests.
 
-** Source tarball generation
-
-   This step requires to generate the [[sec:doc][documentation]].
-
-   #+begin_src sh
-   export CHAMELEON_ROOT=/path/to/chameleon/sources/to/be/released
-   cmake $CHAMELEON_ROOT -DCHAMELEON_ENABLE_DOC=ON
-   make doc
-   cp doc/orgmode/users_guide.pdf $CHAMELEON_ROOT
-   make package_source
-   #+end_src
-
-   A tarball chameleon-major.minor.patch.tar.gz should be generated
-   and contains the users_guide documentation.
-
-** Publish the release on internet
-
-   A git tag must be first created, for example
-   #+begin_src sh
-   git tag -a v1.0.0 -m 'Version 1.0.0'
-   git push --tags
-   #+end_src
-
-   Then in the Chameleon *Tags* tab,
-   https://gitlab.inria.fr/solverstack/chameleon/tags, edit the
-   release notes and attach the tarball previously generated.
+** Release generation and publication
+
+   Releases are published on GitLab automatically through the gitlab-ci
+   job /release/.
+
+   To create a release the workflow is:
+   1) ensure chameleon is ready for this release, /i.e./
+      - all required features are well integrated
+      - all tests succeed
+      - the ChangeLog file is up-to-date
+      - the version number is up-to-date in all source files
+   2) create and push a branch /release-major.minor.patch/,
+      major.minor.patch being the version number for the release
+   3) the gitlab-ci job should produce a new release and tag according
+      to the version number
+      - releases: https://gitlab.inria.fr/solverstack/chameleon/releases
+      - tags: https://gitlab.inria.fr/solverstack/chameleon/tags
+   4) delete the branch
+
+* CDash tests dashboard
+  To see details about the tests performed during the [[https://gitlab.inria.fr/solverstack/chameleon/pipelines][pipelines]] visit
+  [[https://my.cdash.org/index.php?project=Chameleon][CDash]].
+
+* Static and dynamic analysis
+  To see details about the analysis job performed during the
+  [[https://gitlab.inria.fr/solverstack/chameleon/pipelines][pipelines]] visit [[https://sonarqube.bordeaux.inria.fr/sonarqube/dashboard?id=hiepacs%3Achameleon%3Agitlab%3Asolverstack%3Amaster][Sonarqube]].
diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake
index 98f134084..1583761b0 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,7 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index e5bf00c11..7d34be218 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,7 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
 #  @date 2014-11-10
 #
diff --git a/cmake_modules/morse_cmake b/cmake_modules/morse_cmake
index 376ef8436..33a182878 160000
--- a/cmake_modules/morse_cmake
+++ b/cmake_modules/morse_cmake
@@ -1 +1 @@
-Subproject commit 376ef84365284898e734d4d8e17359981cae8b7f
+Subproject commit 33a182878f9049c47af1fce3e86e72b9a10e7f7a
diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index 11e057fe1..96493134c 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/compute/map.c b/compute/map.c
index 1a2d44bbf..83922dd4a 100644
--- a/compute/map.c
+++ b/compute/map.c
@@ -2,14 +2,14 @@
  *
  * @file map.c
  *
- * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon map wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @date 2018-09-24
  *
diff --git a/compute/pmap.c b/compute/pmap.c
index 7e0e5b514..08187925b 100644
--- a/compute/pmap.c
+++ b/compute/pmap.c
@@ -2,14 +2,14 @@
  *
  * @file pmap.c
  *
- * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon map parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @date 2018-09-24
  *
diff --git a/compute/pzbuild.c b/compute/pzbuild.c
index b3ae556fa..c8f4f536f 100644
--- a/compute/pzbuild.c
+++ b/compute/pzbuild.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zbuild parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2016-09-08
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c
index 04c6adf7e..30b2a55ff 100644
--- a/compute/pzgebrd_ge2gb.c
+++ b/compute/pzgebrd_ge2gb.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgebrd_ge2gb parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c
index 313b83eeb..64a962bba 100644
--- a/compute/pzgelqf.c
+++ b/compute/pzgelqf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqf parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-08
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 7cc655e6d..a5284b7c9 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqf_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2018-11-09
+ * @date 2017-05-12
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index 7cec545bb..e4c50ca6a 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqfrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index eaf324397..e0d51ac96 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c
index 4ee0c4dab..6d6d3c60b 100644
--- a/compute/pzgeqrf.c
+++ b/compute/pzgeqrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrf parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-08
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index 72dcc8e57..bb7955797 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrf_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2018-11-09
+ * @date 2017-05-03
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index 74d153ae8..7f235365d 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrfrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index 99fd7b508..e4a494c68 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_incpiv parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index 6377ce6be..d67dec3b6 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_nopiv parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2013-02-01
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index 59ab09761..9fcaf6c37 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzher2k.c b/compute/pzher2k.c
index 2eaf407a6..70cdd6b7b 100644
--- a/compute/pzher2k.c
+++ b/compute/pzher2k.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzherk.c b/compute/pzherk.c
index b5262e621..29635ccdd 100644
--- a/compute/pzherk.c
+++ b/compute/pzherk.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 602f7f4e6..1ef361ea7 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhetrd_he2hb parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Azzam Haidar
- * @date 2018-11-09
+ * @date 2016-12-09
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index 7d33b89b0..d526cbe4d 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlacpy parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c
index 211f47720..7704fffdd 100644
--- a/compute/pzlag2c.c
+++ b/compute/pzlag2c.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlag2c parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions mixed zc -> ds
  *
  */
diff --git a/compute/pzlange.c b/compute/pzlange.c
index bb7d6b176..b5f58e47d 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
  * @author Florent Pruvost
- * @date 2014-07-21
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index 6a9f56fb1..71189ef57 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlansy parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index 29e167216..93119debc 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlascal parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Dalal Sukkari
- * @date 2010-11-15
+ * @date 2016-11-30
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlaset.c b/compute/pzlaset.c
index 49c575618..4bac0246c 100644
--- a/compute/pzlaset.c
+++ b/compute/pzlaset.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c
index 5f5e129c3..b982ed47e 100644
--- a/compute/pzlaset2.c
+++ b/compute/pzlaset2.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset2 parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzlauum.c b/compute/pzlauum.c
index 34ac615b0..660ab4e80 100644
--- a/compute/pzlauum.c
+++ b/compute/pzlauum.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlauum parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index 08c6eef53..f2896cf94 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplghe parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file is a copy from pzplghe.c
  *          wich has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2016-08-01
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index 8b96e86c3..e9877e766 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplgsy parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file is a copy of pzplgsy.c,
             wich has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2016-08-01
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index d7ef9fa5d..d7b18ae25 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplrnt parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c
index 8f5a9b50b..68b0e9268 100644
--- a/compute/pzpotrf.c
+++ b/compute/pzpotrf.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrf parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c
index c8dee6ece..8982ad9ce 100644
--- a/compute/pzpotrimm.c
+++ b/compute/pzpotrimm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrimm parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Ali M Charara
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index bd67ce978..f7df025e2 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c
index 642379497..17ae3ee8b 100644
--- a/compute/pzsyr2k.c
+++ b/compute/pzsyr2k.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c
index f3c87edb0..8f6b3013a 100644
--- a/compute/pzsyrk.c
+++ b/compute/pzsyrk.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c
index bd0016419..381f7e4a1 100644
--- a/compute/pzsytrf.c
+++ b/compute/pzsytrf.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrf parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2014-10-09
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index 0a73e48d8..45766f7a0 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztile2band parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
  * @author Gregoire Pichon
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index 52d99f428..c49cb0452 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  * @copyright 2016-2018 KAUST. All rights reserved.
  *
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon computational routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2016-12-21
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index 0783d14da..88800dd26 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  * @copyright 2016-2018 KAUST. All rights reserved.
  *
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon computational routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2016-12-15
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztradd.c b/compute/pztradd.c
index 991da8939..3a29fa4f1 100644
--- a/compute/pztradd.c
+++ b/compute/pztradd.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztradd parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
- * @date 2011-11-03
+ * @date 2015-11-03
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrmm.c b/compute/pztrmm.c
index 3a99f8eb1..3f6376274 100644
--- a/compute/pztrmm.c
+++ b/compute/pztrmm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrsm.c b/compute/pztrsm.c
index 6655aaf51..38b3cedca 100644
--- a/compute/pztrsm.c
+++ b/compute/pztrsm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c
index 6dc01c95c..aa861daf1 100644
--- a/compute/pztrsmpl.c
+++ b/compute/pztrsmpl.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsmpl parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pztrtri.c b/compute/pztrtri.c
index 399fa5864..925ec975b 100644
--- a/compute/pztrtri.c
+++ b/compute/pztrtri.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrtri parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index 492843fc3..4ab201e7f 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunglq parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index b70080358..fbc164624 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunglq_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2018-11-09
+ * @date 2017-05-19
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index d31203a9e..f38171b7f 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunglqrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index a19002728..4964cbb0b 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zungqr parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 8bcb901c1..e70c16deb 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zungqr_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2018-11-09
+ * @date 2017-05-05
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index 23d5e29db..efec2cadd 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zungqrrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index a5d23bf2b..1df5d42b1 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index 02b740b3b..087cc0f5c 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2018-11-09
+ * @date 2017-05-17
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index 26130cb69..243469fcf 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlqrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index 4c15ba7fd..0da2a1fd3 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index a11c5f247..a771077fa 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr_param parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2018-11-09
+ * @date 2017-05-05
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index e8429f8cf..02a0f2b8e 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqrrh parallel algorithm
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zbuild.c b/compute/zbuild.c
index 6ec2419ca..d50b97104 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @brief Chameleon zbuild wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2016-09-08
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index e2674316a..c98f82c73 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeadd wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2011-11-03
+ * @date 2015-11-03
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index 975250334..0b2ee5b69 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqf wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqf_param.c b/compute/zgelqf_param.c
index c507463ef..6d8c125a5 100644
--- a/compute/zgelqf_param.c
+++ b/compute/zgelqf_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqf_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-05-17
+ * @date 2017-05-12
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index cc9b89fef..703650460 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqs wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c
index 720ab5d4d..eedb2dacd 100644
--- a/compute/zgelqs_param.c
+++ b/compute/zgelqs_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqs_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Raphael Boucherie
  * @author Mathieu Faverge
- * @date 2017-05-17
+ * @date 2017-05-19
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgels.c b/compute/zgels.c
index 276c4e3a6..444021e55 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgels wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index 34ab5c609..fd5a99ddb 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgels_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Raphael Boucherie
  * @author Mathieu Faverge
- * @date 2017-05-17
+ * @date 2017-05-12
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgemm.c b/compute/zgemm.c
index e266039ad..6de404567 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index 9ccd619c9..98675a467 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrf wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrf_param.c b/compute/zgeqrf_param.c
index d83e3f447..c406b9207 100644
--- a/compute/zgeqrf_param.c
+++ b/compute/zgeqrf_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrf_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-05-17
+ * @date 2017-05-03
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index 7af82e43f..a6b41d0b1 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrs wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c
index 7fe000a50..84aa1af68 100644
--- a/compute/zgeqrs_param.c
+++ b/compute/zgeqrs_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrs_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-05-17
+ * @date 2017-05-12
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index 275b6dc6a..89cc15107 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
@@ -12,14 +12,14 @@
  * @brief Chameleon zgesv_incpiv wrappers
  *  Release Date: November, 15th 2009
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index f7dfbb880..eceafa049 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgesv_nopiv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index 5b3cf9bd6..c52fa59b3 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgesvd wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Gregoire Pichon
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index 273b247f3..f1f2e795a 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_incpiv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index 0e1004c43..bbb688dec 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_nopiv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2013-02-01
+ * @date 2014-11-16
  *
  * @precisions normal z -> s d c
  *
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index 8d9aa3630..d3e6324f7 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrs_incpiv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index 33b3cf70b..bb0de9875 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrs_nopiv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2014-11-08
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zheevd.c b/compute/zheevd.c
index 1291e43a8..f794669c1 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zheevd wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zhemm.c b/compute/zhemm.c
index 43f123975..0d0c96563 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zher2k.c b/compute/zher2k.c
index fc8a746a3..be55713b9 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zherk.c b/compute/zherk.c
index ff3b21ddc..9b894f7ff 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index f0686a16c..0c7e3c66b 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhetrd wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @author Gregoire Pichon
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index 73ad779e6..d21b3fd09 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlacpy wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlange.c b/compute/zlange.c
index b1e9269d2..6155abf4e 100644
--- a/compute/zlange.c
+++ b/compute/zlange.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlanhe.c b/compute/zlanhe.c
index 50f3d1f92..3eff195d3 100644
--- a/compute/zlanhe.c
+++ b/compute/zlanhe.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlanhe wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zlansy.c b/compute/zlansy.c
index c7e39a453..bd1916bf8 100644
--- a/compute/zlansy.c
+++ b/compute/zlansy.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlansy wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlantr.c b/compute/zlantr.c
index 005fea133..73ef52c50 100644
--- a/compute/zlantr.c
+++ b/compute/zlantr.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlantr wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlascal.c b/compute/zlascal.c
index 0d0ff18b6..be031b90a 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  * @copyright 2016-2018 KAUST. All rights reserved.
  *
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon zlascal wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Dalal Sukkari
- * @date 2010-11-15
+ * @date 2016-11-30
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlaset.c b/compute/zlaset.c
index 0ab77a34e..b7782a7a4 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zlauum.c b/compute/zlauum.c
index 254eb2b18..67951ec88 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlauum wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zplghe.c b/compute/zplghe.c
index ceb0a138b..3ed478a61 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplghe wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file is a copy of zplghe.c
  *          wich has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2016-08-01
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index ff033d819..ddce51f68 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplgsy wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file is a copy of zplgsy.c,
  *          wich has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Rade Mathis
  * @author Florent Pruvost
- * @date 2016-08-01
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 56a3cedaf..0e1a0e20f 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplrnt wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zposv.c b/compute/zposv.c
index 668fec3c5..27ab796eb 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zposv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index d7054e42d..c898ca145 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrf wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 2de905c8d..eb1e95d61 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotri wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index ca57f4962..f903d52e9 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrimm wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index 7cce83910..72bd62a7f 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrs wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zsymm.c b/compute/zsymm.c
index 13221e335..6adfb945a 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index 0fe3e6f9e..73c79dd18 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 91f4627b8..85963b6a9 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zsysv.c b/compute/zsysv.c
index baf78e90e..256e27de9 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsysv wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2014-10-09
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index 44ea078c6..e32b1f8f4 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrf wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2014-10-09
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index 4eeb3d7d3..b50289edd 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrs wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2014-10-09
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/compute/ztile.c b/compute/ztile.c
index 3cafc9b7b..00c63cc16 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon auxiliary routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index b9d07b870..98db159af 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  * @copyright 2016-2018 KAUST. All rights reserved.
  *
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon ztpgqrt wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2016-12-21
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index 04e7ddfa6..742960d20 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  * @copyright 2016-2018 KAUST. All rights reserved.
  *
@@ -12,7 +12,7 @@
  *
  * @brief Chameleon ztpqrt wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
diff --git a/compute/ztradd.c b/compute/ztradd.c
index b5e85ec81..02cd629f3 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztradd wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2011-11-03
+ * @date 2015-11-03
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index 3380900f6..87b19b1ae 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index cc76ab7bd..32fa777f8 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index 2cac2da62..8ed5145a9 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsmpl wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index 6a2f8f321..56a0c9485 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrtri wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunglq.c b/compute/zunglq.c
index ef284b861..3d3ce3062 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunglq wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c
index 09f40a29f..aec224f96 100644
--- a/compute/zunglq_param.c
+++ b/compute/zunglq_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunglq_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-05-17
+ * @date 2017-05-19
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 6ae056b2d..69f8be30e 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zungqr wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zungqr_param.c b/compute/zungqr_param.c
index 9ed032da7..36bacc089 100644
--- a/compute/zungqr_param.c
+++ b/compute/zungqr_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zungqr_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-05-17
+ * @date 2017-05-05
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index f3948bf39..51506cdaa 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c
index 46372cef9..7199aed91 100644
--- a/compute/zunmlq_param.c
+++ b/compute/zunmlq_param.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @date 2017-05-17
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index 78be51f52..c7adba166 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/compute/zunmqr_param.c b/compute/zunmqr_param.c
index 434c16a04..152257e77 100644
--- a/compute/zunmqr_param.c
+++ b/compute/zunmqr_param.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr_param wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-05-17
+ * @date 2017-05-05
  * @precisions normal z -> s d c
  *
  */
diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt
index afd170cdc..377ddb77f 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/control/async.c b/control/async.c
index 55351f6b6..47685fbb7 100644
--- a/control/async.c
+++ b/control/async.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon asynchronous management routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/async.h b/control/async.h
index 4b866c2e8..f900ff4e5 100644
--- a/control/async.h
+++ b/control/async.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon asynchronous management header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 #ifndef _chameleon_async_h_
diff --git a/control/auxiliary.c b/control/auxiliary.c
index 86f081b03..5f741fff1 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon auxiliary routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/auxiliary.h b/control/auxiliary.h
index 057a34688..50d329e3d 100644
--- a/control/auxiliary.h
+++ b/control/auxiliary.h
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon auxiliary header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 #ifndef _chameleon_auxiliary_h_
diff --git a/control/chameleon_f77.c b/control/chameleon_f77.c
index 6ae0feedf..eb70cf98f 100644
--- a/control/chameleon_f77.c
+++ b/control/chameleon_f77.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Fortran77 interface
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Bilel Hadri
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2010-11-15
+ * @date 2018-07-12
  *
  */
 #include <stdlib.h>
diff --git a/control/chameleon_f77.h b/control/chameleon_f77.h
index c70c63270..e4bace01e 100644
--- a/control/chameleon_f77.h
+++ b/control/chameleon_f77.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Fortran77 naming macros
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2017-05-03
+ * @date 2018-07-12
  *
  */
 #ifndef _chameleon_f77_h_
diff --git a/control/chameleon_f90.f90 b/control/chameleon_f90.f90
index cc4c76cab..152e00431 100644
--- a/control/chameleon_f90.f90
+++ b/control/chameleon_f90.f90
@@ -6,12 +6,12 @@
 !  CHAMELEON is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 0.9.2
 ! @author Numerical Algorithm Group
-! @date 2011-09-15
+! @date 2018-07-12
 !
 ! -- Inria
 ! -- (C) Copyright 2012
diff --git a/control/chameleon_mf77.c b/control/chameleon_mf77.c
index ccff4701b..359eb1be7 100644
--- a/control/chameleon_mf77.c
+++ b/control/chameleon_mf77.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Fortran77 interface for mixed-precision computational routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Bilel Hadri
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-07-12
  *
  */
 #include <stdlib.h>
diff --git a/control/chameleon_zcf90.F90 b/control/chameleon_zcf90.F90
index 7ae88ff15..7bde29845 100644
--- a/control/chameleon_zcf90.F90
+++ b/control/chameleon_zcf90.F90
@@ -6,15 +6,15 @@
 !  CHAMELEON is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 0.9.2
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
 ! @author Cedric Castagnede
-! @date 2011-09-15
+! @date 2018-07-12
 ! @precisions mixed zc -> ds
 !
 ! -- Inria
diff --git a/control/chameleon_zf77.c b/control/chameleon_zf77.c
index 1b6366307..a6ad73c88 100644
--- a/control/chameleon_zf77.c
+++ b/control/chameleon_zf77.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Fortran77 computational routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @comment This file is automatically generated by tools/genf77interface.pl
  * @author Bilel Hadri
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2010-11-15
+ * @date 2018-07-12
  * @precisions normal z -> c d s
  *
  */
diff --git a/control/chameleon_zf90.F90 b/control/chameleon_zf90.F90
index a02c51d76..60380e94f 100644
--- a/control/chameleon_zf90.F90
+++ b/control/chameleon_zf90.F90
@@ -6,15 +6,15 @@
 !  CHAMELEON is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 0.9.2
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
 ! @author Cedric Castagnede
-! @date 2011-09-15
+! @date 2018-07-12
 ! @precisions normal z -> c d s
 !
 ! -- Inria
diff --git a/control/chameleon_zf90_wrappers.F90 b/control/chameleon_zf90_wrappers.F90
index bb99becc1..56928b3b9 100644
--- a/control/chameleon_zf90_wrappers.F90
+++ b/control/chameleon_zf90_wrappers.F90
@@ -6,15 +6,15 @@
 !  CHAMELEON is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 0.9.2
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
 ! @author Cedric Castagnede
-! @date 2011-09-15
+! @date 2018-07-12
 ! @precisions normal z -> c d s
 !
 !
diff --git a/control/common.h b/control/common.h
index a9731f960..cfa3208d0 100644
--- a/control/common.h
+++ b/control/common.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon common header file
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  */
 /**
diff --git a/control/compute_z.h b/control/compute_z.h
index 3bacf06a1..6a78fe620 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon computational functions header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/control/context.c b/control/context.c
index 6698189e8..306e42215 100644
--- a/control/context.c
+++ b/control/context.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon context management routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/context.h b/control/context.h
index 8abaa3e99..379d953c0 100644
--- a/control/context.h
+++ b/control/context.h
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon context header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  */
 #ifndef _chameleon_context_h_
diff --git a/control/control.c b/control/control.c
index aafb2d268..b093c255e 100644
--- a/control/control.c
+++ b/control/control.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon control routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/descriptor.c b/control/descriptor.c
index f32800a28..de4bd65c0 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon descriptors routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/descriptor.h b/control/descriptor.h
index c3548c966..2be4cafe9 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon descriptor header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  */
 #ifndef _chameleon_descriptor_h_
diff --git a/control/gkkleader.h b/control/gkkleader.h
index 650d0111f..3171cdb27 100644
--- a/control/gkkleader.h
+++ b/control/gkkleader.h
@@ -4,15 +4,15 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon InPlaceTransformation main module header
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  * This work is the implementation of an inplace transformation
  * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
diff --git a/control/global.h b/control/global.h
index 6cc15c981..d00a71fd0 100644
--- a/control/global.h
+++ b/control/global.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon global variables header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 /**
diff --git a/control/primes.h b/control/primes.h
index 374266288..c1f71ab7d 100644
--- a/control/primes.h
+++ b/control/primes.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon InPlaceTransformation prime numbers module header
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  * This work is the implementation of an inplace transformation
  * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
diff --git a/control/tile.c b/control/tile.c
index 560f5dd7d..74c498cb3 100644
--- a/control/tile.c
+++ b/control/tile.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon layout conversion wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/workspace.c b/control/workspace.c
index 4a8b078e3..c7b010c3e 100644
--- a/control/workspace.c
+++ b/control/workspace.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon workspace routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2014-11-16
  *
  ***
  *
diff --git a/control/workspace.h b/control/workspace.h
index 83b1c6947..a98a8a752 100644
--- a/control/workspace.h
+++ b/control/workspace.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon workspace header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 #ifndef _chameleon_workspace_h_
diff --git a/control/workspace_z.c b/control/workspace_z.c
index 732d86fe0..9f23af6d2 100644
--- a/control/workspace_z.c
+++ b/control/workspace_z.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon precision dependent workspace routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
index a85472b3e..63d59d009 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index c251739b4..009cd37db 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c
index 07cce2c8e..74b6f8705 100644
--- a/coreblas/compute/core_dzasum.c
+++ b/coreblas/compute/core_dzasum.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_dzasum CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zaxpy.c b/coreblas/compute/core_zaxpy.c
index a982aaafe..b2b487802 100644
--- a/coreblas/compute/core_zaxpy.c
+++ b/coreblas/compute/core_zaxpy.c
@@ -4,12 +4,12 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index 5afb5a770..2707f0fc8 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgeadd CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
- * @date 2015-11-03
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
index 7793a76df..dd1595de1 100644
--- a/coreblas/compute/core_zgelqt.c
+++ b/coreblas/compute/core_zgelqt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgelqt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
index 4272703b7..ac225182c 100644
--- a/coreblas/compute/core_zgemm.c
+++ b/coreblas/compute/core_zgemm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgemm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
index ab5681866..2173815e8 100644
--- a/coreblas/compute/core_zgeqrt.c
+++ b/coreblas/compute/core_zgeqrt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgeqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index 0f30ae816..ad9cd0666 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgesplit CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
index c395a30ff..418e6b219 100644
--- a/coreblas/compute/core_zgessm.c
+++ b/coreblas/compute/core_zgessm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgessm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c
index e6462f979..aba33e5f5 100644
--- a/coreblas/compute/core_zgessq.c
+++ b/coreblas/compute/core_zgessq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgessq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
index 18836b6e1..f2235b3d6 100644
--- a/coreblas/compute/core_zgetf2_nopiv.c
+++ b/coreblas/compute/core_zgetf2_nopiv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgetf2_nopiv CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2013-02-01
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index c20a6b118..59b41ec76 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgetrf CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
index b1355e645..98dd5c922 100644
--- a/coreblas/compute/core_zgetrf_incpiv.c
+++ b/coreblas/compute/core_zgetrf_incpiv.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgetrf_incpiv CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
index fbd34a128..1b8e4f58d 100644
--- a/coreblas/compute/core_zgetrf_nopiv.c
+++ b/coreblas/compute/core_zgetrf_nopiv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zgetrf_nopiv CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2013-02-01
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c
index 5f8fa6c54..d2cf0827a 100644
--- a/coreblas/compute/core_zhe2ge.c
+++ b/coreblas/compute/core_zhe2ge.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zhe2ge CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
index 164963394..75efaa718 100644
--- a/coreblas/compute/core_zhemm.c
+++ b/coreblas/compute/core_zhemm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zhemm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
index 2e7d799ed..a8c9c8acc 100644
--- a/coreblas/compute/core_zher2k.c
+++ b/coreblas/compute/core_zher2k.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zher2k CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c
index d1f952bf7..d71c18028 100644
--- a/coreblas/compute/core_zherfb.c
+++ b/coreblas/compute/core_zherfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zherfb CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
index 89b2f0305..a53d69e88 100644
--- a/coreblas/compute/core_zherk.c
+++ b/coreblas/compute/core_zherk.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zherk CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c
index d5b968515..482cc6fb4 100644
--- a/coreblas/compute/core_zhessq.c
+++ b/coreblas/compute/core_zhessq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zhessq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
index c81e15283..40ed54236 100644
--- a/coreblas/compute/core_zlacpy.c
+++ b/coreblas/compute/core_zlacpy.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlacpy CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
index 8c9fcd20d..b954f888e 100644
--- a/coreblas/compute/core_zlag2c.c
+++ b/coreblas/compute/core_zlag2c.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlag2c CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions mixed zc -> ds
  *
  */
diff --git a/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c
index c00c1d476..0baf34546 100644
--- a/coreblas/compute/core_zlange.c
+++ b/coreblas/compute/core_zlange.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlange CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c
index bf7d206c9..a57b29bc0 100644
--- a/coreblas/compute/core_zlanhe.c
+++ b/coreblas/compute/core_zlanhe.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlanhe CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c
index 3657dbf1f..0cac88ba3 100644
--- a/coreblas/compute/core_zlansy.c
+++ b/coreblas/compute/core_zlansy.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlansy CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c
index d4f24af75..ffecb0ee9 100644
--- a/coreblas/compute/core_zlantr.c
+++ b/coreblas/compute/core_zlantr.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlantr CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 50654a63b..7c6d937d0 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  * @copyright 2016-2018 KAUST. All rights reserved.
  *
@@ -12,9 +12,9 @@
  *
  * @brief Chameleon core_zlascal CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Dalal Sukkari
- * @date 2015-11-05
+ * @date 2016-11-30
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
index db4e84847..255b11100 100644
--- a/coreblas/compute/core_zlaset.c
+++ b/coreblas/compute/core_zlaset.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlaset CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
index 95a5e643e..d7eefc863 100644
--- a/coreblas/compute/core_zlaset2.c
+++ b/coreblas/compute/core_zlaset2.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlaset2 CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c
index c22ac72ab..a139fd5d6 100644
--- a/coreblas/compute/core_zlatro.c
+++ b/coreblas/compute/core_zlatro.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlatro CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
index 09fd43315..4016ca79d 100644
--- a/coreblas/compute/core_zlauum.c
+++ b/coreblas/compute/core_zlauum.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zlauum CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
index 2dd190e9c..eb995720c 100644
--- a/coreblas/compute/core_zpamm.c
+++ b/coreblas/compute/core_zpamm.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zpamm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2011-06-14
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
index 05d07f72e..4b2246994 100644
--- a/coreblas/compute/core_zparfb.c
+++ b/coreblas/compute/core_zparfb.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zparfb CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
index 6b8fc9ed6..f96ef1e14 100644
--- a/coreblas/compute/core_zpemv.c
+++ b/coreblas/compute/core_zpemv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zpemv CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2011-06-29
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
index f8ffd2bb0..70be1636c 100644
--- a/coreblas/compute/core_zplghe.c
+++ b/coreblas/compute/core_zplghe.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zplghe CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
index 381a60849..dbd252066 100644
--- a/coreblas/compute/core_zplgsy.c
+++ b/coreblas/compute/core_zplgsy.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zplgsy CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
index 06a0ba741..7bde0cab7 100644
--- a/coreblas/compute/core_zplrnt.c
+++ b/coreblas/compute/core_zplrnt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zplrnt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
index 28fd67d39..107cfe5fa 100644
--- a/coreblas/compute/core_zpotrf.c
+++ b/coreblas/compute/core_zpotrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zpotrf CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
index ef5bd6a17..c98e80a7a 100644
--- a/coreblas/compute/core_zssssm.c
+++ b/coreblas/compute/core_zssssm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zssssm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
index 5d9251eb0..5a286dafe 100644
--- a/coreblas/compute/core_zsymm.c
+++ b/coreblas/compute/core_zsymm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zsymm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
index 062b00114..3d1771201 100644
--- a/coreblas/compute/core_zsyr2k.c
+++ b/coreblas/compute/core_zsyr2k.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zsyr2k CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
index e994a5776..4f2667144 100644
--- a/coreblas/compute/core_zsyrk.c
+++ b/coreblas/compute/core_zsyrk.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zsyrk CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c
index 8bce64cec..c7abf5a71 100644
--- a/coreblas/compute/core_zsyssq.c
+++ b/coreblas/compute/core_zsyssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zsyssq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
index a98424f44..72f65a9e9 100644
--- a/coreblas/compute/core_zsytf2_nopiv.c
+++ b/coreblas/compute/core_zsytf2_nopiv.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zsytf2_nopiv CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2014-10-10
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index e80f80a96..c0404b076 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztplqt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-01-31
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index bfc53b98d..7a0ecf7ae 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztpmlqt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2018-01-31
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index 6584e2ba5..f308f6389 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztpmqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index a251bed84..94de0268a 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztpqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c
index 3242ae53a..7f18f482a 100644
--- a/coreblas/compute/core_ztradd.c
+++ b/coreblas/compute/core_ztradd.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztradd CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @date 2015-11-03
  * @precisions normal z -> c d s
diff --git a/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c
index 86357d3fb..2f6e7e509 100644
--- a/coreblas/compute/core_ztrasm.c
+++ b/coreblas/compute/core_ztrasm.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztrasm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
index 8c9786315..ffd141037 100644
--- a/coreblas/compute/core_ztrmm.c
+++ b/coreblas/compute/core_ztrmm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztrmm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
index 044e4073e..66978a533 100644
--- a/coreblas/compute/core_ztrsm.c
+++ b/coreblas/compute/core_ztrsm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztrsm CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c
index 61cc2994d..da470442a 100644
--- a/coreblas/compute/core_ztrssq.c
+++ b/coreblas/compute/core_ztrssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztrssq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
index 391018f02..99685d722 100644
--- a/coreblas/compute/core_ztrtri.c
+++ b/coreblas/compute/core_ztrtri.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztrtri CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
index 156429d2b..8f5efa616 100644
--- a/coreblas/compute/core_ztslqt.c
+++ b/coreblas/compute/core_ztslqt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztslqt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
index c2238aed6..34a3b2016 100644
--- a/coreblas/compute/core_ztsmlq.c
+++ b/coreblas/compute/core_ztsmlq.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztsmlq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Azzam Haidar
@@ -21,7 +21,7 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c
index fc0a5abda..bd3d8dc40 100644
--- a/coreblas/compute/core_ztsmlq_hetra1.c
+++ b/coreblas/compute/core_ztsmlq_hetra1.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztsmlq_hetra1 CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
index aeb35c924..0e48144dc 100644
--- a/coreblas/compute/core_ztsmqr.c
+++ b/coreblas/compute/core_ztsmqr.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztsmqr CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Azzam Haidar
@@ -21,7 +21,7 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c
index 40dcf9270..825fd30c7 100644
--- a/coreblas/compute/core_ztsmqr_hetra1.c
+++ b/coreblas/compute/core_ztsmqr_hetra1.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztsmqr_hetra1 CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
index 3bbbd8f1b..10e7cb39d 100644
--- a/coreblas/compute/core_ztsqrt.c
+++ b/coreblas/compute/core_ztsqrt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztsqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
index 6f03a2664..fbdbae986 100644
--- a/coreblas/compute/core_ztstrf.c
+++ b/coreblas/compute/core_ztstrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_ztstrf CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
index b331b2871..ddbad65e3 100644
--- a/coreblas/compute/core_zttlqt.c
+++ b/coreblas/compute/core_zttlqt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zttlqt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
index b2fd88691..d28b8057a 100644
--- a/coreblas/compute/core_zttmlq.c
+++ b/coreblas/compute/core_zttmlq.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zttmlq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-09
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index 850f27599..896b0c898 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  ***
  *
  * @brief Chameleon core_zttmqr CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
index 4f127334a..be14098d1 100644
--- a/coreblas/compute/core_zttqrt.c
+++ b/coreblas/compute/core_zttqrt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zttqrt CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
index 3f1593883..3b5d17c06 100644
--- a/coreblas/compute/core_zunmlq.c
+++ b/coreblas/compute/core_zunmlq.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_zunmlq CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
index 347512a01..48e75b281 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  */
@@ -12,15 +12,15 @@
  *
  * @brief Chameleon core_zunmqr CPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index bc953f695..f08c09c45 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon global coreblas variables and functions
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Piotr Luszczek
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 static int coreblas_gemm3m_enabled = 0;
diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt
index f8a5cb494..810bab667 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
-#  @date 2015-09-14
+#  @date 2015-09-15
 #
 ###
 
diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index 7154d279b..9403541a4 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index 2779be04b..bf4db17ea 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CPU kernels main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 #ifndef _coreblas_h_
diff --git a/coreblas/include/coreblas/cblas.h b/coreblas/include/coreblas/cblas.h
index 66648c936..fdfd5595a 100644
--- a/coreblas/include/coreblas/cblas.h
+++ b/coreblas/include/coreblas/cblas.h
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cblas header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index 126ca9731..8a755db76 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CPU CHAMELEON_Complex64_t kernels header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2017-07-29
  * @precisions normal z -> c d s
  *
  */
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 32f929a5e..d6b81491d 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CPU complex mixed precision kernels header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2017-07-29
  * @precisions mixed zc -> ds
  *
  */
diff --git a/coreblas/include/coreblas/lapacke.h b/coreblas/include/coreblas/lapacke.h
index 98d7ee693..43c52856e 100644
--- a/coreblas/include/coreblas/lapacke.h
+++ b/coreblas/include/coreblas/lapacke.h
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon lapacke header
  *
- * @version 1.0.0
+ * @version 0.9.2
  *
  */
 /**
diff --git a/coreblas/include/coreblas/lapacke_config.h b/coreblas/include/coreblas/lapacke_config.h
index ccb678939..4ef15ef7c 100644
--- a/coreblas/include/coreblas/lapacke_config.h
+++ b/coreblas/include/coreblas/lapacke_config.h
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon lapacke configuration header
  *
- * @version 1.0.0
+ * @version 0.9.2
  *
  */
 /**
diff --git a/coreblas/include/coreblas/lapacke_mangling.h b/coreblas/include/coreblas/lapacke_mangling.h
index 00e7bf635..725153cce 100644
--- a/coreblas/include/coreblas/lapacke_mangling.h
+++ b/coreblas/include/coreblas/lapacke_mangling.h
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon lapacke mangling header
  *
- * @version 1.0.0
+ * @version 0.9.2
  *
  */
 #ifndef _lapacke_mangling_h_
diff --git a/cudablas/CMakeLists.txt b/cudablas/CMakeLists.txt
index a85472b3e..d792c223c 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2015-09-17
 #
 ###
 
diff --git a/cudablas/compute/CMakeLists.txt b/cudablas/compute/CMakeLists.txt
index 4a1f8559a..d322c9237 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
-#  @date 2018-11-09
+#  @date 2015-09-17
 #
 ###
 
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index e520dfb0a..0f2253662 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgeadd GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2015-09-17
+ * @date 2017-04-10
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c
index b2e6d3da4..9ad274cc0 100644
--- a/cudablas/compute/cuda_zgelqt.c
+++ b/cudablas/compute/cuda_zgelqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgelqt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index 889d6f333..cfa018d56 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgemerge GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c
index 452b6fbfa..2c174a9e5 100644
--- a/cudablas/compute/cuda_zgemm.c
+++ b/cudablas/compute/cuda_zgemm.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgemm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c
index 2ba65a020..386fa0126 100644
--- a/cudablas/compute/cuda_zgeqrt.c
+++ b/cudablas/compute/cuda_zgeqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgeqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c
index 261033b89..aeed0dcbd 100644
--- a/cudablas/compute/cuda_zgessm.c
+++ b/cudablas/compute/cuda_zgessm.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgessm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c
index b236adecf..a6a46d8a6 100644
--- a/cudablas/compute/cuda_zgetrf.c
+++ b/cudablas/compute/cuda_zgetrf.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zgetrf GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c
index 68a7c5c28..1338d1e25 100644
--- a/cudablas/compute/cuda_zhemm.c
+++ b/cudablas/compute/cuda_zhemm.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zhemm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c
index 063d5476f..48893e0f5 100644
--- a/cudablas/compute/cuda_zher2k.c
+++ b/cudablas/compute/cuda_zher2k.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zher2k GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c
index a6e447807..ae54c28ac 100644
--- a/cudablas/compute/cuda_zherfb.c
+++ b/cudablas/compute/cuda_zherfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zherfb GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2016-12-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c
index ecca775e5..e78b83169 100644
--- a/cudablas/compute/cuda_zherk.c
+++ b/cudablas/compute/cuda_zherk.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zherk GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c
index 51fb0f3c7..b34b9df87 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
@@ -13,9 +13,9 @@
  *
  * Code originated from MAGMA
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2018-11-09
+ * @date 2016-12-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c
index 77f417181..f112f39ec 100644
--- a/cudablas/compute/cuda_zlauum.c
+++ b/cudablas/compute/cuda_zlauum.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zlauum GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c
index bcef47797..95bbe2115 100644
--- a/cudablas/compute/cuda_zparfb.c
+++ b/cudablas/compute/cuda_zparfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zparfb GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2018-11-09
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c
index 6ec760a47..895fda836 100644
--- a/cudablas/compute/cuda_zpotrf.c
+++ b/cudablas/compute/cuda_zpotrf.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zpotrf GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c
index 70f48047c..bd7bc2014 100644
--- a/cudablas/compute/cuda_zssssm.c
+++ b/cudablas/compute/cuda_zssssm.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zssssm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c
index aaad4efca..64321a357 100644
--- a/cudablas/compute/cuda_zsymm.c
+++ b/cudablas/compute/cuda_zsymm.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zsymm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c
index 12083cccd..3ccf9262c 100644
--- a/cudablas/compute/cuda_zsyr2k.c
+++ b/cudablas/compute/cuda_zsyr2k.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zsyr2k GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c
index 427a52fc0..a205568bc 100644
--- a/cudablas/compute/cuda_zsyrk.c
+++ b/cudablas/compute/cuda_zsyrk.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zsyrk GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztpmlqt.c b/cudablas/compute/cuda_ztpmlqt.c
index 4f01e0e28..a8ff6ce5a 100644
--- a/cudablas/compute/cuda_ztpmlqt.c
+++ b/cudablas/compute/cuda_ztpmlqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztpmlqt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2018-11-07
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index c7a19fd76..22319e42d 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztpmqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2018-11-09
+ * @date 2016-12-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c
index b2809c779..aa95a42f7 100644
--- a/cudablas/compute/cuda_ztrmm.c
+++ b/cudablas/compute/cuda_ztrmm.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztrmm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c
index e189aba62..2c49aafb1 100644
--- a/cudablas/compute/cuda_ztrsm.c
+++ b/cudablas/compute/cuda_ztrsm.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztrsm GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c
index 8e5d335c8..849c169e6 100644
--- a/cudablas/compute/cuda_ztrtri.c
+++ b/cudablas/compute/cuda_ztrtri.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztrtri GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c
index 18d3758bc..1aced8402 100644
--- a/cudablas/compute/cuda_ztslqt.c
+++ b/cudablas/compute/cuda_ztslqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztslqt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c
index 2dcfc2415..c0ec9683a 100644
--- a/cudablas/compute/cuda_ztsmlq.c
+++ b/cudablas/compute/cuda_ztsmlq.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztsmlq GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c
index e731dfbf4..9d533a121 100644
--- a/cudablas/compute/cuda_ztsmqr.c
+++ b/cudablas/compute/cuda_ztsmqr.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztsmqr GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c
index c46bae9ef..50cafaaa1 100644
--- a/cudablas/compute/cuda_ztsqrt.c
+++ b/cudablas/compute/cuda_ztsqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztsqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c
index d46fd9c5c..054d3bfff 100644
--- a/cudablas/compute/cuda_ztstrf.c
+++ b/cudablas/compute/cuda_ztstrf.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_ztstrf GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zttmlq.c b/cudablas/compute/cuda_zttmlq.c
index c194adfe7..b325aa8f5 100644
--- a/cudablas/compute/cuda_zttmlq.c
+++ b/cudablas/compute/cuda_zttmlq.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zttmlq GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2018-11-07
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index 8664d0675..7f283bc79 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zttmqr GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Mathieu Faverge
- * @date 2018-11-09
+ * @date 2017-04-05
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c
index dbb7e3f13..a9def036b 100644
--- a/cudablas/compute/cuda_zunmlqt.c
+++ b/cudablas/compute/cuda_zunmlqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zunmlqt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c
index 1160d0009..0686a3eb1 100644
--- a/cudablas/compute/cuda_zunmqrt.c
+++ b/cudablas/compute/cuda_zunmqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon cuda_zunmqrt GPU kernel
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index edbfa36b2..2fe7d583f 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon global cudablas variables and functions
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2017-04-06
+ * @date 2017-04-07
  *
  */
 #include "cudablas.h"
diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt
index e15982a50..85ddba60e 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
-#  @date 2015-09-16
+#  @date 2015-09-17
 #
 ###
 
diff --git a/cudablas/include/CMakeLists.txt b/cudablas/include/CMakeLists.txt
index 273105a1e..4fced885a 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
-#  @date 2015-09-16
+#  @date 2015-09-17
 #
 ###
 
diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index 22c0d6450..95c2bb9b2 100644
--- a/cudablas/include/cudablas.h
+++ b/cudablas/include/cudablas.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon GPU kernels main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2015-09-16
+ * @date 2015-09-17
  * @precisions normal z -> c d s
  *
  */
diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h
index 8895ff648..398637a6c 100644
--- a/cudablas/include/cudablas/cudablas_z.h
+++ b/cudablas/include/cudablas/cudablas_z.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon GPU CHAMELEON_Complex64_t kernels header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2018-11-09
+ * @date 2017-07-29
  * @precisions normal z -> c d s
  *
  */
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index b023032b2..26f32e1fb 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,7 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt
index b7bb188c5..cdc95310e 100644
--- a/doc/doxygen/CMakeLists.txt
+++ b/doc/doxygen/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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,7 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/doc/doxygen/conf.dox.in b/doc/doxygen/conf.dox.in
index e5a2c512d..76f34f393 100644
--- a/doc/doxygen/conf.dox.in
+++ b/doc/doxygen/conf.dox.in
@@ -31,7 +31,7 @@ PROJECT_NAME           = CHAMELEON
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = @CHAMELEON_VERSION_NUMBER@
+PROJECT_NUMBER         = @CHAMELEON_VERSION_MAJOR@.@CHAMELEON_VERSION_MINOR@.@CHAMELEON_VERSION_MICRO@
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
@@ -584,9 +584,9 @@ WARN_LOGFILE           =
 INPUT                  =  @CMAKE_CURRENT_SOURCE_DIR@/main.dox                     \
                           @CMAKE_CURRENT_SOURCE_DIR@/../../include                \
                           @CMAKE_CURRENT_SOURCE_DIR@/../../compute                \
-                          @CMAKE_CURRENT_SOURCE_DIR@/../../coreblas               \
-                          @CMAKE_CURRENT_SOURCE_DIR@/../../cudablas               \
                           @CMAKE_CURRENT_SOURCE_DIR@/../../control
+#                          @CMAKE_CURRENT_SOURCE_DIR@/../../coreblas               \
+#                          @CMAKE_CURRENT_SOURCE_DIR@/../../cudablas               \
 #                         @CMAKE_CURRENT_SOURCE_DIR@/../../runtime
 #                          @CMAKE_CURRENT_BINARY_DIR@/../../include                \
 #                          @CMAKE_CURRENT_BINARY_DIR@/../../compute                \
@@ -633,7 +633,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = 
+EXCLUDE_PATTERNS       =
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
@@ -888,17 +888,17 @@ DOCSET_FEEDNAME        = "Doxygen generated docs"
 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
 # will append .docset to the name.
 
-DOCSET_BUNDLE_ID       = edu.utk.cs.icl.plasma
+DOCSET_BUNDLE_ID       = fr.inria.chameleon
 
 # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
 # the documentation publisher. This should be a reverse domain-name style
 # string, e.g. com.mycompany.MyDocSet.documentation.
 
-DOCSET_PUBLISHER_ID    = edu.utk.cs.icl.plasma
+DOCSET_PUBLISHER_ID    = fr.inria.chameleon
 
 # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
 
-DOCSET_PUBLISHER_NAME  = University of Tennesse, Innovative Computing Laboratory 
+DOCSET_PUBLISHER_NAME  = Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux, ICL, KAUST.
 
 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
 # will be generated that can be used as input for tools like the
diff --git a/doc/doxygen/main.dox b/doc/doxygen/main.dox
index caf30f25e..4db1bf466 100644
--- a/doc/doxygen/main.dox
+++ b/doc/doxygen/main.dox
@@ -1,28 +1,125 @@
 /*!
+
 @mainpage Chameleon, a dense linear algebra library for scalable multi-core architectures and GPGPUs
 
-This document aims at describing Chameleon's API and internal functions.
+This document aims at describing Chameleon's API, internal functions,
+as well as the source code organization.
 
-To get information about the Chameleon project, installation guide and usage examples please refer to the [user's guide](https://solverstack.gitlabpages.inria.fr/chameleon/users_guide.html).
+To get information about the Chameleon project, installation guide and
+usage examples please refer to the [user's
+guide](https://solverstack.gitlabpages.inria.fr/chameleon/users_guide.html).
 
-Chameleon user's API is mostly composed of linear algebra routines of the form **CHAMELEON_name[_Tile[_Async]]**
-where *name* follows the [LAPACK naming scheme](http://www.netlib.org/lapack/lug/node24.html) that can
-be used with the Chameleon library. These routines are described individually in the section \ref sec_linalg.
+Chameleon user's API is mostly composed of linear algebra routines of
+the form **CHAMELEON_name[_Tile[_Async]]** where *name* follows the
+[LAPACK naming scheme](http://www.netlib.org/lapack/lug/node24.html)
+that can be used with the Chameleon library. These routines are
+described individually in the section \ref sec_linalg.
 
-In addition to the algorithmic routines Chameleon provides a set of functions to control the overall process, see \ref sec_auxiliary
+In addition to the algorithmic routines Chameleon provides a set of
+functions to control the overall process, see \ref sec_auxiliary
 
 @section sec_linalg Linear algebra routines
-- @ref CHAMELEON_Complex64_t "LAPACK matrix layout" : the simplest Chameleon interface which is equivalent to CBLAS/LAPACKE
-- @ref CHAMELEON_Complex64_t_Tile "Tile matrix layout" : the interface to be use with **Descriptors**, the Chameleon specific structure to handle the data as a set of tiles, see \ref Descriptor and \ref Tile
-- @ref CHAMELEON_Complex64_t_Tile_Async "Tile matrix layout, asynchronous interface" : same as the tile interface but without waiting for the termination of tasks, see \ref Sequences
+
+- @ref CHAMELEON_Complex64_t "LAPACK matrix layout" : the simplest
+  Chameleon interface which is equivalent to CBLAS/LAPACKE
+
+- @ref CHAMELEON_Complex64_t_Tile "Tile matrix layout" : interface to
+  be used with **Descriptors**, the Chameleon specific structure to
+  handle the data as a set of tiles, see \ref Descriptor and \ref Tile
+
+- @ref CHAMELEON_Complex64_t_Tile_Async "Tile matrix layout, asynchronous interface" :
+  same as the tile interface but without waiting for the termination of
+  tasks, see \ref Sequences
 
 @section sec_auxiliary Auxiliary and control routines
-- @ref Control : to initialize/finalize Chameleon, functions that must be called to use any routines, pause/resume task executions, etc
-- @ref Options : to set/get some parameters such as the number of CPUs and GPUs to use
-- @ref Descriptor : to handle the data structure used with the **Tile** interface
-- @ref Tile : to convert (copy) LAPACK type data into *Descriptor* one and conversely
-- @ref Sequences : to handle asynchronous tasks execution, to be used with the **Tile_Async** interface
-- @ref Workspace : to handle specific workspace to be used with some of the algorithms
-- @ref Auxiliary : to get some extra information such as the version, the data byte size, the mpi rank
+
+- @ref Control : to initialize/finalize Chameleon, functions that must
+  be called to use any routines, pause/resume task executions, etc
+
+- @ref Options : to set/get some parameters such as the number of CPUs
+  and GPUs to use
+
+- @ref Descriptor : to handle the data structure used with the
+  **Tile** interface
+
+- @ref Tile : to convert (copy) LAPACK type data into *Descriptor* one
+  and conversely
+
+- @ref Sequences : to handle asynchronous tasks execution, to be used
+  with the **Tile_Async** interface
+
+- @ref Workspace : to handle specific workspace to be used with some
+  of the algorithms
+
+- @ref Auxiliary : to get some extra information such as the version,
+  the data byte size, the mpi rank
+
+
+@section sec_src_code_structure Libraries and source code organization
+
+Chameleon's project is made of some C libraries and executables whose
+compilation is optional (examples, testing and timing).
+
+The libraries are organized as follows :
+
+- __chameleon__ : user's API and task based algorithms, depends on
+  "chameleon_quark|openmp|parsec|starpu", "coreblas", "hqr"
+
+- __chameleon_quark|openmp|parsec|starpu__ : interface to the
+  different runtimes, depends on "coreblas" and optionally on
+  "cudablas" and on a runtime system library
+
+- __coreblas__ and __cudablas__ : interfaces to the CPU and GPU
+  kernels
+
+- __hqr__ : HQR is a C library providing tools to generate hierachical
+  trees adapted to 2D block-cyclic data distribution and algorithms
+  based on tiled QR/algorithms
+
+Lets have a look to the source code organization in directories.
+
+- __cmake_modules__ : CMakes scripts for setting
+  variables. [morse_cmake](https://gitlab.inria.fr/solverstack/morse_cmake)
+  is used for system introspection.
+
+- __compute__ : the task based algorithms as well as the different
+  interfaces (Lapack, Tile, Async) to call them
+
+- __control__ : some Chameleon general routines to control the library,
+  initialize, finalize, set options, descriptors and sequences handling,
+  etc
+
+- __coreblas__ : the Chameleon interface to CPU linear algebra kernels
+
+- __cudablas__ : the Chameleon interface to GPU linear algebra kernels
+
+- __distrib__ : some hints to install Chameleon's dependencies
+
+- __doc__ : users and developers documentations
+
+- __example__ : couple of C files to show how to use Chameleon
+
+- __hqr__ : [HQR](https://gitlab.inria.fr/solverstack/hqr) is a C
+library providing tools to generate hierachical trees adapted to 2D
+block-cyclic data distribution and algorithms based on tiled
+QR/algorithms
+
+- __include__ : Chameleon's headers file necessary for users
+
+- __lib__ : material related to the distribution
+
+- __plasma-conversion__ : scripts to convert plasma task based
+algorithms into chameleon's ones
+
+- __runtime__ : interfaces to runtime systems
+
+- __simucore__ : data to be able to simulate chameleon executions
+  through StarPU+SimGrid
+
+- __testing__ : source files for testing executables (test features)
+
+- __timing__ : source files for timing executables (test performances)
+
+- __tools__ : other scripts for testing (software development quality)
 
 */
diff --git a/doc/orgmode/CMakeLists.txt b/doc/orgmode/CMakeLists.txt
index aad5ddff9..c733b5cae 100644
--- a/doc/orgmode/CMakeLists.txt
+++ b/doc/orgmode/CMakeLists.txt
@@ -14,7 +14,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
 #  @date 2017-08-25
 #
@@ -62,7 +62,7 @@ FIND_PROGRAM(TEX_COMPILER tex)
 
 if(EMACS_COMPILER)
 
-    # css direcory is required for the html output
+    # css directory is required for the html output
     add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/css
                        COMMAND ${CMAKE_COMMAND} -E copy_directory
                                ${CMAKE_CURRENT_SOURCE_DIR}/css
@@ -80,8 +80,7 @@ if(EMACS_COMPILER)
                                --kill
                        DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org
                                ${CMAKE_CURRENT_BINARY_DIR}/version.org
-                               ${CMAKE_CURRENT_BINARY_DIR}/css
-                      )
+                               ${CMAKE_CURRENT_BINARY_DIR}/css)
     add_custom_command(OUTPUT  users_guide.pdf
                        COMMAND ${EMACS_COMPILER}
                        ARGS    ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org
@@ -90,8 +89,8 @@ if(EMACS_COMPILER)
                                org-latex-export-to-pdf
                                --kill
                        DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/users_guide.org
-                               ${CMAKE_CURRENT_BINARY_DIR}/version.org
-                      )
+                               ${CMAKE_CURRENT_BINARY_DIR}/version.org)
+
     add_custom_target(doc-html-users_guide ALL DEPENDS users_guide.html)
     add_custom_target(doc-pdf-users_guide ALL DEPENDS users_guide.pdf)
 
diff --git a/doc/orgmode/chapters/installing.org b/doc/orgmode/chapters/installing.org
index 18573d68e..0193d3dad 100644
--- a/doc/orgmode/chapters/installing.org
+++ b/doc/orgmode/chapters/installing.org
@@ -34,10 +34,10 @@ we encourage users to use [[sec:spack][Spack]].
    - python: to generate files in the different precisions
    - external libraries: this depends on the configuration, by default
      the required libraries are
-     - runtimes:  [[http://runtime.bordeaux.inria.fr/StarPU/][StarPU]] or [[http://icl.utk.edu/parsec/][PaRSEC]] or [[http://icl.cs.utk.edu/quark/][QUARK]]
-     - kernels : CBLAS, LAPACKE. These are C interfaces to Fortran
-       kernels BLAS and LAPACK. There exist several providers that can
-       be used with Chameleon (Intel MKL, Netlib, OpenBlas)
+     - runtimes: [[http://runtime.bordeaux.inria.fr/StarPU/][StarPU]] or [[http://icl.utk.edu/parsec/][PaRSEC]] or [[http://icl.cs.utk.edu/quark/][QUARK]] or [[https://www.openmp.org/][OpenMP]]
+     - kernels : CBLAS, LAPACKE (with TMG). These are C interfaces to
+       Fortran kernels BLAS and LAPACK. There exist several providers
+       that can be used with Chameleon (Intel MKL, Netlib, OpenBlas)
 
    Optional libraries:
    - cuda: [[https://developer.nvidia.com/cuda-downloads][cuda]], [[http://docs.nvidia.com/cuda/cublas/][cublas]] (comes with cuda)
@@ -100,7 +100,16 @@ we encourage users to use [[sec:spack][Spack]].
    sudo make install
 
    #+end_src
-
+*** Known issues
+    1) we need the lapacke interface to tmg routines and symbol like
+       ~LAPACKE_dlatms_work~ should be defined in the lapacke
+       library. The Debian packages /libopenblas-dev/ and /liblapacke-dev/
+       (version 3.7.1) do not provide the tmg interface. Please update
+       your distribution or install the lapacke interface library in
+       another way, by yourself from source or with [[https://gitlab.inria.fr/solverstack/spack-repo][Spack]], ...
+    2) sometimes parallel make with -j can fails due to undefined
+       dependencies between some targets. Try to invoke the make
+       command several times if so.
 *** Some details about dependencies
 **** BLAS implementation
      [[http://www.netlib.org/blas/][BLAS]] (Basic Linear Algebra Subprograms), are a de facto standard
@@ -150,7 +159,10 @@ we encourage users to use [[sec:spack][Spack]].
      convenient.
 
      *Caution about the compatibility:* Chameleon has been mainly tested
-     with the reference LAPACKE from NETLIB, OpenBLAS and Intel MKL.
+     with the reference LAPACKE from NETLIB, OpenBLAS and Intel
+     MKL. In addition the LAPACKE library *must* be configured to
+     provide the interface with the TMG routines and symbols like
+     ~LAPACKE_dlatms_work~ should be defined.
 
 **** libtmg
      [[http://www.netlib.org/lapack/][libtmg]] is a component of the LAPACK library, containing routines
@@ -351,7 +363,7 @@ we encourage users to use [[sec:spack][Spack]].
          *SIMGRID*, *TMG*
 
      Libraries detected with an official cmake module (see module files
-     in CMAKE_ROOT/Modules/): CUDA - MPI - Threads.
+     in CMAKE_ROOT/Modules/): CUDA - MPI - OpenMP - Threads.
 
      Libraries detected with our cmake modules (see module files in
      cmake_modules/morse_cmake/modules/find/ directory of Chameleon
@@ -359,8 +371,9 @@ we encourage users to use [[sec:spack][Spack]].
      LAPACKE - QUARK - SIMGRID - STARPU - TMG.
 
 **** Chameleon specific options
-     * *CHAMELEON_SCHED=STARPU|PARSEC|QUARK* (default STARPU): to link
-       respectively with StarPU, PaRSEC, or Quark library (runtime system)
+     * *CHAMELEON_SCHED=STARPU|PARSEC|QUARK|OPENMP* (default STARPU): to
+       link respectively with StarPU, PaRSEC, Quark, OpenMP library
+       (runtime system)
      * *CHAMELEON_USE_MPI=ON|OFF* (default OFF): to link with MPI
        library (message passing implementation for use of multiple
        nodes with distributed memory), can only be used with StarPU
@@ -394,6 +407,8 @@ we encourage users to use [[sec:spack][Spack]].
        architecture. This feature should be used to make experiments
        on the scheduler behaviors and performances not to produce
        solutions of linear systems.
+     * *CHAMELEON_USE_MIGRATE=ON|OFF* (default OFF): enables the data
+       migration in QR algorithms
 
 *** Dependencies detection
     <<sec:depdet>>
@@ -441,3 +456,110 @@ we encourage users to use [[sec:spack][Spack]].
        - update your *PKG_CONFIG_PATH* to the paths where to find .pc
          files of installed external libraries like hwloc, starpu, some
          blas/lapack, etc
+
+** Linking an external application with Chameleon libraries
+   Compilation and link with Chameleon libraries have been tested with
+   the GNU compiler suite ~gcc/gfortran~ and the Intel compiler suite
+   ~icc/ifort~.
+
+*** Flags required
+    The compiler, linker flags that are necessary to build an
+    application using Chameleon are given through the [[https://www.freedesktop.org/wiki/Software/pkg-config/][pkg-config]]
+    mechanism.
+    #+begin_src
+    export PKG_CONFIG_PATH=/home/jdoe/install/chameleon/lib/pkgconfig:$PKG_CONFIG_PATH
+    pkg-config --cflags chameleon
+    pkg-config --libs chameleon
+    pkg-config --libs --static chameleon
+    #+end_src
+    The .pc files required are located in the sub-directory
+    ~lib/pkgconfig~ of your Chameleon install directory.
+*** Static linking in C
+    Lets imagine you have a file ~main.c~ that you want to link with
+    Chameleon static libraries.  Lets consider
+    ~/home/yourname/install/chameleon~ is the install directory
+    of Chameleon containing sub-directories ~include/~ and
+    ~lib/~.  Here could be your compilation command with gcc
+    compiler:
+    #+begin_src
+    gcc -I/home/yourname/install/chameleon/include -o main.o -c main.c
+    #+end_src
+    Now if you want to link your application with Chameleon static libraries, you
+    could do:
+    #+begin_src
+    gcc main.o -o main                                         \
+    /home/yourname/install/chameleon/lib/libchameleon.a        \
+    /home/yourname/install/chameleon/lib/libchameleon_starpu.a \
+    /home/yourname/install/chameleon/lib/libcoreblas.a         \
+    -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64           \
+    -lmkl_sequential -lmkl_core -lpthread -lm -lrt
+    #+end_src
+    As you can see in this example, we also link with some dynamic
+    libraries *starpu-1.2*, *Intel MKL* libraries (for
+    BLAS/LAPACK/CBLAS/LAPACKE), *pthread*, *m* (math) and *rt*. These
+    libraries will depend on the configuration of your Chameleon
+    build.  You can find these dependencies in .pc files we generate
+    during compilation and that are installed in the sub-directory
+    ~lib/pkgconfig~ of your Chameleon install directory.  Note also that
+    you could need to specify where to find these libraries with *-L*
+    option of your compiler/linker.
+
+    Before to run your program, make sure that all shared libraries
+    paths your executable depends on are known.  Enter ~ldd main~
+    to check.  If some shared libraries paths are missing append them
+    in the LD_LIBRARY_PATH (for Linux systems) environment
+    variable (DYLD_LIBRARY_PATH on Mac).
+
+*** Dynamic linking in C
+    For dynamic linking (need to build Chameleon with CMake option
+    BUILD_SHARED_LIBS=ON) it is similar to static compilation/link but
+    instead of specifying path to your static libraries you indicate
+    the path to dynamic libraries with *-L* option and you give
+    the name of libraries with *-l* option like this:
+    #+begin_src
+    gcc main.o -o main \
+    -L/home/yourname/install/chameleon/lib \
+    -lchameleon -lchameleon_starpu -lcoreblas \
+    -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64 \
+    -lmkl_sequential -lmkl_core -lpthread -lm -lrt
+    #+end_src
+    Note that an update of your environment variable LD_LIBRARY_PATH
+    (DYLD_LIBRARY_PATH on Mac) with the path of the libraries could be
+    required before executing
+    #+begin_src
+    export LD_LIBRARY_PATH=path/to/libs:path/to/chameleon/lib
+    #+end_src
+
+# # *** Build a Fortran program with Chameleon                         :noexport:
+# #
+# #     Chameleon provides a Fortran interface to user functions. Example:
+# #     #+begin_src
+# #     call chameleon_version(major, minor, patch) !or
+# #     call CHAMELEON_VERSION(major, minor, patch)
+# #     #+end_src
+# #
+# #     Build and link are very similar to the C case.
+# #
+# #     Compilation example:
+# #     #+begin_src
+# #     gfortran -o main.o -c main.f90
+# #     #+end_src
+# #
+# #     Static linking example:
+# #     #+begin_src
+# #     gfortran main.o -o main                                    \
+# #     /home/yourname/install/chameleon/lib/libchameleon.a        \
+# #     /home/yourname/install/chameleon/lib/libchameleon_starpu.a \
+# #     /home/yourname/install/chameleon/lib/libcoreblas.a         \
+# #     -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64           \
+# #     -lmkl_sequential -lmkl_core -lpthread -lm -lrt
+# #     #+end_src
+# #
+# #     Dynamic linking example:
+# #     #+begin_src
+# #     gfortran main.o -o main                          \
+# #     -L/home/yourname/install/chameleon/lib           \
+# #     -lchameleon -lchameleon_starpu -lcoreblas        \
+# #     -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64 \
+# #     -lmkl_sequential -lmkl_core -lpthread -lm -lrt
+# #     #+end_src
diff --git a/doc/orgmode/chapters/using.org b/doc/orgmode/chapters/using.org
index 26ecd8042..fee9697b9 100644
--- a/doc/orgmode/chapters/using.org
+++ b/doc/orgmode/chapters/using.org
@@ -1,114 +1,6 @@
 # This file is part of the Chameleon User's Guide.
 # Copyright (C) 2017 Inria
 # See the file ../users_guide.org for copying conditions.
-
-** Linking an external application with Chameleon libraries
-   Compilation and link with Chameleon libraries have been tested with
-   the GNU compiler suite ~gcc/gfortran~ and the Intel compiler suite
-   ~icc/ifort~.
-
-*** Flags required
-    The compiler, linker flags that are necessary to build an
-    application using Chameleon are given through the [[https://www.freedesktop.org/wiki/Software/pkg-config/][pkg-config]]
-    mechanism.
-    #+begin_src
-    export PKG_CONFIG_PATH=/home/jdoe/install/chameleon/lib/pkgconfig:$PKG_CONFIG_PATH
-    pkg-config --cflags chameleon
-    pkg-config --libs chameleon
-    pkg-config --libs --static chameleon
-    #+end_src
-    The .pc files required are located in the sub-directory
-    ~lib/pkgconfig~ of your Chameleon install directory.
-*** Static linking in C
-    Lets imagine you have a file ~main.c~ that you want to link with
-    Chameleon static libraries.  Lets consider
-    ~/home/yourname/install/chameleon~ is the install directory
-    of Chameleon containing sub-directories ~include/~ and
-    ~lib/~.  Here could be your compilation command with gcc
-    compiler:
-    #+begin_src
-    gcc -I/home/yourname/install/chameleon/include -o main.o -c main.c
-    #+end_src
-    Now if you want to link your application with Chameleon static libraries, you
-    could do:
-    #+begin_src
-    gcc main.o -o main                                         \
-    /home/yourname/install/chameleon/lib/libchameleon.a        \
-    /home/yourname/install/chameleon/lib/libchameleon_starpu.a \
-    /home/yourname/install/chameleon/lib/libcoreblas.a         \
-    -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64           \
-    -lmkl_sequential -lmkl_core -lpthread -lm -lrt
-    #+end_src
-    As you can see in this example, we also link with some dynamic
-    libraries *starpu-1.2*, *Intel MKL* libraries (for
-    BLAS/LAPACK/CBLAS/LAPACKE), *pthread*, *m* (math) and *rt*. These
-    libraries will depend on the configuration of your Chameleon
-    build.  You can find these dependencies in .pc files we generate
-    during compilation and that are installed in the sub-directory
-    ~lib/pkgconfig~ of your Chameleon install directory.  Note also that
-    you could need to specify where to find these libraries with *-L*
-    option of your compiler/linker.
-
-    Before to run your program, make sure that all shared libraries
-    paths your executable depends on are known.  Enter ~ldd main~
-    to check.  If some shared libraries paths are missing append them
-    in the LD_LIBRARY_PATH (for Linux systems) environment
-    variable (DYLD_LIBRARY_PATH on Mac).
-
-*** Dynamic linking in C
-    For dynamic linking (need to build Chameleon with CMake option
-    BUILD_SHARED_LIBS=ON) it is similar to static compilation/link but
-    instead of specifying path to your static libraries you indicate
-    the path to dynamic libraries with *-L* option and you give
-    the name of libraries with *-l* option like this:
-    #+begin_src
-    gcc main.o -o main \
-    -L/home/yourname/install/chameleon/lib \
-    -lchameleon -lchameleon_starpu -lcoreblas \
-    -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64 \
-    -lmkl_sequential -lmkl_core -lpthread -lm -lrt
-    #+end_src
-    Note that an update of your environment variable LD_LIBRARY_PATH
-    (DYLD_LIBRARY_PATH on Mac) with the path of the libraries could be
-    required before executing
-    #+begin_src
-    export LD_LIBRARY_PATH=path/to/libs:path/to/chameleon/lib
-    #+end_src
-
-# # *** Build a Fortran program with Chameleon                         :noexport:
-# #
-# #     Chameleon provides a Fortran interface to user functions. Example:
-# #     #+begin_src
-# #     call chameleon_version(major, minor, patch) !or
-# #     call CHAMELEON_VERSION(major, minor, patch)
-# #     #+end_src
-# #
-# #     Build and link are very similar to the C case.
-# #
-# #     Compilation example:
-# #     #+begin_src
-# #     gfortran -o main.o -c main.f90
-# #     #+end_src
-# #
-# #     Static linking example:
-# #     #+begin_src
-# #     gfortran main.o -o main                                    \
-# #     /home/yourname/install/chameleon/lib/libchameleon.a        \
-# #     /home/yourname/install/chameleon/lib/libchameleon_starpu.a \
-# #     /home/yourname/install/chameleon/lib/libcoreblas.a         \
-# #     -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64           \
-# #     -lmkl_sequential -lmkl_core -lpthread -lm -lrt
-# #     #+end_src
-# #
-# #     Dynamic linking example:
-# #     #+begin_src
-# #     gfortran main.o -o main                          \
-# #     -L/home/yourname/install/chameleon/lib           \
-# #     -lchameleon -lchameleon_starpu -lcoreblas        \
-# #     -lstarpu-1.2 -Wl,--no-as-needed -lmkl_intel_lp64 \
-# #     -lmkl_sequential -lmkl_core -lpthread -lm -lrt
-# #     #+end_src
-
 ** Using Chameleon executables
 
    Chameleon provides several test executables that are compiled and
diff --git a/doc/orgmode/css/VisuGen.css b/doc/orgmode/css/VisuGen.css
deleted file mode 100644
index e446f1f54..000000000
--- a/doc/orgmode/css/VisuGen.css
+++ /dev/null
@@ -1,208 +0,0 @@
-HTML, BODY, A, TABLE, TR, TD, FORM, INPUT, SELECT, TEXTAREA, DIV, P, SPAN, H1, H2, H3, H4, H5, B, UL, LI, DD, DL, DT {
-
-	font-family: sans-serif, Times, "Times New Roman";
-
-}
-
-BODY {
-	margin: auto;
-	border: 0px;
-	padding: 0px;
-	background-color: rgb(250, 250, 250);
-	color: black;
-	font-size: 14px;
-}
-
-/* classe css de la page*/
-#res_script{
-	border:0px solid black;
-	width:99%;
-	font-size:1.2em;
-	text-align:left;
-	color:black;
-	background-color:white;
-}
-
-/* Titre avec le résumé de la requete, le nb de publis, ...*/
-div.ZoneTitreResultat
-{
-	padding-left:10px;
-	width:95%;
-}
-.TitreResultats{
-	color:#363842;
-	font-size: 1.4em;
-	font-weight: bold;
-}
-.SousTitreResultats {
-	margin: 0px 0px 40px;
-	font-size: 1.1em;
-	color:#363842;
-    }
-/* Zone pour afficher un message d'erreur*/
-div.ZoneTitreErreur
-{
-	padding-left:10px;
-	width:95%;
-}
- /*Libelle du nombre de publications affichées*/
-.LibelleNbPubli {
-	margin: 0px 0px 40px;
-	font-size: 1.1em;
-	color:#363842;
-	font-weight: bold;
-}
- /*valeur du nombre de publications affichées*/
-.ValeurNbPubli {
-	margin: 0px 0px 40px;
-	font-size: 1.1em;
-	color:#363842;
- }
-
-/* classes pour les rubriques pour certains type de classement (type de publi, année de publi) */
-.Rubrique{
-	border: 0;
-	color:#58529f;
-	margin-left:0.2em;
-	margin-bottom:0.2em;
-  font-weight:bold;
-	font-size:1.4em;
-}
-.SousRubrique{
-	color:#58529f;
-  font-weight:bold;
-	margin-left:0.4em;
-	font-size:1.2em;
-}
-
-/* Classe le dl qui contient chaque publication */
-.NoticeRes {
-	border: 0;
-	padding-bottom: 0.5em;
-	margin:0 0 1em;
-}
-.NoticeResAvecVignette {
-	border: 0;
-	padding-bottom: 0.5em;
-	min-height:100px;
-}
-
-/*classe dt qui permmettent d'afficher les noms des champs */
-.ChampRes {
-	clear:both;
-	float:left;
-	text-align:left;
-	font-size:0.9em;
-	font-weight:bold;
-	width: 23%;
-	margin-left:1em;
-	margin-bottom: 0em;
-	margin-top: 0em;
-	padding: 0em;
-}
-.ChampResAvecVignette {
-	display:none;
-width: 15%;
-	text-align:left;
-	font-size:0.9em;
-	color:#58529F;
-	font-weight:bold;
-	margin-bottom: 0em;
-	margin-top: 0em;
-	padding: 0em;
-	margin-left:120px;
-}
-
-
-/* classes dd pour l'affichage de la valeur des champs
-/* Nom du champ : titre, auteur, detail, acces au texte integral...
- - pratique pour connaitre le nom du champ et la classe css associée
- - ne fonctionne pas si on affiche les vignettes */
-
-/* Classe commune à  tous les champs affichés */
-.ValeurRes {
-	margin-left:25%;
-	margin-bottom: 0em;
-	margin-top: 0em;
-	padding: 0em;
-	text-align:left;
-	font-size: 0.9em;
-	font-size: 1em;
-}
-.ValeurRes a{
-	color:black;
-	text-decoration:underline;
-	font-size: 1em;
-}
-/* quand il y a affichage de vignette */
-.ValeurResAvecVignette {
-	margin-left:120px;
-	margin-bottom: 0em;
-	margin-top: 0em;
-	padding: 0em;
-	text-align:left;
-	font-size: 0.9em;
-	font-size: 1em;
-}
-.ValeurResAvecVignette a{
-	color:black;
-	text-decoration:underline;
-	font-size: 1em;
-}
-
-
-/* classe pour les auteurs */
-.Auteurs {
-}
-/* classe pour les titres */
-.Titre {
-   font-weight:bold;
-}
-/* classe pour les identifiants */
-.Identifiant {
-}
-/* classe des détails de publication : une classe par type */
-.detail_revue,.detail_conf,.detail_cours,.detail_ouv,.detail_hdr,.detail_these,.detail_autre,.detail_brevet,.detail_rapport,.detail_sans_ref{
-}
-/* classe pour les doi */
-.DOI{
-}
-/* classe pour les résumés */
-.Debut_du_resume{
-}
-/* classe pour le type de document */
-.Type_de_document{
-}
-/* classe pour l'audience */
-.Audience{
-}
-/* affichage des vignettes*/
-.Vignette {
-  float: left;
-  clear:left;
-  padding-right:0em;
-  margin-left:0.5em;
-  }
-.VignetteImg {
-	width: auto;
-	height: auto;
-}
-
-/*affichage des fichiers joints*/
-.Fichier_joint a{
-    text-decoration:none;
-}
-
-/*lien vers le bibtex*/
-.LienBibtex{
-}
-.LienBibtexACoteFulltext{
-margin-left:1em;
-}
-/*mois de la conférence*/
-.MoisConf{
-}
-
-.ref_biblio_hal a{
-	text-decoration:none;
-}
diff --git a/doc/orgmode/css/VisuRubriqueEncadre.css b/doc/orgmode/css/VisuRubriqueEncadre.css
deleted file mode 100644
index 022ce8d7f..000000000
--- a/doc/orgmode/css/VisuRubriqueEncadre.css
+++ /dev/null
@@ -1,70 +0,0 @@
-
-/* classe css de la page*/
-#res_script{
-	border:0;
-	background-color:white;
-	color:black;
-}
-
-/*Titre*/
-div.ZoneTitreResultat
-{
-	display:none;
-}
-/* classe pour les rubriques pour certains type de classement (type de publi, année de publi) */ 
-.Rubrique{
-/*	position: relative;*/
-	font-size:x-large;
-	color:#446;
-	letter-spacing:2px;
-	font-weight:bold;
-	background:#CCC;
-	text-align:left;
-	border: solid 1px #558;
-	padding: 3px 0px 2px 10px;
-	margin-top: 5px;
-	margin-bottom: 12px;
-}
-.SousRubrique{
-  font-weight:bold;
-	margin-left:10px;
-	font-size:1.3em;
-}
-
-
-/*nom du champ*/
-.ChampRes {
-	display:none;
-}
-
-/* classe commune à tous les champs affichés */ 
-.ValeurRes {
-	color:black;
-  margin-left:1em;
-}
-/* classe pour les auteurs */ 
-.Auteurs {
-}
-/* classe pour les titres */ 
-.Titre, .Titre a {
-   font-weight:bold;
-	color:#58529F;
-}
-/* classe pour les identifiants */ 
-.Identifiant {
-}
-/* classe des détails de publication : une classe par type */ 
-.detail_revue,.detail_conf,.detail_cours,.detail_ouv,.detail_hdr,.detail_these,.detail_autre,.detail_brevet,.detail_rapport,.detail_sans_ref{
-}
-/* classe pour les doi */ 
-.DOI{
-}
-/* classe pour les résumés */ 
-.Debut_du_resume{
-}
-/* classe pour le type de document */ 
-.Type_de_document{
-}
-/* classe pour l'audience */ 
-.Audience{
-}
diff --git a/doc/orgmode/css/htmlize.css b/doc/orgmode/css/htmlize.css
new file mode 100644
index 000000000..0b32a030a
--- /dev/null
+++ b/doc/orgmode/css/htmlize.css
@@ -0,0 +1,145 @@
+.org-bold { /* bold */ font-weight: bold; }
+.org-bold-italic { /* bold-italic */ font-weight: bold; font-style: italic; }
+.org-buffer-menu-buffer { /* buffer-menu-buffer */ font-weight: bold; }
+.org-builtin { /* font-lock-builtin-face */ color: #7a378b; }
+.org-button { /* button */ text-decoration: underline; }
+.org-calendar-today { /* calendar-today */ text-decoration: underline; }
+.org-change-log-acknowledgement { /* change-log-acknowledgement */ color: #b22222; }
+.org-change-log-conditionals { /* change-log-conditionals */ color: #a0522d; }
+.org-change-log-date { /* change-log-date */ color: #8b2252; }
+.org-change-log-email { /* change-log-email */ color: #a0522d; }
+.org-change-log-file { /* change-log-file */ color: #0000ff; }
+.org-change-log-function { /* change-log-function */ color: #a0522d; }
+.org-change-log-list { /* change-log-list */ color: #a020f0; }
+.org-change-log-name { /* change-log-name */ color: #008b8b; }
+.org-comint-highlight-input { /* comint-highlight-input */ font-weight: bold; }
+.org-comint-highlight-prompt { /* comint-highlight-prompt */ color: #00008b; }
+.org-comment { /* font-lock-comment-face */ color: #999988; font-style: italic; }
+.org-comment-delimiter { /* font-lock-comment-delimiter-face */ color: #999988; font-style: italic; }
+.org-completions-annotations { /* completions-annotations */ font-style: italic; }
+.org-completions-common-part { /* completions-common-part */ color: #000000; background-color: #ffffff; }
+.org-completions-first-difference { /* completions-first-difference */ font-weight: bold; }
+.org-constant { /* font-lock-constant-face */ color: #008b8b; }
+.org-diary { /* diary */ color: #ff0000; }
+.org-diff-context { /* diff-context */ color: #7f7f7f; }
+.org-diff-file-header { /* diff-file-header */ background-color: #b3b3b3; font-weight: bold; }
+.org-diff-function { /* diff-function */ background-color: #cccccc; }
+.org-diff-header { /* diff-header */ background-color: #cccccc; }
+.org-diff-hunk-header { /* diff-hunk-header */ background-color: #cccccc; }
+.org-diff-index { /* diff-index */ background-color: #b3b3b3; font-weight: bold; }
+.org-diff-nonexistent { /* diff-nonexistent */ background-color: #b3b3b3; font-weight: bold; }
+.org-diff-refine-change { /* diff-refine-change */ background-color: #d9d9d9; }
+.org-dired-directory { /* dired-directory */ color: #0000ff; }
+.org-dired-flagged { /* dired-flagged */ color: #ff0000; font-weight: bold; }
+.org-dired-header { /* dired-header */ color: #228b22; }
+.org-dired-ignored { /* dired-ignored */ color: #7f7f7f; }
+.org-dired-mark { /* dired-mark */ color: #008b8b; }
+.org-dired-marked { /* dired-marked */ color: #ff0000; font-weight: bold; }
+.org-dired-perm-write { /* dired-perm-write */ color: #b22222; }
+.org-dired-symlink { /* dired-symlink */ color: #a020f0; }
+.org-dired-warning { /* dired-warning */ color: #ff0000; font-weight: bold; }
+.org-doc { /* font-lock-doc-face */ color: #8b2252; }
+.org-escape-glyph { /* escape-glyph */ color: #a52a2a; }
+.org-file-name-shadow { /* file-name-shadow */ color: #7f7f7f; }
+.org-flyspell-duplicate { /* flyspell-duplicate */ color: #cdad00; font-weight: bold; text-decoration: underline; }
+.org-flyspell-incorrect { /* flyspell-incorrect */ color: #ff4500; font-weight: bold; text-decoration: underline; }
+.org-fringe { /* fringe */ background-color: #f2f2f2; }
+.org-function-name { /* font-lock-function-name-face */ color: teal; }
+.org-header-line { /* header-line */ color: #333333; background-color: #e5e5e5; }
+.org-help-argument-name { /* help-argument-name */ font-style: italic; }
+.org-highlight { /* highlight */ background-color: #b4eeb4; }
+.org-holiday { /* holiday */ background-color: #ffc0cb; }
+.org-isearch { /* isearch */ color: #b0e2ff; background-color: #cd00cd; }
+.org-isearch-fail { /* isearch-fail */ background-color: #ffc1c1; }
+.org-italic { /* italic */ font-style: italic; }
+.org-keyword { /* font-lock-keyword-face */ color: #0086b3; }
+.org-lazy-highlight { /* lazy-highlight */ background-color: #afeeee; }
+.org-link { /* link */ color: #0000ff; text-decoration: underline; }
+.org-link-visited { /* link-visited */ color: #8b008b; text-decoration: underline; }
+.org-log-edit-header { /* log-edit-header */ color: #a020f0; }
+.org-log-edit-summary { /* log-edit-summary */ color: #0000ff; }
+.org-log-edit-unknown-header { /* log-edit-unknown-header */ color: #b22222; }
+.org-match { /* match */ background-color: #ffff00; }
+.org-next-error { /* next-error */ background-color: #eedc82; }
+.org-nobreak-space { /* nobreak-space */ color: #a52a2a; text-decoration: underline; }
+.org-org-archived { /* org-archived */ color: #7f7f7f; }
+.org-org-block { /* org-block */ color: #7f7f7f; }
+.org-org-block-begin-line { /* org-block-begin-line */ color: #b22222; }
+.org-org-block-end-line { /* org-block-end-line */ color: #b22222; }
+.org-org-checkbox { /* org-checkbox */ font-weight: bold; }
+.org-org-checkbox-statistics-done { /* org-checkbox-statistics-done */ color: #228b22; font-weight: bold; }
+.org-org-checkbox-statistics-todo { /* org-checkbox-statistics-todo */ color: #ff0000; font-weight: bold; }
+.org-org-clock-overlay { /* org-clock-overlay */ background-color: #ffff00; }
+.org-org-code { /* org-code */ color: #7f7f7f; }
+.org-org-column { /* org-column */ background-color: #e5e5e5; }
+.org-org-column-title { /* org-column-title */ background-color: #e5e5e5; font-weight: bold; text-decoration: underline; }
+.org-org-date { /* org-date */ color: #a020f0; text-decoration: underline; }
+.org-org-document-info { /* org-document-info */ color: #191970; }
+.org-org-document-info-keyword { /* org-document-info-keyword */ color: #7f7f7f; }
+.org-org-document-title { /* org-document-title */ color: #191970; font-size: 144%; font-weight: bold; }
+.org-org-done { /* org-done */ color: #228b22; font-weight: bold; }
+.org-org-drawer { /* org-drawer */ color: #0000ff; }
+.org-org-ellipsis { /* org-ellipsis */ color: #b8860b; text-decoration: underline; }
+.org-org-footnote { /* org-footnote */ color: #a020f0; text-decoration: underline; }
+.org-org-formula { /* org-formula */ color: #b22222; }
+.org-org-headline-done { /* org-headline-done */ color: #bc8f8f; }
+.org-org-hide { /* org-hide */ color: #ffffff; }
+.org-org-latex-and-export-specials { /* org-latex-and-export-specials */ color: #8b4513; }
+.org-org-level-1 { /* org-level-1 */ color: #0000ff; }
+.org-org-level-2 { /* org-level-2 */ color: #a0522d; }
+.org-org-level-3 { /* org-level-3 */ color: #a020f0; }
+.org-org-level-4 { /* org-level-4 */ color: #b22222; }
+.org-org-level-5 { /* org-level-5 */ color: #228b22; }
+.org-org-level-6 { /* org-level-6 */ color: #008b8b; }
+.org-org-level-7 { /* org-level-7 */ color: #7a378b; }
+.org-org-level-8 { /* org-level-8 */ color: #8b2252; }
+.org-org-link { /* org-link */ color: #0000ff; text-decoration: underline; }
+.org-org-meta-line { /* org-meta-line */ color: #b22222; }
+.org-org-mode-line-clock { /* org-mode-line-clock */ color: #000000; background-color: #bfbfbf; }
+.org-org-mode-line-clock-overrun { /* org-mode-line-clock-overrun */ color: #000000; background-color: #ff0000; }
+.org-org-quote { /* org-quote */ color: #7f7f7f; }
+.org-org-scheduled { /* org-scheduled */ color: #006400; }
+.org-org-scheduled-previously { /* org-scheduled-previously */ color: #b22222; }
+.org-org-scheduled-today { /* org-scheduled-today */ color: #006400; }
+.org-org-sexp-date { /* org-sexp-date */ color: #a020f0; }
+.org-org-special-keyword { /* org-special-keyword */ color: #a020f0; }
+.org-org-table { /* org-table */ color: #0000ff; }
+.org-org-tag { /* org-tag */ font-weight: bold; }
+.org-org-target { /* org-target */ text-decoration: underline; }
+.org-org-time-grid { /* org-time-grid */ color: #b8860b; }
+.org-org-todo { /* org-todo */ color: #ff0000; font-weight: bold; }
+.org-org-upcoming-deadline { /* org-upcoming-deadline */ color: #b22222; }
+.org-org-verbatim { /* org-verbatim */ color: #7f7f7f; }
+.org-org-verse { /* org-verse */ color: #7f7f7f; }
+.org-org-warning { /* org-warning */ color: #ff0000; font-weight: bold; }
+.org-outline-1 { /* outline-1 */ color: #0000ff; }
+.org-outline-2 { /* outline-2 */ color: #a0522d; }
+.org-outline-3 { /* outline-3 */ color: #a020f0; }
+.org-outline-4 { /* outline-4 */ color: #b22222; }
+.org-outline-5 { /* outline-5 */ color: #228b22; }
+.org-outline-6 { /* outline-6 */ color: #008b8b; }
+.org-outline-7 { /* outline-7 */ color: #7a378b; }
+.org-outline-8 { /* outline-8 */ color: #8b2252; }
+.org-preprocessor { /* font-lock-preprocessor-face */ color: #7a378b; }
+.org-query-replace { /* query-replace */ color: #b0e2ff; background-color: #cd00cd; }
+.org-regexp-grouping-backslash { /* font-lock-regexp-grouping-backslash */ font-weight: bold; }
+.org-regexp-grouping-construct { /* font-lock-regexp-grouping-construct */ font-weight: bold; }
+.org-region { /* region */ background-color: #eedc82; }
+.org-secondary-selection { /* secondary-selection */ background-color: #ffff00; }
+.org-shadow { /* shadow */ color: #7f7f7f; }
+.org-show-paren-match { /* show-paren-match */ background-color: #40e0d0; }
+.org-show-paren-mismatch { /* show-paren-mismatch */ color: #ffffff; background-color: #a020f0; }
+.org-string { /* font-lock-string-face */ color: #dd1144; }
+.org-tool-bar { /* tool-bar */ color: #000000; background-color: #bfbfbf; }
+.org-tooltip { /* tooltip */ color: #000000; background-color: #ffffe0; }
+.org-trailing-whitespace { /* trailing-whitespace */ background-color: #ff0000; }
+.org-type { /* font-lock-type-face */ color: #228b22; }
+.org-underline { /* underline */ text-decoration: underline; }
+.org-variable-name { /* font-lock-variable-name-face */ color: teal; }
+.org-warning { /* font-lock-warning-face */ color: #ff0000; font-weight: bold; }
+.org-widget-button { /* widget-button */ font-weight: bold; }
+.org-widget-button-pressed { /* widget-button-pressed */ color: #ff0000; }
+.org-widget-documentation { /* widget-documentation */ color: #006400; }
+.org-widget-field { /* widget-field */ background-color: #d9d9d9; }
+.org-widget-inactive { /* widget-inactive */ color: #7f7f7f; }
+.org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; }
diff --git a/doc/orgmode/css/readtheorg.css b/doc/orgmode/css/readtheorg.css
new file mode 100644
index 000000000..a638c488b
--- /dev/null
+++ b/doc/orgmode/css/readtheorg.css
@@ -0,0 +1,1092 @@
+
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700);
+@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
+
+h1,h2,h3,h4,h5,h6,legend{
+    font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
+    font-weight:700;
+    margin-top:0;
+}
+
+h1{
+    font-size:175%;
+}
+
+.subtitle{
+    font-size:95%; /* of h1 */
+}
+
+h2{
+    font-size:150%;
+}
+
+h3{
+    font-size:125%;
+}
+
+h4{
+    font-size:115%;
+}
+
+h5{
+    font-size:110%;
+}
+
+h6{
+    font-size:100%;
+}
+
+h4,h5,h6{
+    color:#2980B9;
+    font-weight:300;
+}
+
+html{
+    -ms-text-size-adjust:100%;
+    -webkit-text-size-adjust:100%;
+    font-size:100%;
+    height:100%;
+    overflow-x:hidden;
+}
+
+body{
+    background:#edf0f2;
+    color:#404040;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    font-weight:normal;
+    margin:0;
+    min-height:100%;
+    overflow-x:hidden;
+}
+
+#content{
+    background:#fcfcfc;
+    height:100%;
+    margin-left:300px;
+    /* margin:auto; */
+    max-width:800px;
+    min-height:100%;
+    padding:1.618em 3.236em;
+}
+
+p{
+    font-size:16px;
+    line-height:24px;
+    margin:0px 0px 24px 0px;
+}
+
+b,strong{
+    font-weight:bold}
+
+blockquote{
+    background-color: #F0F0F0;
+    border-left:5px solid #CCCCCC;
+    font-style:italic;
+    line-height:24px;
+    margin:0px 0px 24px 0px;
+    /* margin-left:24px; */
+    padding: 6px 20px;
+}
+
+ul,ol,dl{
+    line-height:24px;
+    list-style-image:none;
+    /* list-style:none; */
+    margin:0px 0px 24px 0px;
+    padding:0;
+}
+
+li{
+    margin-left: 24px;
+}
+
+dd{
+    margin:0;
+}
+
+#content .section ul,#content .toctree-wrapper ul,article ul{
+    list-style:disc;
+    line-height:24px;
+    margin-bottom:24px}
+
+#content .section ul li,#content .toctree-wrapper ul li,article ul li{
+    list-style:disc;
+    margin-left:24px}
+
+#content .section ul li p:last-child,#content .toctree-wrapper ul li p:last-child,article ul li p:last-child{
+                                                                                                                                  margin-bottom:0}
+
+#content .section ul li ul,#content .toctree-wrapper ul li ul,article ul li ul{
+    margin-bottom:0}
+
+#content .section ul li li,#content .toctree-wrapper ul li li,article ul li li{
+    list-style:circle}
+
+#content .section ul li li li,#content .toctree-wrapper ul li li li,article ul li li li{
+    list-style:square}
+
+#content .section ul li ol li,#content .toctree-wrapper ul li ol li,article ul li ol li{
+    list-style:decimal}
+
+#content .section ol,#content ol,article ol{
+    list-style:decimal;
+    line-height:24px;
+    margin-bottom:24px}
+
+#content .section ol li,#content ol li,article ol li{
+    list-style:decimal;
+    margin-left:24px}
+
+#content .section ol li p:last-child,#content ol li p:last-child,article ol li p:last-child{
+                                                                                                                           margin-bottom:0}
+
+#content .section ol li ul,#content ol li ul,article ol li ul{
+    margin-bottom:0}
+
+#content .section ol li ul li,#content ol li ul li,article ol li ul li{
+    list-style:disc}
+
+dl dt{
+    font-weight:bold;
+}
+
+dl p,dl table,dl ul,dl ol{
+    margin-bottom:12px !important;
+}
+
+dl dd{
+    margin:0 0 12px 24px;
+}
+
+@media print{
+    .codeblock,pre.src{
+        white-space:pre.src-wrap}
+}
+
+@media print{
+    html,body,section{
+        background:none !important}
+
+    *{
+        box-shadow:none !important;
+        text-shadow:none !important;
+        filter:none !important;
+        -ms-filter:none !important}
+
+    a,a:visited{
+          text-decoration:underline}
+
+    pre.src,blockquote{
+        page-break-inside:avoid}
+
+    thead{
+        display:table-header-group}
+
+    tr,img{
+        page-break-inside:avoid}
+
+    img{
+        max-width:100% !important}
+
+    @page{
+        margin:0.5cm}
+
+    p,h2,h3{
+        orphans:3;
+        widows:3}
+
+    h2,h3{
+        page-break-after:avoid}
+}
+
+@media print{
+    #postamble{
+        display:none}
+
+    #content{
+        margin-left:0}
+}
+
+@media print{
+    #table-of-contents{
+        display:none}
+
+    @page{
+        size: auto;
+        margin: 25mm 25mm 25mm 25mm;}
+
+    body {
+        margin: 0px;}
+}
+
+@media screen and (max-width: 768px){
+}
+
+@media only screen and (max-width: 480px){
+}
+
+@media screen and (max-width: 768px){
+    .tablet-hide{
+        display:none}
+}
+
+@media screen and (max-width: 480px){
+    .mobile-hide{
+        display:none}
+}
+
+@media screen and (max-width: 480px){
+}
+
+@media screen and (max-width: 768px){
+    #content{
+        margin-left:0}
+
+    #content #content{
+        padding:1.618em}
+
+    #content.shift{
+        position:fixed;
+        min-width:100%;
+        left:85%;
+        top:0;
+        height:100%;
+        overflow:hidden}
+}
+
+@media screen and (min-width: 1400px){
+    #content{
+        background:rgba(0,0,0,0.05)}
+
+    #content{
+        background:#fcfcfc}
+}
+
+@media screen and (max-width: 768px){
+    #copyright{
+        width:85%;
+        display:none}
+
+    #copyright.shift{
+        display:block}
+
+    img{
+        width:100%;
+        height:auto}
+}
+
+@media screen and (max-width: 480px){
+    #content .sidebar{
+        width:100%}
+}
+
+code{
+    background:#fff;
+    border:solid 1px #e1e4e5;
+    /* color:#000;  for clickable code */
+    font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    font-size:75%;
+    max-width:100%;
+    overflow-x:auto;
+    padding:0 5px;
+    white-space:nowrap;
+}
+
+.codeblock-example{
+    border:1px solid #e1e4e5;
+    border-bottom:none;
+    padding:24px;
+    padding-top:48px;
+    font-weight:500;
+    background:#fff;
+    position:relative}
+
+.codeblock-example:after{
+    content:"Example";
+    position:absolute;
+    top:0px;
+    left:0px;
+    background:#9B59B6;
+    color:#fff;
+    padding:6px 12px}
+
+.codeblock-example.prettyprint-example-only{
+    border:1px solid #e1e4e5;
+    margin-bottom:24px}
+
+.codeblock,pre.src,#content .literal-block{
+    border:1px solid #e1e4e5;
+    padding:12px;
+    overflow-x:auto;
+    background:#fff;
+    margin:1px 0 24px 0}
+
+pre.src{
+    /* color:#404040; */
+    display:block;
+    font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    font-size:12px;
+    line-height:1.5;
+    margin:1px 0px 24px 0px;
+    overflow:auto;
+    padding:12px;
+    white-space:pre;
+}
+
+.example{
+    background:#f3f6f6;
+    border:1px solid #e1e4e5;
+    color:#404040;
+    font-size: 12px;
+    line-height: 1.5;
+    margin-bottom:24px;
+    padding:12px;
+}
+
+table{
+    border-collapse:collapse;
+    border-spacing:0;
+    empty-cells:show;
+    margin-bottom:24px;
+    border-bottom:1px solid #e1e4e5;
+}
+
+td{
+    vertical-align:top}
+
+table td,table th{
+    font-size:90%;
+    margin:0;
+    overflow:visible;
+    padding:8px 16px;
+    background-color:white;
+    border:1px solid #e1e4e5;
+}
+
+table thead th{
+    font-weight:bold;
+    border-top:3px solid #e1e4e5;
+    border-bottom:1px solid #e1e4e5;
+}
+
+table caption{
+    color:#000;
+    font:italic 85%/1 arial,sans-serif;
+    padding:1em 0;
+}
+
+table tr:nth-child(2n-1) td{
+    background-color:#f3f6f6;
+}
+
+table tr:nth-child(2n) td{
+    background-color:white;
+}
+
+.figure p{
+    color:#000;
+    font:italic 85%/1 arial,sans-serif;
+    padding:1em 0;
+}
+
+.rotate-90{
+    -webkit-transform:rotate(90deg);
+    -moz-transform:rotate(90deg);
+    -ms-transform:rotate(90deg);
+    -o-transform:rotate(90deg);
+    transform:rotate(90deg);
+}
+
+.rotate-270{
+    -webkit-transform:rotate(270deg);
+    -moz-transform:rotate(270deg);
+    -ms-transform:rotate(270deg);
+    -o-transform:rotate(270deg);
+    transform:rotate(270deg);
+}
+
+#toggle-sidebar,
+#table-of-contents .close-sidebar {
+    display: none;
+}
+
+@media screen and (max-width: 768px) {
+    #table-of-contents {
+        display: none;
+        width: 60%;
+    }
+
+    #table-of-contents h2 a {
+        display: block;
+    }
+
+    #table-of-contents:target {
+        display: block;
+    }
+
+    #copyright, #postamble {
+        display: none;
+    }
+
+    #toggle-sidebar {
+        background-color: #2980B9;
+        display: block;
+        margin-bottom: 1.6em;
+        padding: 0.6em;
+        text-align: center;
+    }
+
+    #toggle-sidebar h2 {
+		background-color:#2980B9;
+		width:100%;
+		height:50px;
+		left:0;
+		top:0;
+        color: white;
+        font-size: 100%;
+        line-height: 50px;
+		position:fixed;
+        margin: 0;
+        padding: 0;
+		opacity:0.7;
+    }
+
+    #table-of-contents .close-sidebar {
+       color: rgba(255, 255, 255, 0.3);
+       display: inline-block;
+       margin: 0px 10px 0px 45px;
+       padding: 10px;
+    }
+}
+
+*{
+    -webkit-box-sizing:border-box;
+    -moz-box-sizing:border-box;
+    box-sizing:border-box;
+}
+
+figcaption,figure,footer,header,hgroup,nav{
+    display:block}
+
+ins{
+    background:#ff9;
+    color:#000;
+    text-decoration:none}
+
+mark{
+    background:#ff0;
+    color:#000;
+    font-style:italic;
+    font-weight:bold}
+
+small{
+    font-size:85%}
+
+sub,sup{
+    font-size:75%;
+    line-height:0;
+    position:relative;
+    vertical-align:baseline}
+
+sup{
+    top:-0.5em}
+
+sub{
+    bottom:-0.25em}
+
+img{
+    -ms-interpolation-mode:bicubic;
+    vertical-align:middle;
+    max-width:100%}
+
+svg:not(:root){
+    overflow:hidden}
+
+figure{
+    margin:0}
+
+label{
+    cursor:pointer}
+
+legend{
+    border:0;
+    margin-left:-7px;
+    padding:0;
+    white-space:normal}
+
+.fa:before,#content .admonition-title:before,#content h1 .headerlink:before,#content h2 .headerlink:before,#content h3 .headerlink:before,#content h4 .headerlink:before,#content h5 .headerlink:before,#content h6 .headerlink:before,#content dl dt .headerlink:before,.icon:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-alert,#content .note,#content .attention,#content .caution,#content .danger,#content .error,#content .hint,#content .important,#content .tip,#content .warning,#content .seealso,#content .admonitiontodo,.btn,input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,#table-of-contents li.on a,#table-of-contents li.current>a,.wy-side-nav-search>a,.wy-side-nav-search .wy-dropdown>a,.wy-nav-top a{
+    -webkit-font-smoothing:antialiased}
+
+/*!
+ *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{
+    font-family:'FontAwesome';
+    src:url("../fonts/fontawesome-webfont.eot?v=4.1.0");
+    src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
+    font-weight:normal;
+    font-style:normal}
+
+.fa,#content .admonition-title,.icon{
+    display:inline-block;
+    font-family:FontAwesome;
+    font-style:normal;
+    font-weight:normal;
+    line-height:1;
+    -webkit-font-smoothing:antialiased;
+    -moz-osx-font-smoothing:grayscale}
+
+.fa-ul{
+    padding-left:0;
+    margin-left:2.14286em;
+    list-style-type:none}
+
+.fa-ul>li{
+    position:relative}
+
+.fa-li{
+    position:absolute;
+    left:-2.14286em;
+    width:2.14286em;
+    top:0.14286em;
+    text-align:center}
+
+.fa-li.fa-lg{
+    left:-1.85714em}
+
+.fa-border{
+    padding:.2em .25em .15em;
+    border:solid 0.08em #eee;
+    border-radius:.1em}
+
+.fa,#content .admonition-title{
+    font-family:inherit}
+
+.fa:before,#content .admonition-title:before{
+    font-family:"FontAwesome";
+    display:inline-block;
+    font-style:normal;
+    font-weight:normal;
+    line-height:1;
+    text-decoration:inherit}
+
+a .fa,a #content .admonition-title,#content a .admonition-title{
+    display:inline-block;
+    text-decoration:inherit}
+
+.nav #content .admonition-title,#content .nav .admonition-title,.nav .icon{
+    display:inline}
+
+.wy-alert,#content .note,#content .attention,#content .caution,#content .danger,#content .error,#content .hint,#content .important,#content .tip,#content .warning,#content .seealso,#content .admonitiontodo{
+    padding:12px;
+    line-height:24px;
+    margin-bottom:24px;
+    /* background:#e7f2fa; */
+}
+
+.wy-alert-title,#content .admonition-title{
+    color:#fff;
+    font-weight:bold;
+    display:block;
+    color:#fff;
+    /* background:#6ab0de; */
+    /* margin:-12px; */
+    padding:6px 12px;
+    margin-bottom:0px}
+
+#content .danger,#content .error{
+    background:#fdf3f2}
+
+.wy-alert.wy-alert-warning,#content .wy-alert-warning.note,#content .attention,#content .caution,#content .wy-alert-warning.danger,#content .wy-alert-warning.error,#content .wy-alert-warning.hint,#content .wy-alert-warning.important,#content .wy-alert-warning.tip,#content .warning,#content .wy-alert-warning.seealso,#content .admonitiontodo{
+    background:#ffedcc}
+
+#content .admonition-title.note:before, #content .admonition-title.seealso:before,
+#content .admonition-title.warning:before, #content .admonition-title.caution:before,
+#content .admonition-title.attention:before,
+#content .admonition-title.tip:before, #content .admonition-title.hint:before,
+#content .admonition-title.important:before,
+#content .admonition-title.error:before, #content .admonition-title.danger:before{
+    font-family:FontAwesome;
+    content: "";}
+
+#content .note,#content .seealso{
+    background:#e7f2fa}
+
+.wy-alert p:last-child,#content .note p:last-child,#content .attention p:last-child,#content .caution p:last-child,#content .danger p:last-child,#content .error p:last-child,#content .hint p:last-child,#content .important p:last-child,#content .tip p:last-child,#content .warning p:last-child,#content .seealso p:last-child,#content .admonitiontodo p:last-child{
+    margin-bottom:0}
+
+#content .admonition-title.tip,#content .admonition-title.important,#content .admonition-title.hint{
+    line-height: 1;
+    background:#1abc9c}
+
+#content .important,#content .tip,#content .hint{
+    background:#dbfaf4}
+
+#content .admonition-title.note,#content .admonition-title.seealso{
+    line-height: 1;
+    background:#6ab0de}
+
+#content .admonition-title.warning,#content .admonition-title.caution,#content .admonition-title.attention{
+    line-height: 1;
+    background:#F0B37E}
+
+#content .admonition-title.error,#content .admonition-title.danger{
+    line-height: 1;
+    background:#f29f97}
+
+legend{
+    display:block;
+    width:100%;
+    border:0;
+    padding:0;
+    white-space:normal;
+    margin-bottom:24px;
+    font-size:150%;
+    *margin-left:-7px}
+
+label{
+    display:block;
+    margin:0 0 0.3125em 0;
+    color:#333;
+    font-size:90%}
+
+a{
+    color:#2980B9;
+    text-decoration:none;
+    cursor:pointer}
+
+
+a:hover,a:active{
+    outline:0;
+}
+
+a:hover{
+    color:#3091d1}
+
+a:visited{
+    color:#9B59B6}
+
+.left{
+    text-align:left}
+
+.center{
+    text-align:center}
+
+.right{
+    text-align:right}
+
+hr{
+    display:block;
+    height:1px;
+    border:0;
+    border-top:1px solid #e1e4e5;
+    margin:24px 0;
+    padding:0}
+
+#table-of-contents li{
+    list-style:none;
+    margin-left: 0px;
+}
+
+#table-of-contents header{
+    height:32px;
+    display:inline-block;
+    line-height:32px;
+    padding:0 1.618em;
+    display:block;
+    font-weight:bold;
+    text-transform:uppercase;
+    font-size:80%;
+    color:#2980B9;
+    white-space:nowrap}
+
+#table-of-contents ul{
+    margin-bottom:0}
+
+#table-of-contents li.divide-top{
+    border-top:solid 1px #404040}
+
+#table-of-contents li.divide-bottom{
+    border-bottom:solid 1px #404040}
+
+#table-of-contents li.current{
+    background:#e3e3e3}
+
+#table-of-contents li.current a{
+    color:gray;
+    border-right:solid 1px #c9c9c9;
+    padding:0.4045em 2.427em}
+
+#table-of-contents li.current a:hover{
+    background:#d6d6d6}
+
+#table-of-contents li a{
+    /* color:#404040; */
+    padding:0.4045em 1.618em;
+    position:relative;
+    /* background:#fcfcfc; */
+    border:none;
+    /* border-bottom:solid 1px #c9c9c9; */
+    /* border-top:solid 1px #c9c9c9; */
+    padding-left:1.618em -4px}
+
+#table-of-contents li.on a:hover,#table-of-contents li.current>a:hover{
+    background:#fcfcfc}
+
+#table-of-contents li ul li a{
+    /* background:#c9c9c9; */
+    padding:0.4045em 2.427em}
+
+#table-of-contents li ul li ul li a{
+    padding:0.4045em 3.236em}
+
+#table-of-contents li.current ul{
+    display:block}
+
+/* #table-of-contents li ul{ */
+/*     margin-bottom:0; */
+/*     display:none} */
+
+#table-of-contents .local-toc li ul{
+    display:block}
+
+#table-of-contents li ul li a{
+    margin-bottom:0;
+    color:#b3b3b3;
+    font-weight:normal}
+
+#table-of-contents a{
+    display:inline-block;
+    line-height:18px;
+    padding:0.4045em 1.618em;
+    display:block;
+    position:relative;
+    font-size:90%;
+    color:#b3b3b3;
+    direction: ltr;
+}
+
+#table-of-contents a:hover{
+    background-color:#4e4a4a;
+    cursor:pointer}
+
+/* #text-table-of-contents { */
+/*     overflow:scroll; */
+/* } */
+
+#table-of-contents{
+    position:fixed;
+    top:0;
+    left:0;
+    width:300px;
+    overflow-x:hidden;
+    overflow-y:scroll;
+    height:100%;
+    background:#343131;
+    z-index:200;
+    scrollbar-base-color: #1F1D1D;
+    scrollbar-arrow-color: #b3b3b3;
+    scrollbar-shadow-color: #1F1D1D;
+    scrollbar-track-color : #343131;
+}
+
+#table-of-contents h2{
+    z-index:200;
+    background-color:#2980B9;
+    text-align:center;
+    padding:0.809em;
+    display:block;
+    color:#fcfcfc;
+    font-size: 100%;
+    margin-bottom:0.809em}
+
+ul.nav li ul li {
+    display: none;
+}
+
+ul.nav li ul li ul li {
+    display: none;
+}
+
+ul.nav li.active ul li {
+    display: inline;
+}
+
+ul.nav li.active ul li ul li {
+    display: inline;
+}
+
+ul.nav li.active ul li a {
+    background-color: #E3E3E3;
+    color: #8099B0;
+    border-right:solid 1px #c9c9c9 !important;
+}
+
+ul.nav li.active ul li.active a {
+    background-color: #C9C9C9;
+    color: black !important;
+    font-weight: bold !important;
+}
+
+ul.nav li.active ul li.active ul li.active a {
+    color: black !important;
+    font-weight: bold !important;
+    display: block !important;
+}
+
+ul.nav li.active ul li.active ul li a {
+    color: #808080 !important;
+    font-weight: normal !important;
+    display: block !important;
+}
+
+ul.nav li.active ul li ul li a {
+    display: none !important;
+}
+
+/* ul.nav li ul li ul li { */
+/*     display: none !important; /\* as long as nav is on multiple levels of ul *\/ */
+/*     /\* display: none; /\* as long as nav is on multiple levels of ul *\\/ *\/ */
+/* } */
+
+ul.nav li ul li ul li ul li {
+    display: none !important; /* as long as nav is on multiple levels of ul */
+    /* display: none; /* as long as nav is on multiple levels of ul *\/ */
+}
+
+ul.nav li.active > a {
+    border-bottom:solid 1px #c9c9c9 !important; /* XXX Restrict it to 2nd level */
+    border-right:solid 1px #c9c9c9 !important;
+}
+
+ul.nav li.active a {
+    color: gray !important;
+    font-weight:bold;
+    background-color: white;
+    border-right:solid 0px white !important;
+}
+
+ul.nav > li.active > a {
+    color: black !important;
+}
+
+footer{
+    color:#999}
+
+footer p{
+    margin-bottom:12px}
+
+#copyright, #postamble{
+    position:fixed;
+    bottom:0;
+    left:0;
+    width:300px;
+    color:#fcfcfc;
+    background:#1f1d1d;
+    border-top:solid 10px #343131;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    font-size: 90%;
+    z-index:400;
+    padding:12px;
+}
+
+#postamble .author {
+    font-size: 100%;
+    margin-bottom: 0px;
+}
+
+#postamble .date {
+    font-size: 90%;
+    margin-bottom: 0px;
+    color: #27AE60;
+}
+
+#postamble .creator,#postamble .validation {
+    display:none;
+}
+
+#copyright a{
+    color:#2980B9;
+    text-decoration:none}
+
+#copyright .rst-current-version{
+    padding:12px;
+    background-color:#272525;
+    display:block;
+    text-align:right;
+    font-size:90%;
+    cursor:pointer;
+    color:#27AE60;
+    *zoom:1}
+
+#content img{
+    max-width:100%;
+}
+
+#content div.figure{
+    margin-bottom:24px}
+
+#content div.figure.align-center{
+    text-align:center}
+
+#content .section>img,#content .section>a>img{
+    margin-bottom:24px}
+
+.verse{
+    border-left:5px solid #6AB0DE;
+    background-color: #E7F2FA;
+    padding: 6px 20px;
+    font-style:italic;
+}
+
+#content .note .last,#content .attention .last,#content .caution .last,#content .danger .last,#content .error .last,#content .hint .last,#content .important .last,#content .tip .last,#content .warning .last,#content .seealso .last,#content .admonitiontodo .last{
+    margin-bottom:0}
+
+#content .admonition-title:before{
+    margin-right:4px}
+
+#content .section ol p,#content .section ul p{
+    margin-bottom:12px}
+
+#content h1 .headerlink,#content h2 .headerlink,#content h3 .headerlink,#content h4 .headerlink,#content h5 .headerlink,#content h6 .headerlink,#content dl dt .headerlink{
+    display:none;
+    visibility:hidden;
+    font-size:14px}
+
+#content h1 .headerlink:after,#content h2 .headerlink:after,#content h3 .headerlink:after,#content h4 .headerlink:after,#content h5 .headerlink:after,#content h6 .headerlink:after,#content dl dt .headerlink:after{
+    visibility:visible;
+    content:"";
+    font-family:FontAwesome;
+    display:inline-block}
+
+#content h1:hover .headerlink,#content h2:hover .headerlink,#content h3:hover .headerlink,#content h4:hover .headerlink,#content h5:hover .headerlink,#content h6:hover .headerlink,#content dl dt:hover .headerlink{
+    display:inline-block}
+
+#content .sidebar{
+    float:right;
+    width:40%;
+    display:block;
+    margin:0 0 24px 24px;
+    padding:24px;
+    background:#f3f6f6;
+    border:solid 1px #e1e4e5}
+
+#content .sidebar p,#content .sidebar ul,#content .sidebar dl{
+    font-size:90%}
+
+#content .sidebar .last{
+    margin-bottom:0}
+
+#content .sidebar .sidebar-title{
+    display:block;
+    font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
+    font-weight:bold;
+    background:#e1e4e5;
+    padding:6px 12px;
+    margin:-24px;
+    margin-bottom:24px;
+    font-size:100%}
+
+#content .highlighted{
+    background:#F1C40F;
+    display:inline-block;
+    font-weight:bold;
+    padding:0 6px}
+
+#content .footnote-reference,#content .citation-reference{
+    vertical-align:super;
+    font-size:90%}
+
+span[id*='MathJax-Span']{
+    color:#404040}
+
+.math{
+    text-align:center}
+
+#footnotes{
+    border-top:1px solid #e1e4e5;
+    padding-top: 36px;
+}
+
+h2.footnotes{
+    display:none;
+}
+
+.footnum, .footref{
+    color: #2980b9;
+    font-size: 170%;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+}
+
+.footnum:before, .footref:before{
+    content:"[";
+}
+
+.footnum:after, .footref:after{
+    content:"]";
+}
+
+.footpara {
+    color: #999;
+    font-size: 90%;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    padding-bottom: 8px;
+    padding-left: 16px;
+    padding-right: 16px;
+    padding-top: 8px;
+    line-height: 1.25em;
+    /* display: inline; */
+}
+
+.todo{
+    background-color: #f29f97;
+    padding: 0px 4px;
+    color: #fff;
+}
+
+.WAIT, .nilWAIT{
+    background-color: #6AB097;
+}
+
+.done{
+    background-color: #6ab0de;
+    padding: 0px 4px;
+    color: #fff;
+}
+
+.tag span {
+    background-color: #EDEDED;
+    border: 1px solid #EDEDED;
+    color: #939393;
+    cursor: pointer;
+    display: block;
+    float: right;
+    font-size: 80%;
+    font-weight: normal;
+    margin: 0 3px;
+    padding: 1px 2px;
+    border-radius: 10px;
+}
+
+.tag .FLAGGED {
+    background-color: #DB2D27;
+    border: 1px solid #DB2D27;
+    color: white;
+    font-weight: bold;
+}
+
+.timestamp {
+    font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    font-size: 90%;
+    color: navy;
+}
+
+.inlinetask {
+    background: #FFF9E3;  /* url(dialog-todo.png) no-repeat 10px 8px; */
+    border: 3px solid #FFEB8E;
+    /* border-right-style: none; */
+    /* border-left-style: none; */
+    /* padding: 10px 20px 10px 60px; */
+    padding: 9px 12px;
+    margin-bottom: 24px;
+    font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif}
diff --git a/doc/orgmode/css/rtd-full.css b/doc/orgmode/css/rtd-full.css
new file mode 100644
index 000000000..6cb334694
--- /dev/null
+++ b/doc/orgmode/css/rtd-full.css
@@ -0,0 +1,3910 @@
+*{
+    -webkit-box-sizing:border-box;
+    -moz-box-sizing:border-box;
+    box-sizing:border-box}
+
+article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
+    display:block}
+
+audio,canvas,video{
+    display:inline-block;
+    *display:inline;
+    *zoom:1}
+
+audio:not([controls]){
+    display:none}
+
+[hidden]{
+    display:none}
+
+*{
+    -webkit-box-sizing:border-box;
+    -moz-box-sizing:border-box;
+    box-sizing:border-box}
+
+html{
+    font-size:100%;
+    -webkit-text-size-adjust:100%;
+    -ms-text-size-adjust:100%}
+
+body{
+    margin:0}
+
+a:hover,a:active{
+            outline:0}
+
+abbr[title]{
+    border-bottom:1px dotted}
+
+b,strong{
+    font-weight:bold}
+
+blockquote{
+    margin:0}
+
+dfn{
+    font-style:italic}
+
+ins{
+    background:#ff9;
+    color:#000;
+    text-decoration:none}
+
+mark{
+    background:#ff0;
+    color:#000;
+    font-style:italic;
+    font-weight:bold}
+
+pre,code,.rst-content tt,kbd,samp{
+    font-family:monospace,serif;
+    _font-family:"courier new",monospace;
+    font-size:1em}
+
+pre{
+    white-space:pre}
+
+q{
+    quotes:none}
+
+q:before,q:after{
+             content:"";
+             content:none}
+
+small{
+    font-size:85%}
+
+sub,sup{
+    font-size:75%;
+    line-height:0;
+    position:relative;
+    vertical-align:baseline}
+
+sup{
+    top:-0.5em}
+
+sub{
+    bottom:-0.25em}
+
+ul,ol,dl{
+    margin:0;
+    padding:0;
+    list-style:none;
+    list-style-image:none}
+
+li{
+    list-style:none}
+
+dd{
+    margin:0}
+
+img{
+    border:0;
+    -ms-interpolation-mode:bicubic;
+    vertical-align:middle;
+    max-width:100%}
+
+svg:not(:root){
+    overflow:hidden}
+
+figure{
+    margin:0}
+
+form{
+    margin:0}
+
+fieldset{
+    border:0;
+    margin:0;
+    padding:0}
+
+label{
+    cursor:pointer}
+
+legend{
+    border:0;
+    *margin-left:-7px;
+    padding:0;
+    white-space:normal}
+
+button,input,select,textarea{
+    font-size:100%;
+    margin:0;
+    vertical-align:baseline;
+    *vertical-align:middle}
+
+button,input{
+    line-height:normal}
+
+button,input[type="button"],input[type="reset"],input[type="submit"]{
+    cursor:pointer;
+    -webkit-appearance:button;
+    *overflow:visible}
+
+button[disabled],input[disabled]{
+    cursor:default}
+
+input[type="checkbox"],input[type="radio"]{
+    box-sizing:border-box;
+    padding:0;
+    *width:13px;
+    *height:13px}
+
+input[type="search"]{
+    -webkit-appearance:textfield;
+    -moz-box-sizing:content-box;
+    -webkit-box-sizing:content-box;
+    box-sizing:content-box}
+
+input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{
+    -webkit-appearance:none}
+
+button::-moz-focus-inner,input::-moz-focus-inner{
+    border:0;
+    padding:0}
+
+textarea{
+    overflow:auto;
+    vertical-align:top;
+    resize:vertical}
+
+table{
+    border-collapse:collapse;
+    border-spacing:0}
+
+td{
+    vertical-align:top}
+
+.chromeframe{
+    margin:0.2em 0;
+    background:#ccc;
+    color:#000;
+    padding:0.2em 0}
+
+.ir{
+    display:block;
+    border:0;
+    text-indent:-999em;
+    overflow:hidden;
+    background-color:transparent;
+    background-repeat:no-repeat;
+    text-align:left;
+    direction:ltr;
+    *line-height:0}
+
+.ir br{
+    display:none}
+
+.hidden{
+    display:none !important;
+    visibility:hidden}
+
+.visuallyhidden{
+    border:0;
+    clip:rect(0 0 0 0);
+    height:1px;
+    margin:-1px;
+    overflow:hidden;
+    padding:0;
+    position:absolute;
+    width:1px}
+
+.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{
+    clip:auto;
+    height:auto;
+    margin:0;
+    overflow:visible;
+    position:static;
+    width:auto}
+
+.invisible{
+    visibility:hidden}
+
+.relative{
+    position:relative}
+
+big,small{
+    font-size:100%}
+
+@media print{
+    html,body,section{
+        background:none !important}
+
+    *{
+        box-shadow:none !important;
+        text-shadow:none !important;
+        filter:none !important;
+        -ms-filter:none !important}
+
+    a,a:visited{
+          text-decoration:underline}
+
+    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{
+                                                 content:""}
+
+    pre,blockquote{
+        page-break-inside:avoid}
+
+    thead{
+        display:table-header-group}
+
+    tr,img{
+        page-break-inside:avoid}
+
+    img{
+        max-width:100% !important}
+
+    @page{
+        margin:0.5cm}
+
+    p,h2,h3{
+        orphans:3;
+        widows:3}
+
+    h2,h3{
+        page-break-after:avoid}
+
+}
+
+.fa:before,.rst-content .admonition-title:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content dl dt .headerlink:before,.icon:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-alert,.rst-content .note,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .warning,.rst-content .seealso,.rst-content .admonition-todo,.btn,input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.wy-menu-vertical li.on a,.wy-menu-vertical li.current>a,.wy-side-nav-search>a,.wy-side-nav-search .wy-dropdown>a,.wy-nav-top a{
+    -webkit-font-smoothing:antialiased}
+
+.clearfix{
+    *zoom:1}
+
+.clearfix:before,.clearfix:after{
+    display:table;
+    content:""}
+
+.clearfix:after{
+    clear:both}
+
+/*!
+ *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{
+    font-family:'FontAwesome';
+    src:url("../fonts/fontawesome-webfont.eot?v=4.1.0");
+    src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
+    font-weight:normal;
+    font-style:normal}
+
+.fa,.rst-content .admonition-title,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content dl dt .headerlink,.icon{
+    display:inline-block;
+    font-family:FontAwesome;
+    font-style:normal;
+    font-weight:normal;
+    line-height:1;
+    -webkit-font-smoothing:antialiased;
+    -moz-osx-font-smoothing:grayscale}
+
+.fa-lg{
+    font-size:1.33333em;
+    line-height:0.75em;
+    vertical-align:-15%}
+
+.fa-2x{
+    font-size:2em}
+
+.fa-3x{
+    font-size:3em}
+
+.fa-4x{
+    font-size:4em}
+
+.fa-5x{
+    font-size:5em}
+
+.fa-fw{
+    width:1.28571em;
+    text-align:center}
+
+.fa-ul{
+    padding-left:0;
+    margin-left:2.14286em;
+    list-style-type:none}
+
+.fa-ul>li{
+    position:relative}
+
+.fa-li{
+    position:absolute;
+    left:-2.14286em;
+    width:2.14286em;
+    top:0.14286em;
+    text-align:center}
+
+.fa-li.fa-lg{
+    left:-1.85714em}
+
+.fa-border{
+    padding:.2em .25em .15em;
+    border:solid 0.08em #eee;
+    border-radius:.1em}
+
+.pull-right{
+    float:right}
+
+.pull-left{
+    float:left}
+
+.fa.pull-left,.rst-content .pull-left.admonition-title,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content dl dt .pull-left.headerlink,.pull-left.icon{
+    margin-right:.3em}
+
+.fa.pull-right,.rst-content .pull-right.admonition-title,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content dl dt .pull-right.headerlink,.pull-right.icon{
+    margin-left:.3em}
+
+.fa-spin{
+    -webkit-animation:spin 2s infinite linear;
+    -moz-animation:spin 2s infinite linear;
+    -o-animation:spin 2s infinite linear;
+    animation:spin 2s infinite linear}
+
+@-moz-keyframes spin{
+    0%{
+        -moz-transform:rotate(0deg)}
+
+    100%{
+        -moz-transform:rotate(359deg)}
+
+}
+
+@-webkit-keyframes spin{
+    0%{
+        -webkit-transform:rotate(0deg)}
+
+    100%{
+        -webkit-transform:rotate(359deg)}
+
+}
+
+@-o-keyframes spin{
+    0%{
+        -o-transform:rotate(0deg)}
+
+    100%{
+        -o-transform:rotate(359deg)}
+
+}
+
+@keyframes spin{
+    0%{
+        -webkit-transform:rotate(0deg);
+        transform:rotate(0deg)}
+
+    100%{
+        -webkit-transform:rotate(359deg);
+        transform:rotate(359deg)}
+
+}
+
+.fa-rotate-90{
+    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+    -webkit-transform:rotate(90deg);
+    -moz-transform:rotate(90deg);
+    -ms-transform:rotate(90deg);
+    -o-transform:rotate(90deg);
+    transform:rotate(90deg)}
+
+.fa-rotate-180{
+    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+    -webkit-transform:rotate(180deg);
+    -moz-transform:rotate(180deg);
+    -ms-transform:rotate(180deg);
+    -o-transform:rotate(180deg);
+    transform:rotate(180deg)}
+
+.fa-rotate-270{
+    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+    -webkit-transform:rotate(270deg);
+    -moz-transform:rotate(270deg);
+    -ms-transform:rotate(270deg);
+    -o-transform:rotate(270deg);
+    transform:rotate(270deg)}
+
+.fa-flip-horizontal{
+    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
+    -webkit-transform:scale(-1, 1);
+    -moz-transform:scale(-1, 1);
+    -ms-transform:scale(-1, 1);
+    -o-transform:scale(-1, 1);
+    transform:scale(-1, 1)}
+
+.fa-flip-vertical{
+    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+    -webkit-transform:scale(1, -1);
+    -moz-transform:scale(1, -1);
+    -ms-transform:scale(1, -1);
+    -o-transform:scale(1, -1);
+    transform:scale(1, -1)}
+
+.fa-stack{
+    position:relative;
+    display:inline-block;
+    width:2em;
+    height:2em;
+    line-height:2em;
+    vertical-align:middle}
+
+.fa-stack-1x,.fa-stack-2x{
+    position:absolute;
+    left:0;
+    width:100%;
+    text-align:center}
+
+.fa-stack-1x{
+    line-height:inherit}
+
+.fa-stack-2x{
+    font-size:2em}
+
+.fa-inverse{
+    color:#fff}
+
+.fa-glass:before{
+    content:""}
+
+.fa-music:before{
+    content:""}
+
+.fa-search:before,.icon-search:before{
+    content:""}
+
+.fa-envelope-o:before{
+    content:""}
+
+.fa-heart:before{
+    content:""}
+
+.fa-star:before{
+    content:""}
+
+.fa-star-o:before{
+    content:""}
+
+.fa-user:before{
+    content:""}
+
+.fa-film:before{
+    content:""}
+
+.fa-th-large:before{
+    content:""}
+
+.fa-th:before{
+    content:""}
+
+.fa-th-list:before{
+    content:""}
+
+.fa-check:before{
+    content:""}
+
+.fa-times:before{
+    content:""}
+
+.fa-search-plus:before{
+    content:""}
+
+.fa-search-minus:before{
+    content:""}
+
+.fa-power-off:before{
+    content:""}
+
+.fa-signal:before{
+    content:""}
+
+.fa-gear:before,.fa-cog:before{
+    content:""}
+
+.fa-trash-o:before{
+    content:""}
+
+.fa-home:before,.icon-home:before{
+    content:""}
+
+.fa-file-o:before{
+    content:""}
+
+.fa-clock-o:before{
+    content:""}
+
+.fa-road:before{
+    content:""}
+
+.fa-download:before{
+    content:""}
+
+.fa-arrow-circle-o-down:before{
+    content:""}
+
+.fa-arrow-circle-o-up:before{
+    content:""}
+
+.fa-inbox:before{
+    content:""}
+
+.fa-play-circle-o:before{
+    content:""}
+
+.fa-rotate-right:before,.fa-repeat:before{
+    content:""}
+
+.fa-refresh:before{
+    content:""}
+
+.fa-list-alt:before{
+    content:""}
+
+.fa-lock:before{
+    content:""}
+
+.fa-flag:before{
+    content:""}
+
+.fa-headphones:before{
+    content:""}
+
+.fa-volume-off:before{
+    content:""}
+
+.fa-volume-down:before{
+    content:""}
+
+.fa-volume-up:before{
+    content:""}
+
+.fa-qrcode:before{
+    content:""}
+
+.fa-barcode:before{
+    content:""}
+
+.fa-tag:before{
+    content:""}
+
+.fa-tags:before{
+    content:""}
+
+.fa-book:before,.icon-book:before{
+    content:""}
+
+.fa-bookmark:before{
+    content:""}
+
+.fa-print:before{
+    content:""}
+
+.fa-camera:before{
+    content:""}
+
+.fa-font:before{
+    content:""}
+
+.fa-bold:before{
+    content:""}
+
+.fa-italic:before{
+    content:""}
+
+.fa-text-height:before{
+    content:""}
+
+.fa-text-width:before{
+    content:""}
+
+.fa-align-left:before{
+    content:""}
+
+.fa-align-center:before{
+    content:""}
+
+.fa-align-right:before{
+    content:""}
+
+.fa-align-justify:before{
+    content:""}
+
+.fa-list:before{
+    content:""}
+
+.fa-dedent:before,.fa-outdent:before{
+    content:""}
+
+.fa-indent:before{
+    content:""}
+
+.fa-video-camera:before{
+    content:""}
+
+.fa-photo:before,.fa-image:before,.fa-picture-o:before{
+    content:""}
+
+.fa-pencil:before{
+    content:""}
+
+.fa-map-marker:before{
+    content:""}
+
+.fa-adjust:before{
+    content:""}
+
+.fa-tint:before{
+    content:""}
+
+.fa-edit:before,.fa-pencil-square-o:before{
+    content:""}
+
+.fa-share-square-o:before{
+    content:""}
+
+.fa-check-square-o:before{
+    content:""}
+
+.fa-arrows:before{
+    content:""}
+
+.fa-step-backward:before{
+    content:""}
+
+.fa-fast-backward:before{
+    content:""}
+
+.fa-backward:before{
+    content:""}
+
+.fa-play:before{
+    content:""}
+
+.fa-pause:before{
+    content:""}
+
+.fa-stop:before{
+    content:""}
+
+.fa-forward:before{
+    content:""}
+
+.fa-fast-forward:before{
+    content:""}
+
+.fa-step-forward:before{
+    content:""}
+
+.fa-eject:before{
+    content:""}
+
+.fa-chevron-left:before{
+    content:""}
+
+.fa-chevron-right:before{
+    content:""}
+
+.fa-plus-circle:before{
+    content:""}
+
+.fa-minus-circle:before{
+    content:""}
+
+.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{
+    content:""}
+
+.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{
+    content:""}
+
+.fa-question-circle:before{
+    content:""}
+
+.fa-info-circle:before{
+    content:""}
+
+.fa-crosshairs:before{
+    content:""}
+
+.fa-times-circle-o:before{
+    content:""}
+
+.fa-check-circle-o:before{
+    content:""}
+
+.fa-ban:before{
+    content:""}
+
+.fa-arrow-left:before{
+    content:""}
+
+.fa-arrow-right:before{
+    content:""}
+
+.fa-arrow-up:before{
+    content:""}
+
+.fa-arrow-down:before{
+    content:""}
+
+.fa-mail-forward:before,.fa-share:before{
+    content:""}
+
+.fa-expand:before{
+    content:""}
+
+.fa-compress:before{
+    content:""}
+
+.fa-plus:before{
+    content:""}
+
+.fa-minus:before{
+    content:""}
+
+.fa-asterisk:before{
+    content:""}
+
+.fa-exclamation-circle:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.rst-content .admonition-title:before{
+    content:""}
+
+.fa-gift:before{
+    content:""}
+
+.fa-leaf:before{
+    content:""}
+
+.fa-fire:before,.icon-fire:before{
+    content:""}
+
+.fa-eye:before{
+    content:""}
+
+.fa-eye-slash:before{
+    content:""}
+
+.fa-warning:before,.fa-exclamation-triangle:before{
+    content:""}
+
+.fa-plane:before{
+    content:""}
+
+.fa-calendar:before{
+    content:""}
+
+.fa-random:before{
+    content:""}
+
+.fa-comment:before{
+    content:""}
+
+.fa-magnet:before{
+    content:""}
+
+.fa-chevron-up:before{
+    content:""}
+
+.fa-chevron-down:before{
+    content:""}
+
+.fa-retweet:before{
+    content:""}
+
+.fa-shopping-cart:before{
+    content:""}
+
+.fa-folder:before{
+    content:""}
+
+.fa-folder-open:before{
+    content:""}
+
+.fa-arrows-v:before{
+    content:""}
+
+.fa-arrows-h:before{
+    content:""}
+
+.fa-bar-chart-o:before{
+    content:"ï‚€"}
+
+.fa-twitter-square:before{
+    content:""}
+
+.fa-facebook-square:before{
+    content:"ï‚‚"}
+
+.fa-camera-retro:before{
+    content:""}
+
+.fa-key:before{
+    content:"ï‚„"}
+
+.fa-gears:before,.fa-cogs:before{
+    content:"ï‚…"}
+
+.fa-comments:before{
+    content:""}
+
+.fa-thumbs-o-up:before{
+    content:""}
+
+.fa-thumbs-o-down:before{
+    content:""}
+
+.fa-star-half:before{
+    content:""}
+
+.fa-heart-o:before{
+    content:""}
+
+.fa-sign-out:before{
+    content:"ï‚‹"}
+
+.fa-linkedin-square:before{
+    content:""}
+
+.fa-thumb-tack:before{
+    content:""}
+
+.fa-external-link:before{
+    content:""}
+
+.fa-sign-in:before{
+    content:""}
+
+.fa-trophy:before{
+    content:"ï‚‘"}
+
+.fa-github-square:before{
+    content:"ï‚’"}
+
+.fa-upload:before{
+    content:"ï‚“"}
+
+.fa-lemon-o:before{
+    content:"ï‚”"}
+
+.fa-phone:before{
+    content:"ï‚•"}
+
+.fa-square-o:before{
+    content:"ï‚–"}
+
+.fa-bookmark-o:before{
+    content:"ï‚—"}
+
+.fa-phone-square:before{
+    content:""}
+
+.fa-twitter:before{
+    content:"ï‚™"}
+
+.fa-facebook:before{
+    content:""}
+
+.fa-github:before,.icon-github:before{
+    content:"ï‚›"}
+
+.fa-unlock:before{
+    content:""}
+
+.fa-credit-card:before{
+    content:""}
+
+.fa-rss:before{
+    content:""}
+
+.fa-hdd-o:before{
+    content:"ï‚ "}
+
+.fa-bullhorn:before{
+    content:"ï‚¡"}
+
+.fa-bell:before{
+    content:""}
+
+.fa-certificate:before{
+    content:"ï‚£"}
+
+.fa-hand-o-right:before{
+    content:""}
+
+.fa-hand-o-left:before{
+    content:"ï‚¥"}
+
+.fa-hand-o-up:before{
+    content:""}
+
+.fa-hand-o-down:before{
+    content:"ï‚§"}
+
+.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{
+    content:""}
+
+.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{
+    content:"ï‚©"}
+
+.fa-arrow-circle-up:before{
+    content:""}
+
+.fa-arrow-circle-down:before{
+    content:"ï‚«"}
+
+.fa-globe:before{
+    content:""}
+
+.fa-wrench:before{
+    content:"ï‚­"}
+
+.fa-tasks:before{
+    content:"ï‚®"}
+
+.fa-filter:before{
+    content:"ï‚°"}
+
+.fa-briefcase:before{
+    content:""}
+
+.fa-arrows-alt:before{
+    content:""}
+
+.fa-group:before,.fa-users:before{
+    content:""}
+
+.fa-chain:before,.fa-link:before,.icon-link:before{
+    content:""}
+
+.fa-cloud:before{
+    content:""}
+
+.fa-flask:before{
+    content:""}
+
+.fa-cut:before,.fa-scissors:before{
+    content:""}
+
+.fa-copy:before,.fa-files-o:before{
+    content:""}
+
+.fa-paperclip:before{
+    content:""}
+
+.fa-save:before,.fa-floppy-o:before{
+    content:""}
+
+.fa-square:before{
+    content:""}
+
+.fa-navicon:before,.fa-reorder:before,.fa-bars:before{
+    content:""}
+
+.fa-list-ul:before{
+    content:""}
+
+.fa-list-ol:before{
+    content:""}
+
+.fa-strikethrough:before{
+    content:""}
+
+.fa-underline:before{
+    content:""}
+
+.fa-table:before{
+    content:""}
+
+.fa-magic:before{
+    content:""}
+
+.fa-truck:before{
+    content:""}
+
+.fa-pinterest:before{
+    content:""}
+
+.fa-pinterest-square:before{
+    content:""}
+
+.fa-google-plus-square:before{
+    content:""}
+
+.fa-google-plus:before{
+    content:""}
+
+.fa-money:before{
+    content:""}
+
+.fa-caret-down:before,.wy-dropdown .caret:before,.icon-caret-down:before{
+    content:""}
+
+.fa-caret-up:before{
+    content:""}
+
+.fa-caret-left:before{
+    content:""}
+
+.fa-caret-right:before{
+    content:""}
+
+.fa-columns:before{
+    content:""}
+
+.fa-unsorted:before,.fa-sort:before{
+    content:""}
+
+.fa-sort-down:before,.fa-sort-desc:before{
+    content:""}
+
+.fa-sort-up:before,.fa-sort-asc:before{
+    content:""}
+
+.fa-envelope:before{
+    content:""}
+
+.fa-linkedin:before{
+    content:""}
+
+.fa-rotate-left:before,.fa-undo:before{
+    content:""}
+
+.fa-legal:before,.fa-gavel:before{
+    content:""}
+
+.fa-dashboard:before,.fa-tachometer:before{
+    content:""}
+
+.fa-comment-o:before{
+    content:""}
+
+.fa-comments-o:before{
+    content:""}
+
+.fa-flash:before,.fa-bolt:before{
+    content:""}
+
+.fa-sitemap:before{
+    content:""}
+
+.fa-umbrella:before{
+    content:""}
+
+.fa-paste:before,.fa-clipboard:before{
+    content:""}
+
+.fa-lightbulb-o:before{
+    content:""}
+
+.fa-exchange:before{
+    content:""}
+
+.fa-cloud-download:before{
+    content:""}
+
+.fa-cloud-upload:before{
+    content:""}
+
+.fa-user-md:before{
+    content:""}
+
+.fa-stethoscope:before{
+    content:""}
+
+.fa-suitcase:before{
+    content:""}
+
+.fa-bell-o:before{
+    content:"ï‚¢"}
+
+.fa-coffee:before{
+    content:""}
+
+.fa-cutlery:before{
+    content:""}
+
+.fa-file-text-o:before{
+    content:""}
+
+.fa-building-o:before{
+    content:""}
+
+.fa-hospital-o:before{
+    content:""}
+
+.fa-ambulance:before{
+    content:""}
+
+.fa-medkit:before{
+    content:""}
+
+.fa-fighter-jet:before{
+    content:""}
+
+.fa-beer:before{
+    content:""}
+
+.fa-h-square:before{
+    content:""}
+
+.fa-plus-square:before{
+    content:""}
+
+.fa-angle-double-left:before{
+    content:"ï„€"}
+
+.fa-angle-double-right:before{
+    content:""}
+
+.fa-angle-double-up:before{
+    content:"ï„‚"}
+
+.fa-angle-double-down:before{
+    content:""}
+
+.fa-angle-left:before{
+    content:"ï„„"}
+
+.fa-angle-right:before{
+    content:"ï„…"}
+
+.fa-angle-up:before{
+    content:""}
+
+.fa-angle-down:before{
+    content:""}
+
+.fa-desktop:before{
+    content:""}
+
+.fa-laptop:before{
+    content:""}
+
+.fa-tablet:before{
+    content:""}
+
+.fa-mobile-phone:before,.fa-mobile:before{
+    content:"ï„‹"}
+
+.fa-circle-o:before{
+    content:""}
+
+.fa-quote-left:before{
+    content:""}
+
+.fa-quote-right:before{
+    content:""}
+
+.fa-spinner:before{
+    content:""}
+
+.fa-circle:before{
+    content:"ï„‘"}
+
+.fa-mail-reply:before,.fa-reply:before{
+    content:"ï„’"}
+
+.fa-github-alt:before{
+    content:"ï„“"}
+
+.fa-folder-o:before{
+    content:"ï„”"}
+
+.fa-folder-open-o:before{
+    content:"ï„•"}
+
+.fa-smile-o:before{
+    content:""}
+
+.fa-frown-o:before{
+    content:"ï„™"}
+
+.fa-meh-o:before{
+    content:""}
+
+.fa-gamepad:before{
+    content:"ï„›"}
+
+.fa-keyboard-o:before{
+    content:""}
+
+.fa-flag-o:before{
+    content:""}
+
+.fa-flag-checkered:before{
+    content:""}
+
+.fa-terminal:before{
+    content:"ï„ "}
+
+.fa-code:before{
+    content:"ï„¡"}
+
+.fa-mail-reply-all:before,.fa-reply-all:before{
+    content:"ï„¢"}
+
+.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
+    content:"ï„£"}
+
+.fa-location-arrow:before{
+    content:""}
+
+.fa-crop:before{
+    content:"ï„¥"}
+
+.fa-code-fork:before{
+    content:""}
+
+.fa-unlink:before,.fa-chain-broken:before{
+    content:"ï„§"}
+
+.fa-question:before{
+    content:""}
+
+.fa-info:before{
+    content:"ï„©"}
+
+.fa-exclamation:before{
+    content:""}
+
+.fa-superscript:before{
+    content:"ï„«"}
+
+.fa-subscript:before{
+    content:""}
+
+.fa-eraser:before{
+    content:"ï„­"}
+
+.fa-puzzle-piece:before{
+    content:"ï„®"}
+
+.fa-microphone:before{
+    content:"ï„°"}
+
+.fa-microphone-slash:before{
+    content:""}
+
+.fa-shield:before{
+    content:""}
+
+.fa-calendar-o:before{
+    content:""}
+
+.fa-fire-extinguisher:before{
+    content:"ï„´"}
+
+.fa-rocket:before{
+    content:""}
+
+.fa-maxcdn:before{
+    content:"ï„¶"}
+
+.fa-chevron-circle-left:before{
+    content:"ï„·"}
+
+.fa-chevron-circle-right:before{
+    content:""}
+
+.fa-chevron-circle-up:before{
+    content:""}
+
+.fa-chevron-circle-down:before{
+    content:""}
+
+.fa-html5:before{
+    content:"ï„»"}
+
+.fa-css3:before{
+    content:""}
+
+.fa-anchor:before{
+    content:""}
+
+.fa-unlock-alt:before{
+    content:""}
+
+.fa-bullseye:before{
+    content:"ï…€"}
+
+.fa-ellipsis-h:before{
+    content:""}
+
+.fa-ellipsis-v:before{
+    content:"ï…‚"}
+
+.fa-rss-square:before{
+    content:"ï…ƒ"}
+
+.fa-play-circle:before{
+    content:"ï…„"}
+
+.fa-ticket:before{
+    content:"ï……"}
+
+.fa-minus-square:before{
+    content:"ï…†"}
+
+.fa-minus-square-o:before{
+    content:"ï…‡"}
+
+.fa-level-up:before{
+    content:"ï…ˆ"}
+
+.fa-level-down:before{
+    content:"ï…‰"}
+
+.fa-check-square:before{
+    content:"ï…Š"}
+
+.fa-pencil-square:before{
+    content:"ï…‹"}
+
+.fa-external-link-square:before{
+    content:""}
+
+.fa-share-square:before{
+    content:""}
+
+.fa-compass:before{
+    content:"ï…Ž"}
+
+.fa-toggle-down:before,.fa-caret-square-o-down:before{
+    content:""}
+
+.fa-toggle-up:before,.fa-caret-square-o-up:before{
+    content:"ï…‘"}
+
+.fa-toggle-right:before,.fa-caret-square-o-right:before{
+    content:"ï…’"}
+
+.fa-euro:before,.fa-eur:before{
+    content:"ï…“"}
+
+.fa-gbp:before{
+    content:"ï…”"}
+
+.fa-dollar:before,.fa-usd:before{
+    content:"ï…•"}
+
+.fa-rupee:before,.fa-inr:before{
+    content:"ï…–"}
+
+.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{
+    content:"ï…—"}
+
+.fa-ruble:before,.fa-rouble:before,.fa-rub:before{
+    content:"ï…˜"}
+
+.fa-won:before,.fa-krw:before{
+    content:"ï…™"}
+
+.fa-bitcoin:before,.fa-btc:before{
+    content:"ï…š"}
+
+.fa-file:before{
+    content:"ï…›"}
+
+.fa-file-text:before{
+    content:""}
+
+.fa-sort-alpha-asc:before{
+    content:""}
+
+.fa-sort-alpha-desc:before{
+    content:"ï…ž"}
+
+.fa-sort-amount-asc:before{
+    content:"ï… "}
+
+.fa-sort-amount-desc:before{
+    content:"ï…¡"}
+
+.fa-sort-numeric-asc:before{
+    content:"ï…¢"}
+
+.fa-sort-numeric-desc:before{
+    content:"ï…£"}
+
+.fa-thumbs-up:before{
+    content:"ï…¤"}
+
+.fa-thumbs-down:before{
+    content:"ï…¥"}
+
+.fa-youtube-square:before{
+    content:"ï…¦"}
+
+.fa-youtube:before{
+    content:"ï…§"}
+
+.fa-xing:before{
+    content:"ï…¨"}
+
+.fa-xing-square:before{
+    content:"ï…©"}
+
+.fa-youtube-play:before{
+    content:"ï…ª"}
+
+.fa-dropbox:before{
+    content:"ï…«"}
+
+.fa-stack-overflow:before{
+    content:"ï…¬"}
+
+.fa-instagram:before{
+    content:"ï…­"}
+
+.fa-flickr:before{
+    content:"ï…®"}
+
+.fa-adn:before{
+    content:"ï…°"}
+
+.fa-bitbucket:before,.icon-bitbucket:before{
+    content:"ï…±"}
+
+.fa-bitbucket-square:before{
+    content:"ï…²"}
+
+.fa-tumblr:before{
+    content:"ï…³"}
+
+.fa-tumblr-square:before{
+    content:"ï…´"}
+
+.fa-long-arrow-down:before{
+    content:"ï…µ"}
+
+.fa-long-arrow-up:before{
+    content:"ï…¶"}
+
+.fa-long-arrow-left:before{
+    content:"ï…·"}
+
+.fa-long-arrow-right:before{
+    content:"ï…¸"}
+
+.fa-apple:before{
+    content:"ï…¹"}
+
+.fa-windows:before{
+    content:"ï…º"}
+
+.fa-android:before{
+    content:"ï…»"}
+
+.fa-linux:before{
+    content:"ï…¼"}
+
+.fa-dribbble:before{
+    content:"ï…½"}
+
+.fa-skype:before{
+    content:"ï…¾"}
+
+.fa-foursquare:before{
+    content:""}
+
+.fa-trello:before{
+    content:""}
+
+.fa-female:before{
+    content:""}
+
+.fa-male:before{
+    content:""}
+
+.fa-gittip:before{
+    content:""}
+
+.fa-sun-o:before{
+    content:""}
+
+.fa-moon-o:before{
+    content:""}
+
+.fa-archive:before{
+    content:""}
+
+.fa-bug:before{
+    content:""}
+
+.fa-vk:before{
+    content:""}
+
+.fa-weibo:before{
+    content:""}
+
+.fa-renren:before{
+    content:""}
+
+.fa-pagelines:before{
+    content:""}
+
+.fa-stack-exchange:before{
+    content:""}
+
+.fa-arrow-circle-o-right:before{
+    content:""}
+
+.fa-arrow-circle-o-left:before{
+    content:""}
+
+.fa-toggle-left:before,.fa-caret-square-o-left:before{
+    content:""}
+
+.fa-dot-circle-o:before{
+    content:""}
+
+.fa-wheelchair:before{
+    content:""}
+
+.fa-vimeo-square:before{
+    content:""}
+
+.fa-turkish-lira:before,.fa-try:before{
+    content:""}
+
+.fa-plus-square-o:before{
+    content:""}
+
+.fa-space-shuttle:before{
+    content:""}
+
+.fa-slack:before{
+    content:""}
+
+.fa-envelope-square:before{
+    content:""}
+
+.fa-wordpress:before{
+    content:""}
+
+.fa-openid:before{
+    content:""}
+
+.fa-institution:before,.fa-bank:before,.fa-university:before{
+    content:""}
+
+.fa-mortar-board:before,.fa-graduation-cap:before{
+    content:""}
+
+.fa-yahoo:before{
+    content:""}
+
+.fa-google:before{
+    content:""}
+
+.fa-reddit:before{
+    content:""}
+
+.fa-reddit-square:before{
+    content:""}
+
+.fa-stumbleupon-circle:before{
+    content:""}
+
+.fa-stumbleupon:before{
+    content:""}
+
+.fa-delicious:before{
+    content:""}
+
+.fa-digg:before{
+    content:""}
+
+.fa-pied-piper-square:before,.fa-pied-piper:before{
+    content:""}
+
+.fa-pied-piper-alt:before{
+    content:""}
+
+.fa-drupal:before{
+    content:""}
+
+.fa-joomla:before{
+    content:""}
+
+.fa-language:before{
+    content:""}
+
+.fa-fax:before{
+    content:""}
+
+.fa-building:before{
+    content:""}
+
+.fa-child:before{
+    content:""}
+
+.fa-paw:before{
+    content:""}
+
+.fa-spoon:before{
+    content:""}
+
+.fa-cube:before{
+    content:""}
+
+.fa-cubes:before{
+    content:""}
+
+.fa-behance:before{
+    content:""}
+
+.fa-behance-square:before{
+    content:""}
+
+.fa-steam:before{
+    content:""}
+
+.fa-steam-square:before{
+    content:""}
+
+.fa-recycle:before{
+    content:""}
+
+.fa-automobile:before,.fa-car:before{
+    content:""}
+
+.fa-cab:before,.fa-taxi:before{
+    content:""}
+
+.fa-tree:before{
+    content:""}
+
+.fa-spotify:before{
+    content:""}
+
+.fa-deviantart:before{
+    content:""}
+
+.fa-soundcloud:before{
+    content:""}
+
+.fa-database:before{
+    content:""}
+
+.fa-file-pdf-o:before{
+    content:""}
+
+.fa-file-word-o:before{
+    content:""}
+
+.fa-file-excel-o:before{
+    content:""}
+
+.fa-file-powerpoint-o:before{
+    content:""}
+
+.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{
+    content:""}
+
+.fa-file-zip-o:before,.fa-file-archive-o:before{
+    content:""}
+
+.fa-file-sound-o:before,.fa-file-audio-o:before{
+    content:""}
+
+.fa-file-movie-o:before,.fa-file-video-o:before{
+    content:""}
+
+.fa-file-code-o:before{
+    content:""}
+
+.fa-vine:before{
+    content:""}
+
+.fa-codepen:before{
+    content:""}
+
+.fa-jsfiddle:before{
+    content:""}
+
+.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{
+    content:""}
+
+.fa-circle-o-notch:before{
+    content:""}
+
+.fa-ra:before,.fa-rebel:before{
+    content:""}
+
+.fa-ge:before,.fa-empire:before{
+    content:""}
+
+.fa-git-square:before{
+    content:""}
+
+.fa-git:before{
+    content:""}
+
+.fa-hacker-news:before{
+    content:""}
+
+.fa-tencent-weibo:before{
+    content:""}
+
+.fa-qq:before{
+    content:""}
+
+.fa-wechat:before,.fa-weixin:before{
+    content:""}
+
+.fa-send:before,.fa-paper-plane:before{
+    content:""}
+
+.fa-send-o:before,.fa-paper-plane-o:before{
+    content:""}
+
+.fa-history:before{
+    content:""}
+
+.fa-circle-thin:before{
+    content:""}
+
+.fa-header:before{
+    content:""}
+
+.fa-paragraph:before{
+    content:""}
+
+.fa-sliders:before{
+    content:""}
+
+.fa-share-alt:before{
+    content:""}
+
+.fa-share-alt-square:before{
+    content:""}
+
+.fa-bomb:before{
+    content:""}
+
+.fa,.rst-content .admonition-title,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content dl dt .headerlink,.icon,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context{
+    font-family:inherit}
+
+.fa:before,.rst-content .admonition-title:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content dl dt .headerlink:before,.icon:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before{
+    font-family:"FontAwesome";
+    display:inline-block;
+    font-style:normal;
+    font-weight:normal;
+    line-height:1;
+    text-decoration:inherit}
+
+a .fa,a .rst-content .admonition-title,.rst-content a .admonition-title,a .rst-content h1 .headerlink,.rst-content h1 a .headerlink,a .rst-content h2 .headerlink,.rst-content h2 a .headerlink,a .rst-content h3 .headerlink,.rst-content h3 a .headerlink,a .rst-content h4 .headerlink,.rst-content h4 a .headerlink,a .rst-content h5 .headerlink,.rst-content h5 a .headerlink,a .rst-content h6 .headerlink,.rst-content h6 a .headerlink,a .rst-content dl dt .headerlink,.rst-content dl dt a .headerlink,a .icon{
+    display:inline-block;
+    text-decoration:inherit}
+
+.btn .fa,.btn .rst-content .admonition-title,.rst-content .btn .admonition-title,.btn .rst-content h1 .headerlink,.rst-content h1 .btn .headerlink,.btn .rst-content h2 .headerlink,.rst-content h2 .btn .headerlink,.btn .rst-content h3 .headerlink,.rst-content h3 .btn .headerlink,.btn .rst-content h4 .headerlink,.rst-content h4 .btn .headerlink,.btn .rst-content h5 .headerlink,.rst-content h5 .btn .headerlink,.btn .rst-content h6 .headerlink,.rst-content h6 .btn .headerlink,.btn .rst-content dl dt .headerlink,.rst-content dl dt .btn .headerlink,.btn .icon,.nav .fa,.nav .rst-content .admonition-title,.rst-content .nav .admonition-title,.nav .rst-content h1 .headerlink,.rst-content h1 .nav .headerlink,.nav .rst-content h2 .headerlink,.rst-content h2 .nav .headerlink,.nav .rst-content h3 .headerlink,.rst-content h3 .nav .headerlink,.nav .rst-content h4 .headerlink,.rst-content h4 .nav .headerlink,.nav .rst-content h5 .headerlink,.rst-content h5 .nav .headerlink,.nav .rst-content h6 .headerlink,.rst-content h6 .nav .headerlink,.nav .rst-content dl dt .headerlink,.rst-content dl dt .nav .headerlink,.nav .icon{
+    display:inline}
+
+.btn .fa.fa-large,.btn .rst-content .fa-large.admonition-title,.rst-content .btn .fa-large.admonition-title,.btn .rst-content h1 .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.btn .rst-content dl dt .fa-large.headerlink,.rst-content dl dt .btn .fa-large.headerlink,.btn .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .fa-large.admonition-title,.rst-content .nav .fa-large.admonition-title,.nav .rst-content h1 .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.nav .rst-content dl dt .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.nav .fa-large.icon{
+    line-height:0.9em}
+
+.btn .fa.fa-spin,.btn .rst-content .fa-spin.admonition-title,.rst-content .btn .fa-spin.admonition-title,.btn .rst-content h1 .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.btn .rst-content dl dt .fa-spin.headerlink,.rst-content dl dt .btn .fa-spin.headerlink,.btn .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .fa-spin.admonition-title,.rst-content .nav .fa-spin.admonition-title,.nav .rst-content h1 .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.nav .rst-content dl dt .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.nav .fa-spin.icon{
+    display:inline-block}
+
+.btn.fa:before,.rst-content .btn.admonition-title:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content dl dt .btn.headerlink:before,.btn.icon:before{
+    opacity:0.5;
+    -webkit-transition:opacity 0.05s ease-in;
+    -moz-transition:opacity 0.05s ease-in;
+    transition:opacity 0.05s ease-in}
+
+.btn.fa:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.btn.icon:hover:before{
+    opacity:1}
+
+.btn-mini .fa:before,.btn-mini .rst-content .admonition-title:before,.rst-content .btn-mini .admonition-title:before,.btn-mini .rst-content h1 .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.btn-mini .rst-content dl dt .headerlink:before,.rst-content dl dt .btn-mini .headerlink:before,.btn-mini .icon:before{
+    font-size:14px;
+    vertical-align:-15%}
+
+.wy-alert,.rst-content .note,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .warning,.rst-content .seealso,.rst-content .admonition-todo{
+    padding:12px;
+    line-height:24px;
+    margin-bottom:24px;
+    background:#e7f2fa}
+
+.wy-alert-title,.rst-content .admonition-title{
+    color:#fff;
+    font-weight:bold;
+    display:block;
+    color:#fff;
+    background:#6ab0de;
+    margin:-12px;
+    padding:6px 12px;
+    margin-bottom:12px}
+
+.wy-alert.wy-alert-danger,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.admonition-todo{
+    background:#fdf3f2}
+
+.wy-alert.wy-alert-danger .wy-alert-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .danger .wy-alert-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .danger .admonition-title,.rst-content .error .admonition-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title{
+    background:#f29f97}
+
+.wy-alert.wy-alert-warning,.rst-content .wy-alert-warning.note,.rst-content .attention,.rst-content .caution,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.tip,.rst-content .warning,.rst-content .wy-alert-warning.seealso,.rst-content .admonition-todo{
+    background:#ffedcc}
+
+.wy-alert.wy-alert-warning .wy-alert-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .attention .wy-alert-title,.rst-content .caution .wy-alert-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .admonition-todo .wy-alert-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .attention .admonition-title,.rst-content .caution .admonition-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .warning .admonition-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .admonition-todo .admonition-title{
+    background:#f0b37e}
+
+.wy-alert.wy-alert-info,.rst-content .note,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.rst-content .seealso,.rst-content .wy-alert-info.admonition-todo{
+    background:#e7f2fa}
+
+.wy-alert.wy-alert-info .wy-alert-title,.rst-content .note .wy-alert-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.rst-content .note .admonition-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .seealso .admonition-title,.rst-content .wy-alert-info.admonition-todo .admonition-title{
+    background:#6ab0de}
+
+.wy-alert.wy-alert-success,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.warning,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.admonition-todo{
+    background:#dbfaf4}
+
+.wy-alert.wy-alert-success .wy-alert-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .hint .wy-alert-title,.rst-content .important .wy-alert-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .hint .admonition-title,.rst-content .important .admonition-title,.rst-content .tip .admonition-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.admonition-todo .admonition-title{
+    background:#1abc9c}
+
+.wy-alert.wy-alert-neutral,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.admonition-todo{
+    background:#f3f6f6}
+
+.wy-alert.wy-alert-neutral .wy-alert-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .admonition-title{
+    color:#404040;
+    background:#e1e4e5}
+
+.wy-alert.wy-alert-neutral a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.admonition-todo a{
+    color:#2980B9}
+
+.wy-alert p:last-child,.rst-content .note p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.rst-content .seealso p:last-child,.rst-content .admonition-todo p:last-child{
+    margin-bottom:0}
+
+.wy-tray-container{
+    position:fixed;
+    bottom:0px;
+    left:0;
+    z-index:600}
+
+.wy-tray-container li{
+    display:block;
+    width:300px;
+    background:transparent;
+    color:#fff;
+    text-align:center;
+    box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);
+    padding:0 24px;
+    min-width:20%;
+    opacity:0;
+    height:0;
+    line-height:56px;
+    overflow:hidden;
+    -webkit-transition:all 0.3s ease-in;
+    -moz-transition:all 0.3s ease-in;
+    transition:all 0.3s ease-in}
+
+.wy-tray-container li.wy-tray-item-success{
+    background:#27AE60}
+
+.wy-tray-container li.wy-tray-item-info{
+    background:#2980B9}
+
+.wy-tray-container li.wy-tray-item-warning{
+    background:#E67E22}
+
+.wy-tray-container li.wy-tray-item-danger{
+    background:#E74C3C}
+
+.wy-tray-container li.on{
+    opacity:1;
+    height:56px}
+
+@media screen and (max-width: 768px){
+    .wy-tray-container{
+        bottom:auto;
+        top:0;
+        width:100%}
+
+    .wy-tray-container li{
+        width:100%}
+
+}
+
+button{
+    font-size:100%;
+    margin:0;
+    vertical-align:baseline;
+    *vertical-align:middle;
+    cursor:pointer;
+    line-height:normal;
+    -webkit-appearance:button;
+    *overflow:visible}
+
+button::-moz-focus-inner,input::-moz-focus-inner{
+                             border:0;
+                             padding:0}
+
+button[disabled]{
+    cursor:default}
+
+.btn{
+    display:inline-block;
+    border-radius:2px;
+    line-height:normal;
+    white-space:nowrap;
+    text-align:center;
+    cursor:pointer;
+    font-size:100%;
+    padding:6px 12px 8px 12px;
+    color:#fff;
+    border:1px solid rgba(0,0,0,0.1);
+    background-color:#27AE60;
+    text-decoration:none;
+    font-weight:normal;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    box-shadow:0px 1px 2px -1px rgba(255,255,255,0.5) inset,0px -2px 0px 0px rgba(0,0,0,0.1) inset;
+    outline-none:false;
+    vertical-align:middle;
+    *display:inline;
+    zoom:1;
+    -webkit-user-drag:none;
+    -webkit-user-select:none;
+    -moz-user-select:none;
+    -ms-user-select:none;
+    user-select:none;
+    -webkit-transition:all 0.1s linear;
+    -moz-transition:all 0.1s linear;
+    transition:all 0.1s linear}
+
+.btn-hover{
+    background:#2e8ece;
+    color:#fff}
+
+.btn:hover{
+    background:#2cc36b;
+    color:#fff}
+
+.btn:focus{
+    background:#2cc36b;
+    outline:0}
+
+.btn:active{
+    box-shadow:0px -1px 0px 0px rgba(0,0,0,0.05) inset,0px 2px 0px 0px rgba(0,0,0,0.1) inset;
+    padding:8px 12px 6px 12px}
+
+.btn:visited{
+    color:#fff}
+
+.btn:disabled{
+    background-image:none;
+    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
+    filter:alpha(opacity=40);
+    opacity:0.4;
+    cursor:not-allowed;
+    box-shadow:none}
+
+.btn-disabled{
+    background-image:none;
+    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
+    filter:alpha(opacity=40);
+    opacity:0.4;
+    cursor:not-allowed;
+    box-shadow:none}
+
+.btn-disabled:hover,.btn-disabled:focus,.btn-disabled:active{
+    background-image:none;
+    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
+    filter:alpha(opacity=40);
+    opacity:0.4;
+    cursor:not-allowed;
+    box-shadow:none}
+
+.btn::-moz-focus-inner{
+    padding:0;
+    border:0}
+
+.btn-small{
+    font-size:80%}
+
+.btn-info{
+    background-color:#2980B9 !important}
+
+.btn-info:hover{
+    background-color:#2e8ece !important}
+
+.btn-neutral{
+    background-color:#f3f6f6 !important;
+    color:#404040 !important}
+
+.btn-neutral:hover{
+    background-color:#e5ebeb !important;
+    color:#404040}
+
+.btn-neutral:visited{
+    color:#404040 !important}
+
+.btn-success{
+    background-color:#27AE60 !important}
+
+.btn-success:hover{
+    background-color:#295 !important}
+
+.btn-danger{
+    background-color:#E74C3C !important}
+
+.btn-danger:hover{
+    background-color:#ea6153 !important}
+
+.btn-warning{
+    background-color:#E67E22 !important}
+
+.btn-warning:hover{
+    background-color:#e98b39 !important}
+
+.btn-invert{
+    background-color:#222}
+
+.btn-invert:hover{
+    background-color:#2f2f2f !important}
+
+.btn-link{
+    background-color:transparent !important;
+    color:#2980B9;
+    box-shadow:none;
+    border-color:transparent !important}
+
+.btn-link:hover{
+    background-color:transparent !important;
+    color:#409ad5 !important;
+    box-shadow:none}
+
+.btn-link:active{
+    background-color:transparent !important;
+    color:#409ad5 !important;
+    box-shadow:none}
+
+.btn-link:visited{
+    color:#9B59B6}
+
+.wy-btn-group .btn,.wy-control .btn{
+    vertical-align:middle}
+
+.wy-btn-group{
+    margin-bottom:24px;
+    *zoom:1}
+
+.wy-btn-group:before,.wy-btn-group:after{
+    display:table;
+    content:""}
+
+.wy-btn-group:after{
+    clear:both}
+
+.wy-dropdown{
+    position:relative;
+    display:inline-block}
+
+.wy-dropdown-active .wy-dropdown-menu{
+    display:block}
+
+.wy-dropdown-menu{
+    position:absolute;
+    left:0;
+    display:none;
+    float:left;
+    top:100%;
+    min-width:100%;
+    background:#fcfcfc;
+    z-index:100;
+    border:solid 1px #cfd7dd;
+    box-shadow:0 2px 2px 0 rgba(0,0,0,0.1);
+    padding:12px}
+
+.wy-dropdown-menu>dd>a{
+    display:block;
+    clear:both;
+    color:#404040;
+    white-space:nowrap;
+    font-size:90%;
+    padding:0 12px;
+    cursor:pointer}
+
+.wy-dropdown-menu>dd>a:hover{
+    background:#2980B9;
+    color:#fff}
+
+.wy-dropdown-menu>dd.divider{
+    border-top:solid 1px #cfd7dd;
+    margin:6px 0}
+
+.wy-dropdown-menu>dd.search{
+    padding-bottom:12px}
+
+.wy-dropdown-menu>dd.search input[type="search"]{
+    width:100%}
+
+.wy-dropdown-menu>dd.call-to-action{
+    background:#e3e3e3;
+    text-transform:uppercase;
+    font-weight:500;
+    font-size:80%}
+
+.wy-dropdown-menu>dd.call-to-action:hover{
+    background:#e3e3e3}
+
+.wy-dropdown-menu>dd.call-to-action .btn{
+    color:#fff}
+
+.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{
+    bottom:100%;
+    top:auto;
+    left:auto;
+    right:0}
+
+.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{
+    background:#fcfcfc;
+    margin-top:2px}
+
+.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{
+    padding:6px 12px}
+
+.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{
+    background:#2980B9;
+    color:#fff}
+
+.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{
+    right:0;
+    text-align:right}
+
+.wy-dropdown-arrow:before{
+    content:" ";
+    border-bottom:5px solid #f5f5f5;
+    border-left:5px solid transparent;
+    border-right:5px solid transparent;
+    position:absolute;
+    display:block;
+    top:-4px;
+    left:50%;
+    margin-left:-3px}
+
+.wy-dropdown-arrow.wy-dropdown-arrow-left:before{
+    left:11px}
+
+.wy-form-stacked select{
+    display:block}
+
+.wy-form-aligned input,.wy-form-aligned textarea,.wy-form-aligned select,.wy-form-aligned .wy-help-inline,.wy-form-aligned label{
+    display:inline-block;
+    *display:inline;
+    *zoom:1;
+    vertical-align:middle}
+
+.wy-form-aligned .wy-control-group>label{
+    display:inline-block;
+    vertical-align:middle;
+    width:10em;
+    margin:6px 12px 0 0;
+    float:left}
+
+.wy-form-aligned .wy-control{
+    float:left}
+
+.wy-form-aligned .wy-control label{
+    display:block}
+
+.wy-form-aligned .wy-control select{
+    margin-top:6px}
+
+fieldset{
+    border:0;
+    margin:0;
+    padding:0}
+
+legend{
+    display:block;
+    width:100%;
+    border:0;
+    padding:0;
+    white-space:normal;
+    margin-bottom:24px;
+    font-size:150%;
+    *margin-left:-7px}
+
+label{
+    display:block;
+    margin:0 0 0.3125em 0;
+    color:#333;
+    font-size:90%}
+
+input,select,textarea{
+    font-size:100%;
+    margin:0;
+    vertical-align:baseline;
+    *vertical-align:middle}
+
+.wy-control-group{
+    margin-bottom:24px;
+    *zoom:1;
+    max-width:68em;
+    margin-left:auto;
+    margin-right:auto;
+    *zoom:1}
+
+.wy-control-group:before,.wy-control-group:after{
+    display:table;
+    content:""}
+
+.wy-control-group:after{
+    clear:both}
+
+.wy-control-group:before,.wy-control-group:after{
+    display:table;
+    content:""}
+
+.wy-control-group:after{
+    clear:both}
+
+.wy-control-group.wy-control-group-required>label:after{
+    content:" *";
+    color:#E74C3C}
+
+.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{
+    padding-bottom:12px}
+
+.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds select{
+    width:100%}
+
+.wy-control-group .wy-form-full input[type="text"],.wy-control-group .wy-form-full input[type="password"],.wy-control-group .wy-form-full input[type="email"],.wy-control-group .wy-form-full input[type="url"],.wy-control-group .wy-form-full input[type="date"],.wy-control-group .wy-form-full input[type="month"],.wy-control-group .wy-form-full input[type="time"],.wy-control-group .wy-form-full input[type="datetime"],.wy-control-group .wy-form-full input[type="datetime-local"],.wy-control-group .wy-form-full input[type="week"],.wy-control-group .wy-form-full input[type="number"],.wy-control-group .wy-form-full input[type="search"],.wy-control-group .wy-form-full input[type="tel"],.wy-control-group .wy-form-full input[type="color"],.wy-control-group .wy-form-halves input[type="text"],.wy-control-group .wy-form-halves input[type="password"],.wy-control-group .wy-form-halves input[type="email"],.wy-control-group .wy-form-halves input[type="url"],.wy-control-group .wy-form-halves input[type="date"],.wy-control-group .wy-form-halves input[type="month"],.wy-control-group .wy-form-halves input[type="time"],.wy-control-group .wy-form-halves input[type="datetime"],.wy-control-group .wy-form-halves input[type="datetime-local"],.wy-control-group .wy-form-halves input[type="week"],.wy-control-group .wy-form-halves input[type="number"],.wy-control-group .wy-form-halves input[type="search"],.wy-control-group .wy-form-halves input[type="tel"],.wy-control-group .wy-form-halves input[type="color"],.wy-control-group .wy-form-thirds input[type="text"],.wy-control-group .wy-form-thirds input[type="password"],.wy-control-group .wy-form-thirds input[type="email"],.wy-control-group .wy-form-thirds input[type="url"],.wy-control-group .wy-form-thirds input[type="date"],.wy-control-group .wy-form-thirds input[type="month"],.wy-control-group .wy-form-thirds input[type="time"],.wy-control-group .wy-form-thirds input[type="datetime"],.wy-control-group .wy-form-thirds input[type="datetime-local"],.wy-control-group .wy-form-thirds input[type="week"],.wy-control-group .wy-form-thirds input[type="number"],.wy-control-group .wy-form-thirds input[type="search"],.wy-control-group .wy-form-thirds input[type="tel"],.wy-control-group .wy-form-thirds input[type="color"]{
+    width:100%}
+
+.wy-control-group .wy-form-full{
+    float:left;
+    display:block;
+    margin-right:2.35765%;
+    width:100%;
+    margin-right:0}
+
+.wy-control-group .wy-form-full:last-child{
+    margin-right:0}
+
+.wy-control-group .wy-form-halves{
+    float:left;
+    display:block;
+    margin-right:2.35765%;
+    width:48.82117%}
+
+.wy-control-group .wy-form-halves:last-child{
+    margin-right:0}
+
+.wy-control-group .wy-form-halves:nth-of-type(2n){
+    margin-right:0}
+
+.wy-control-group .wy-form-halves:nth-of-type(2n+1){
+    clear:left}
+
+.wy-control-group .wy-form-thirds{
+    float:left;
+    display:block;
+    margin-right:2.35765%;
+    width:31.76157%}
+
+.wy-control-group .wy-form-thirds:last-child{
+    margin-right:0}
+
+.wy-control-group .wy-form-thirds:nth-of-type(3n){
+    margin-right:0}
+
+.wy-control-group .wy-form-thirds:nth-of-type(3n+1){
+    clear:left}
+
+.wy-control-group.wy-control-group-no-input .wy-control{
+    margin:6px 0 0 0;
+    font-size:90%}
+
+.wy-control-no-input{
+    display:inline-block;
+    margin:6px 0 0 0;
+    font-size:90%}
+
+.wy-control-group.fluid-input input[type="text"],.wy-control-group.fluid-input input[type="password"],.wy-control-group.fluid-input input[type="email"],.wy-control-group.fluid-input input[type="url"],.wy-control-group.fluid-input input[type="date"],.wy-control-group.fluid-input input[type="month"],.wy-control-group.fluid-input input[type="time"],.wy-control-group.fluid-input input[type="datetime"],.wy-control-group.fluid-input input[type="datetime-local"],.wy-control-group.fluid-input input[type="week"],.wy-control-group.fluid-input input[type="number"],.wy-control-group.fluid-input input[type="search"],.wy-control-group.fluid-input input[type="tel"],.wy-control-group.fluid-input input[type="color"]{
+    width:100%}
+
+.wy-form-message-inline{
+    display:inline-block;
+    padding-left:0.3em;
+    color:#666;
+    vertical-align:middle;
+    font-size:90%}
+
+.wy-form-message{
+    display:block;
+    color:#999;
+    font-size:70%;
+    margin-top:0.3125em;
+    font-style:italic}
+
+input{
+    line-height:normal}
+
+input[type="button"],input[type="reset"],input[type="submit"]{
+    -webkit-appearance:button;
+    cursor:pointer;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    *overflow:visible}
+
+input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],input[type="color"]{
+    -webkit-appearance:none;
+    padding:6px;
+    display:inline-block;
+    border:1px solid #ccc;
+    font-size:80%;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    box-shadow:inset 0 1px 3px #ddd;
+    border-radius:0;
+    -webkit-transition:border 0.3s linear;
+    -moz-transition:border 0.3s linear;
+    transition:border 0.3s linear}
+
+input[type="datetime-local"]{
+    padding:0.34375em 0.625em}
+
+input[disabled]{
+    cursor:default}
+
+input[type="checkbox"],input[type="radio"]{
+    -webkit-box-sizing:border-box;
+    -moz-box-sizing:border-box;
+    box-sizing:border-box;
+    padding:0;
+    margin-right:0.3125em;
+    *height:13px;
+    *width:13px}
+
+input[type="search"]{
+    -webkit-box-sizing:border-box;
+    -moz-box-sizing:border-box;
+    box-sizing:border-box}
+
+input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
+                                                       -webkit-appearance:none}
+
+input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus{
+                                                                                                                                                                                                                                                                                                                                                               outline:0;
+                                                                                                                                                                                                                                                                                                                                                               outline:thin dotted \9;
+                                                                                                                                                                                                                                                                                                                                                               border-color:#333}
+
+input.no-focus:focus{
+    border-color:#ccc !important}
+
+input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{
+                                                       outline:thin dotted #333;
+                                                       outline:1px auto #129FEA}
+
+input[type="text"][disabled],input[type="password"][disabled],input[type="email"][disabled],input[type="url"][disabled],input[type="date"][disabled],input[type="month"][disabled],input[type="time"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="week"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="color"][disabled]{
+    cursor:not-allowed;
+    background-color:#f3f6f6;
+    color:#cad2d3}
+
+input:focus:invalid,textarea:focus:invalid,select:focus:invalid{
+                                               color:#E74C3C;
+                                               border:1px solid #E74C3C}
+
+input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{
+                                                           border-color:#E74C3C}
+
+input[type="file"]:focus:invalid:focus,input[type="radio"]:focus:invalid:focus,input[type="checkbox"]:focus:invalid:focus{
+                                                                                   outline-color:#E74C3C}
+
+input.wy-input-large{
+    padding:12px;
+    font-size:100%}
+
+textarea{
+    overflow:auto;
+    vertical-align:top;
+    width:100%;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif}
+
+select,textarea{
+    padding:0.5em 0.625em;
+    display:inline-block;
+    border:1px solid #ccc;
+    font-size:80%;
+    box-shadow:inset 0 1px 3px #ddd;
+    -webkit-transition:border 0.3s linear;
+    -moz-transition:border 0.3s linear;
+    transition:border 0.3s linear}
+
+select{
+    border:1px solid #ccc;
+    background-color:#fff}
+
+select[multiple]{
+    height:auto}
+
+select:focus,textarea:focus{
+                 outline:0}
+
+select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{
+    cursor:not-allowed;
+    background-color:#fff;
+    color:#cad2d3;
+    border-color:transparent}
+
+.wy-checkbox,.wy-radio{
+    margin:6px 0;
+    color:#404040;
+    display:block}
+
+.wy-checkbox input,.wy-radio input{
+    vertical-align:baseline}
+
+.wy-form-message-inline{
+    display:inline-block;
+    *display:inline;
+    *zoom:1;
+    vertical-align:middle}
+
+.wy-input-prefix,.wy-input-suffix{
+    white-space:nowrap;
+    padding:6px}
+
+.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{
+    line-height:27px;
+    padding:0 8px;
+    display:inline-block;
+    font-size:80%;
+    background-color:#f3f6f6;
+    border:solid 1px #ccc;
+    color:#999}
+
+.wy-input-suffix .wy-input-context{
+    border-left:0}
+
+.wy-input-prefix .wy-input-context{
+    border-right:0}
+
+.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{
+    color:#E74C3C}
+
+.wy-control-group.wy-control-group-error input[type="text"],.wy-control-group.wy-control-group-error input[type="password"],.wy-control-group.wy-control-group-error input[type="email"],.wy-control-group.wy-control-group-error input[type="url"],.wy-control-group.wy-control-group-error input[type="date"],.wy-control-group.wy-control-group-error input[type="month"],.wy-control-group.wy-control-group-error input[type="time"],.wy-control-group.wy-control-group-error input[type="datetime"],.wy-control-group.wy-control-group-error input[type="datetime-local"],.wy-control-group.wy-control-group-error input[type="week"],.wy-control-group.wy-control-group-error input[type="number"],.wy-control-group.wy-control-group-error input[type="search"],.wy-control-group.wy-control-group-error input[type="tel"],.wy-control-group.wy-control-group-error input[type="color"]{
+    border:solid 1px #E74C3C}
+
+.wy-control-group.wy-control-group-error textarea{
+    border:solid 1px #E74C3C}
+
+.wy-inline-validate{
+    white-space:nowrap}
+
+.wy-inline-validate .wy-input-context{
+    padding:0.5em 0.625em;
+    display:inline-block;
+    font-size:80%}
+
+.wy-inline-validate.wy-inline-validate-success .wy-input-context{
+    color:#27AE60}
+
+.wy-inline-validate.wy-inline-validate-danger .wy-input-context{
+    color:#E74C3C}
+
+.wy-inline-validate.wy-inline-validate-warning .wy-input-context{
+    color:#E67E22}
+
+.wy-inline-validate.wy-inline-validate-info .wy-input-context{
+    color:#2980B9}
+
+.rotate-90{
+    -webkit-transform:rotate(90deg);
+    -moz-transform:rotate(90deg);
+    -ms-transform:rotate(90deg);
+    -o-transform:rotate(90deg);
+    transform:rotate(90deg)}
+
+.rotate-180{
+    -webkit-transform:rotate(180deg);
+    -moz-transform:rotate(180deg);
+    -ms-transform:rotate(180deg);
+    -o-transform:rotate(180deg);
+    transform:rotate(180deg)}
+
+.rotate-270{
+    -webkit-transform:rotate(270deg);
+    -moz-transform:rotate(270deg);
+    -ms-transform:rotate(270deg);
+    -o-transform:rotate(270deg);
+    transform:rotate(270deg)}
+
+.mirror{
+    -webkit-transform:scaleX(-1);
+    -moz-transform:scaleX(-1);
+    -ms-transform:scaleX(-1);
+    -o-transform:scaleX(-1);
+    transform:scaleX(-1)}
+
+.mirror.rotate-90{
+    -webkit-transform:scaleX(-1) rotate(90deg);
+    -moz-transform:scaleX(-1) rotate(90deg);
+    -ms-transform:scaleX(-1) rotate(90deg);
+    -o-transform:scaleX(-1) rotate(90deg);
+    transform:scaleX(-1) rotate(90deg)}
+
+.mirror.rotate-180{
+    -webkit-transform:scaleX(-1) rotate(180deg);
+    -moz-transform:scaleX(-1) rotate(180deg);
+    -ms-transform:scaleX(-1) rotate(180deg);
+    -o-transform:scaleX(-1) rotate(180deg);
+    transform:scaleX(-1) rotate(180deg)}
+
+.mirror.rotate-270{
+    -webkit-transform:scaleX(-1) rotate(270deg);
+    -moz-transform:scaleX(-1) rotate(270deg);
+    -ms-transform:scaleX(-1) rotate(270deg);
+    -o-transform:scaleX(-1) rotate(270deg);
+    transform:scaleX(-1) rotate(270deg)}
+
+@media only screen and (max-width: 480px){
+    .wy-form button[type="submit"]{
+        margin:0.7em 0 0}
+
+    .wy-form input[type="text"],.wy-form input[type="password"],.wy-form input[type="email"],.wy-form input[type="url"],.wy-form input[type="date"],.wy-form input[type="month"],.wy-form input[type="time"],.wy-form input[type="datetime"],.wy-form input[type="datetime-local"],.wy-form input[type="week"],.wy-form input[type="number"],.wy-form input[type="search"],.wy-form input[type="tel"],.wy-form input[type="color"]{
+        margin-bottom:0.3em;
+        display:block}
+
+    .wy-form label{
+        margin-bottom:0.3em;
+        display:block}
+
+    .wy-form input[type="password"],.wy-form input[type="email"],.wy-form input[type="url"],.wy-form input[type="date"],.wy-form input[type="month"],.wy-form input[type="time"],.wy-form input[type="datetime"],.wy-form input[type="datetime-local"],.wy-form input[type="week"],.wy-form input[type="number"],.wy-form input[type="search"],.wy-form input[type="tel"],.wy-form input[type="color"]{
+        margin-bottom:0}
+
+    .wy-form-aligned .wy-control-group label{
+        margin-bottom:0.3em;
+        text-align:left;
+        display:block;
+        width:100%}
+
+    .wy-form-aligned .wy-control{
+        margin:1.5em 0 0 0}
+
+    .wy-form .wy-help-inline,.wy-form-message-inline,.wy-form-message{
+        display:block;
+        font-size:80%;
+        padding:6px 0}
+
+}
+
+@media screen and (max-width: 768px){
+    .tablet-hide{
+        display:none}
+
+}
+
+@media screen and (max-width: 480px){
+    .mobile-hide{
+        display:none}
+
+}
+
+.float-left{
+    float:left}
+
+.float-right{
+    float:right}
+
+.full-width{
+    width:100%}
+
+.wy-table,.rst-content table.docutils,.rst-content table.field-list{
+    border-collapse:collapse;
+    border-spacing:0;
+    empty-cells:show;
+    margin-bottom:24px}
+
+.wy-table caption,.rst-content table.docutils caption,.rst-content table.field-list caption{
+    color:#000;
+    font:italic 85%/1 arial,sans-serif;
+    padding:1em 0;
+    text-align:center}
+
+.wy-table td,.rst-content table.docutils td,.rst-content table.field-list td,.wy-table th,.rst-content table.docutils th,.rst-content table.field-list th{
+    font-size:90%;
+    margin:0;
+    overflow:visible;
+    padding:8px 16px}
+
+.wy-table td:first-child,.rst-content table.docutils td:first-child,.rst-content table.field-list td:first-child,.wy-table th:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list th:first-child{
+    border-left-width:0}
+
+.wy-table thead,.rst-content table.docutils thead,.rst-content table.field-list thead{
+    color:#000;
+    text-align:left;
+    vertical-align:bottom;
+    white-space:nowrap}
+
+.wy-table thead th,.rst-content table.docutils thead th,.rst-content table.field-list thead th{
+    font-weight:bold;
+    border-bottom:solid 2px #e1e4e5}
+
+.wy-table td,.rst-content table.docutils td,.rst-content table.field-list td{
+    background-color:transparent;
+    vertical-align:middle}
+
+.wy-table td p,.rst-content table.docutils td p,.rst-content table.field-list td p{
+    line-height:18px}
+
+.wy-table td p:last-child,.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child{
+    margin-bottom:0}
+
+.wy-table .wy-table-cell-min,.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min{
+    width:1%;
+    padding-right:0}
+
+.wy-table .wy-table-cell-min input[type=checkbox],.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox],.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox]{
+    margin:0}
+
+.wy-table-secondary{
+    color:gray;
+    font-size:90%}
+
+.wy-table-tertiary{
+    color:gray;
+    font-size:80%}
+
+.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td,.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td{
+    background-color:#f3f6f6}
+
+.wy-table-backed{
+    background-color:#f3f6f6}
+
+.wy-table-bordered-all,.rst-content table.docutils{
+    border:1px solid #e1e4e5}
+
+.wy-table-bordered-all td,.rst-content table.docutils td{
+    border-bottom:1px solid #e1e4e5;
+    border-left:1px solid #e1e4e5}
+
+.wy-table-bordered-all tbody>tr:last-child td,.rst-content table.docutils tbody>tr:last-child td{
+    border-bottom-width:0}
+
+.wy-table-bordered{
+    border:1px solid #e1e4e5}
+
+.wy-table-bordered-rows td{
+    border-bottom:1px solid #e1e4e5}
+
+.wy-table-bordered-rows tbody>tr:last-child td{
+    border-bottom-width:0}
+
+.wy-table-horizontal tbody>tr:last-child td{
+    border-bottom-width:0}
+
+.wy-table-horizontal td,.wy-table-horizontal th{
+    border-width:0 0 1px 0;
+    border-bottom:1px solid #e1e4e5}
+
+.wy-table-horizontal tbody>tr:last-child td{
+    border-bottom-width:0}
+
+.wy-table-responsive{
+    margin-bottom:24px;
+    max-width:100%;
+    overflow:auto}
+
+.wy-table-responsive table{
+    margin-bottom:0 !important}
+
+.wy-table-responsive table td,.wy-table-responsive table th{
+    white-space:nowrap}
+
+a{
+    color:#2980B9;
+    text-decoration:none;
+    cursor:pointer}
+
+a:hover{
+    color:#3091d1}
+
+a:visited{
+    color:#9B59B6}
+
+html{
+    height:100%;
+    overflow-x:hidden}
+
+body{
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    font-weight:normal;
+    color:#404040;
+    min-height:100%;
+    overflow-x:hidden;
+    background:#edf0f2}
+
+.wy-text-left{
+    text-align:left}
+
+.wy-text-center{
+    text-align:center}
+
+.wy-text-right{
+    text-align:right}
+
+.wy-text-large{
+    font-size:120%}
+
+.wy-text-normal{
+    font-size:100%}
+
+.wy-text-small,small{
+    font-size:80%}
+
+.wy-text-strike{
+    text-decoration:line-through}
+
+.wy-text-warning{
+    color:#E67E22 !important}
+
+a.wy-text-warning:hover{
+    color:#eb9950 !important}
+
+.wy-text-info{
+    color:#2980B9 !important}
+
+a.wy-text-info:hover{
+    color:#409ad5 !important}
+
+.wy-text-success{
+    color:#27AE60 !important}
+
+a.wy-text-success:hover{
+    color:#36d278 !important}
+
+.wy-text-danger{
+    color:#E74C3C !important}
+
+a.wy-text-danger:hover{
+    color:#ed7669 !important}
+
+.wy-text-neutral{
+    color:#404040 !important}
+
+a.wy-text-neutral:hover{
+    color:#595959 !important}
+
+h1,h2,h3,h4,h5,h6,legend{
+    margin-top:0;
+    font-weight:700;
+    font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif}
+
+p{
+    line-height:24px;
+    margin:0;
+    font-size:16px;
+    margin-bottom:24px}
+
+h1{
+    font-size:175%}
+
+h2{
+    font-size:150%}
+
+h3{
+    font-size:125%}
+
+h4{
+    font-size:115%}
+
+h5{
+    font-size:110%}
+
+h6{
+    font-size:100%}
+
+hr{
+    display:block;
+    height:1px;
+    border:0;
+    border-top:1px solid #e1e4e5;
+    margin:24px 0;
+    padding:0}
+
+code,.rst-content tt{
+    white-space:nowrap;
+    max-width:100%;
+    background:#fff;
+    border:solid 1px #e1e4e5;
+    font-size:75%;
+    padding:0 5px;
+    font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    color:#E74C3C;
+    overflow-x:auto}
+
+code.code-large,.rst-content tt.code-large{
+    font-size:90%}
+
+.wy-plain-list-disc,.rst-content .section ul,.rst-content .toctree-wrapper ul,article ul{
+    list-style:disc;
+    line-height:24px;
+    margin-bottom:24px}
+
+.wy-plain-list-disc li,.rst-content .section ul li,.rst-content .toctree-wrapper ul li,article ul li{
+    list-style:disc;
+    margin-left:24px}
+
+.wy-plain-list-disc li p:last-child,.rst-content .section ul li p:last-child,.rst-content .toctree-wrapper ul li p:last-child,article ul li p:last-child{
+                                                                                                                                  margin-bottom:0}
+
+.wy-plain-list-disc li ul,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li ul,article ul li ul{
+    margin-bottom:0}
+
+.wy-plain-list-disc li li,.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,article ul li li{
+    list-style:circle}
+
+.wy-plain-list-disc li li li,.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,article ul li li li{
+    list-style:square}
+
+.wy-plain-list-disc li ol li,.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,article ul li ol li{
+    list-style:decimal}
+
+.wy-plain-list-decimal,.rst-content .section ol,.rst-content ol.arabic,article ol{
+    list-style:decimal;
+    line-height:24px;
+    margin-bottom:24px}
+
+.wy-plain-list-decimal li,.rst-content .section ol li,.rst-content ol.arabic li,article ol li{
+    list-style:decimal;
+    margin-left:24px}
+
+.wy-plain-list-decimal li p:last-child,.rst-content .section ol li p:last-child,.rst-content ol.arabic li p:last-child,article ol li p:last-child{
+                                                                                                                           margin-bottom:0}
+
+.wy-plain-list-decimal li ul,.rst-content .section ol li ul,.rst-content ol.arabic li ul,article ol li ul{
+    margin-bottom:0}
+
+.wy-plain-list-decimal li ul li,.rst-content .section ol li ul li,.rst-content ol.arabic li ul li,article ol li ul li{
+    list-style:disc}
+
+.codeblock-example{
+    border:1px solid #e1e4e5;
+    border-bottom:none;
+    padding:24px;
+    padding-top:48px;
+    font-weight:500;
+    background:#fff;
+    position:relative}
+
+.codeblock-example:after{
+    content:"Example";
+    position:absolute;
+    top:0px;
+    left:0px;
+    background:#9B59B6;
+    color:#fff;
+    padding:6px 12px}
+
+.codeblock-example.prettyprint-example-only{
+    border:1px solid #e1e4e5;
+    margin-bottom:24px}
+
+.codeblock,pre.literal-block,.rst-content .literal-block,.rst-content pre.literal-block,div[class^='highlight']{
+    border:1px solid #e1e4e5;
+    padding:0px;
+    overflow-x:auto;
+    background:#fff;
+    margin:1px 0 24px 0}
+
+.codeblock div[class^='highlight'],pre.literal-block div[class^='highlight'],.rst-content .literal-block div[class^='highlight'],div[class^='highlight'] div[class^='highlight']{
+    border:none;
+    background:none;
+    margin:0}
+
+div[class^='highlight'] td.code{
+    width:100%}
+
+.linenodiv pre{
+    border-right:solid 1px #e6e9ea;
+    margin:0;
+    padding:12px 12px;
+    font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    font-size:12px;
+    line-height:1.5;
+    color:#d9d9d9}
+
+div[class^='highlight'] pre{
+    white-space:pre;
+    margin:0;
+    padding:12px 12px;
+    font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    font-size:12px;
+    line-height:1.5;
+    display:block;
+    overflow:auto;
+    color:#404040}
+
+@media print{
+    .codeblock,pre.literal-block,.rst-content .literal-block,.rst-content pre.literal-block,div[class^='highlight'],div[class^='highlight'] pre{
+        white-space:pre-wrap}
+
+}
+
+.hll{
+    background-color:#ffc;
+    margin:0 -12px;
+    padding:0 12px;
+    display:block}
+
+.c{
+    color:#998;
+    font-style:italic}
+
+.err{
+    color:#a61717;
+    background-color:#e3d2d2}
+
+.k{
+    font-weight:bold}
+
+.o{
+    font-weight:bold}
+
+.cm{
+    color:#998;
+    font-style:italic}
+
+.cp{
+    color:#999;
+    font-weight:bold}
+
+.c1{
+    color:#998;
+    font-style:italic}
+
+.cs{
+    color:#999;
+    font-weight:bold;
+    font-style:italic}
+
+.gd{
+    color:#000;
+    background-color:#fdd}
+
+.gd .x{
+    color:#000;
+    background-color:#faa}
+
+.ge{
+    font-style:italic}
+
+.gr{
+    color:#a00}
+
+.gh{
+    color:#999}
+
+.gi{
+    color:#000;
+    background-color:#dfd}
+
+.gi .x{
+    color:#000;
+    background-color:#afa}
+
+.go{
+    color:#888}
+
+.gp{
+    color:#555}
+
+.gs{
+    font-weight:bold}
+
+.gu{
+    color:purple;
+    font-weight:bold}
+
+.gt{
+    color:#a00}
+
+.kc{
+    font-weight:bold}
+
+.kd{
+    font-weight:bold}
+
+.kn{
+    font-weight:bold}
+
+.kp{
+    font-weight:bold}
+
+.kr{
+    font-weight:bold}
+
+.kt{
+    color:#458;
+    font-weight:bold}
+
+.m{
+    color:#099}
+
+.s{
+    color:#d14}
+
+.n{
+    color:#333}
+
+.na{
+    color:teal}
+
+.nb{
+    color:#0086b3}
+
+.nc{
+    color:#458;
+    font-weight:bold}
+
+.no{
+    color:teal}
+
+.ni{
+    color:purple}
+
+.ne{
+    color:#900;
+    font-weight:bold}
+
+.nf{
+    color:#900;
+    font-weight:bold}
+
+.nn{
+    color:#555}
+
+.nt{
+    color:navy}
+
+.nv{
+    color:teal}
+
+.ow{
+    font-weight:bold}
+
+.w{
+    color:#bbb}
+
+.mf{
+    color:#099}
+
+.mh{
+    color:#099}
+
+.mi{
+    color:#099}
+
+.mo{
+    color:#099}
+
+.sb{
+    color:#d14}
+
+.sc{
+    color:#d14}
+
+.sd{
+    color:#d14}
+
+.s2{
+    color:#d14}
+
+.se{
+    color:#d14}
+
+.sh{
+    color:#d14}
+
+.si{
+    color:#d14}
+
+.sx{
+    color:#d14}
+
+.sr{
+    color:#009926}
+
+.s1{
+    color:#d14}
+
+.ss{
+    color:#990073}
+
+.bp{
+    color:#999}
+
+.vc{
+    color:teal}
+
+.vg{
+    color:teal}
+
+.vi{
+    color:teal}
+
+.il{
+    color:#099}
+
+.gc{
+    color:#999;
+    background-color:#EAF2F5}
+
+.wy-breadcrumbs li{
+    display:inline-block}
+
+.wy-breadcrumbs li.wy-breadcrumbs-aside{
+    float:right}
+
+.wy-breadcrumbs li a{
+    display:inline-block;
+    padding:5px}
+
+.wy-breadcrumbs li a:first-child{
+    padding-left:0}
+
+.wy-breadcrumbs-extra{
+    margin-bottom:0;
+    color:#b3b3b3;
+    font-size:80%;
+    display:inline-block}
+
+@media screen and (max-width: 480px){
+    .wy-breadcrumbs-extra{
+        display:none}
+
+    .wy-breadcrumbs li.wy-breadcrumbs-aside{
+        display:none}
+
+}
+
+@media print{
+    .wy-breadcrumbs li.wy-breadcrumbs-aside{
+        display:none}
+
+}
+
+.wy-affix{
+    position:fixed;
+    top:1.618em}
+
+.wy-menu a:hover{
+    text-decoration:none}
+
+.wy-menu-horiz{
+    *zoom:1}
+
+.wy-menu-horiz:before,.wy-menu-horiz:after{
+    display:table;
+    content:""}
+
+.wy-menu-horiz:after{
+    clear:both}
+
+.wy-menu-horiz ul,.wy-menu-horiz li{
+    display:inline-block}
+
+.wy-menu-horiz li:hover{
+    background:rgba(255,255,255,0.1)}
+
+.wy-menu-horiz li.divide-left{
+    border-left:solid 1px #404040}
+
+.wy-menu-horiz li.divide-right{
+    border-right:solid 1px #404040}
+
+.wy-menu-horiz a{
+    height:32px;
+    display:inline-block;
+    line-height:32px;
+    padding:0 16px}
+
+.wy-menu-vertical header{
+    height:32px;
+    display:inline-block;
+    line-height:32px;
+    padding:0 1.618em;
+    display:block;
+    font-weight:bold;
+    text-transform:uppercase;
+    font-size:80%;
+    color:#2980B9;
+    white-space:nowrap}
+
+.wy-menu-vertical ul{
+    margin-bottom:0}
+
+.wy-menu-vertical li.divide-top{
+    border-top:solid 1px #404040}
+
+.wy-menu-vertical li.divide-bottom{
+    border-bottom:solid 1px #404040}
+
+.wy-menu-vertical li.current{
+    background:#e3e3e3}
+
+.wy-menu-vertical li.current a{
+    color:gray;
+    border-right:solid 1px #c9c9c9;
+    padding:0.4045em 2.427em}
+
+.wy-menu-vertical li.current a:hover{
+    background:#d6d6d6}
+
+.wy-menu-vertical li.on a,.wy-menu-vertical li.current>a{
+    color:#404040;
+    padding:0.4045em 1.618em;
+    font-weight:bold;
+    position:relative;
+    background:#fcfcfc;
+    border:none;
+    border-bottom:solid 1px #c9c9c9;
+    border-top:solid 1px #c9c9c9;
+    padding-left:1.618em -4px}
+
+.wy-menu-vertical li.on a:hover,.wy-menu-vertical li.current>a:hover{
+    background:#fcfcfc}
+
+.wy-menu-vertical li.toctree-l2.current>a{
+    background:#c9c9c9;
+    padding:0.4045em 2.427em}
+
+.wy-menu-vertical li.current ul{
+    display:block}
+
+.wy-menu-vertical li ul{
+    margin-bottom:0;
+    display:none}
+
+.wy-menu-vertical .local-toc li ul{
+    display:block}
+
+.wy-menu-vertical li ul li a{
+    margin-bottom:0;
+    color:#b3b3b3;
+    font-weight:normal}
+
+.wy-menu-vertical a{
+    display:inline-block;
+    line-height:18px;
+    padding:0.4045em 1.618em;
+    display:block;
+    position:relative;
+    font-size:90%;
+    color:#b3b3b3}
+
+.wy-menu-vertical a:hover{
+    background-color:#4e4a4a;
+    cursor:pointer}
+
+.wy-menu-vertical a:active{
+    background-color:#2980B9;
+    cursor:pointer;
+    color:#fff}
+
+.wy-side-nav-search{
+    z-index:200;
+    background-color:#2980B9;
+    text-align:center;
+    padding:0.809em;
+    display:block;
+    color:#fcfcfc;
+    margin-bottom:0.809em}
+
+.wy-side-nav-search input[type=text]{
+    width:100%;
+    border-radius:50px;
+    padding:6px 12px;
+    border-color:#2472a4}
+
+.wy-side-nav-search img{
+    display:block;
+    margin:auto auto 0.809em auto;
+    height:45px;
+    width:45px;
+    background-color:#2980B9;
+    padding:5px;
+    border-radius:100%}
+
+.wy-side-nav-search>a,.wy-side-nav-search .wy-dropdown>a{
+    color:#fcfcfc;
+    font-size:100%;
+    font-weight:bold;
+    display:inline-block;
+    padding:4px 6px;
+    margin-bottom:0.809em}
+
+.wy-side-nav-search>a:hover,.wy-side-nav-search .wy-dropdown>a:hover{
+    background:rgba(255,255,255,0.1)}
+
+.wy-nav .wy-menu-vertical header{
+    color:#2980B9}
+
+.wy-nav .wy-menu-vertical a{
+    color:#b3b3b3}
+
+.wy-nav .wy-menu-vertical a:hover{
+    background-color:#2980B9;
+    color:#fff}
+
+[data-menu-wrap]{
+    -webkit-transition:all 0.2s ease-in;
+    -moz-transition:all 0.2s ease-in;
+    transition:all 0.2s ease-in;
+    position:absolute;
+    opacity:1;
+    width:100%;
+    opacity:0}
+
+[data-menu-wrap].move-center{
+    left:0;
+    right:auto;
+    opacity:1}
+
+[data-menu-wrap].move-left{
+    right:auto;
+    left:-100%;
+    opacity:0}
+
+[data-menu-wrap].move-right{
+    right:-100%;
+    left:auto;
+    opacity:0}
+
+.wy-body-for-nav{
+    background:left repeat-y #fcfcfc;
+    background-image:url(data:image/png;
+                         base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxOERBMTRGRDBFMUUxMUUzODUwMkJCOThDMEVFNURFMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxOERBMTRGRTBFMUUxMUUzODUwMkJCOThDMEVFNURFMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE4REExNEZCMEUxRTExRTM4NTAyQkI5OEMwRUU1REUwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjE4REExNEZDMEUxRTExRTM4NTAyQkI5OEMwRUU1REUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EwrlwAAAAA5JREFUeNpiMDU0BAgwAAE2AJgB9BnaAAAAAElFTkSuQmCC);
+    background-size:300px 1px}
+
+.wy-grid-for-nav{
+    position:absolute;
+    width:100%;
+    height:100%}
+
+.wy-nav-side{
+    position:absolute;
+    top:0;
+    left:0;
+    width:300px;
+    overflow:hidden;
+    min-height:100%;
+    background:#343131;
+    z-index:200}
+
+.wy-nav-top{
+    display:none;
+    background:#2980B9;
+    color:#fff;
+    padding:0.4045em 0.809em;
+    position:relative;
+    line-height:50px;
+    text-align:center;
+    font-size:100%;
+    *zoom:1}
+
+.wy-nav-top:before,.wy-nav-top:after{
+    display:table;
+    content:""}
+
+.wy-nav-top:after{
+    clear:both}
+
+.wy-nav-top a{
+    color:#fff;
+    font-weight:bold}
+
+.wy-nav-top img{
+    margin-right:12px;
+    height:45px;
+    width:45px;
+    background-color:#2980B9;
+    padding:5px;
+    border-radius:100%}
+
+.wy-nav-top i{
+    font-size:30px;
+    float:left;
+    cursor:pointer}
+
+.wy-nav-content-wrap{
+    margin-left:300px;
+    background:#fcfcfc;
+    min-height:100%}
+
+.wy-nav-content{
+    padding:1.618em 3.236em;
+    height:100%;
+    max-width:800px;
+    margin:auto}
+
+.wy-body-mask{
+    position:fixed;
+    width:100%;
+    height:100%;
+    background:rgba(0,0,0,0.2);
+    display:none;
+    z-index:499}
+
+.wy-body-mask.on{
+    display:block}
+
+footer{
+    color:#999}
+
+footer p{
+    margin-bottom:12px}
+
+.rst-footer-buttons{
+    *zoom:1}
+
+.rst-footer-buttons:before,.rst-footer-buttons:after{
+    display:table;
+    content:""}
+
+.rst-footer-buttons:after{
+    clear:both}
+
+#search-results .search li{
+    margin-bottom:24px;
+    border-bottom:solid 1px #e1e4e5;
+    padding-bottom:24px}
+
+#search-results .search li:first-child{
+    border-top:solid 1px #e1e4e5;
+    padding-top:24px}
+
+#search-results .search li a{
+    font-size:120%;
+    margin-bottom:12px;
+    display:inline-block}
+
+#search-results .context{
+    color:gray;
+    font-size:90%}
+
+@media screen and (max-width: 768px){
+    .wy-body-for-nav{
+        background:#fcfcfc}
+
+    .wy-nav-top{
+        display:block}
+
+    .wy-nav-side{
+        left:-300px}
+
+    .wy-nav-side.shift{
+        width:85%;
+        left:0}
+
+    .wy-nav-content-wrap{
+        margin-left:0}
+
+    .wy-nav-content-wrap .wy-nav-content{
+        padding:1.618em}
+
+    .wy-nav-content-wrap.shift{
+        position:fixed;
+        min-width:100%;
+        left:85%;
+        top:0;
+        height:100%;
+        overflow:hidden}
+
+}
+
+@media screen and (min-width: 1400px){
+    .wy-nav-content-wrap{
+        background:rgba(0,0,0,0.05)}
+
+    .wy-nav-content{
+        margin:0;
+        background:#fcfcfc}
+
+}
+
+@media print{
+    .rst-versions,footer,.wy-nav-side{
+        display:none}
+
+    .wy-nav-content-wrap{
+        margin-left:0}
+
+}
+
+nav.stickynav{
+    position:fixed;
+    top:0}
+
+.rst-versions{
+    position:fixed;
+    bottom:0;
+    left:0;
+    width:300px;
+    color:#fcfcfc;
+    background:#1f1d1d;
+    border-top:solid 10px #343131;
+    font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+    z-index:400}
+
+.rst-versions a{
+    color:#2980B9;
+    text-decoration:none}
+
+.rst-versions .rst-badge-small{
+    display:none}
+
+.rst-versions .rst-current-version{
+    padding:12px;
+    background-color:#272525;
+    display:block;
+    text-align:right;
+    font-size:90%;
+    cursor:pointer;
+    color:#27AE60;
+    *zoom:1}
+
+.rst-versions .rst-current-version:before,.rst-versions .rst-current-version:after{
+    display:table;
+    content:""}
+
+.rst-versions .rst-current-version:after{
+    clear:both}
+
+.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .icon{
+    color:#fcfcfc}
+
+.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{
+    float:left}
+
+.rst-versions .rst-current-version .icon-book{
+    float:left}
+
+.rst-versions .rst-current-version.rst-out-of-date{
+    background-color:#E74C3C;
+    color:#fff}
+
+.rst-versions .rst-current-version.rst-active-old-version{
+    background-color:#F1C40F;
+    color:#000}
+
+.rst-versions.shift-up .rst-other-versions{
+    display:block}
+
+.rst-versions .rst-other-versions{
+    font-size:90%;
+    padding:12px;
+    color:gray;
+    display:none}
+
+.rst-versions .rst-other-versions hr{
+    display:block;
+    height:1px;
+    border:0;
+    margin:20px 0;
+    padding:0;
+    border-top:solid 1px #413d3d}
+
+.rst-versions .rst-other-versions dd{
+    display:inline-block;
+    margin:0}
+
+.rst-versions .rst-other-versions dd a{
+    display:inline-block;
+    padding:6px;
+    color:#fcfcfc}
+
+.rst-versions.rst-badge{
+    width:auto;
+    bottom:20px;
+    right:20px;
+    left:auto;
+    border:none;
+    max-width:300px}
+
+.rst-versions.rst-badge .icon-book{
+    float:none}
+
+.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{
+    float:none}
+
+.rst-versions.rst-badge.shift-up .rst-current-version{
+    text-align:right}
+
+.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{
+    float:left}
+
+.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{
+    float:left}
+
+.rst-versions.rst-badge .rst-current-version{
+    width:auto;
+    height:30px;
+    line-height:30px;
+    padding:0 6px;
+    display:block;
+    text-align:center}
+
+@media screen and (max-width: 768px){
+    .rst-versions{
+        width:85%;
+        display:none}
+
+    .rst-versions.shift{
+        display:block}
+
+    img{
+        width:100%;
+        height:auto}
+
+}
+
+.rst-content img{
+    max-width:100%;
+    height:auto !important}
+
+.rst-content div.figure{
+    margin-bottom:24px}
+
+.rst-content div.figure.align-center{
+    text-align:center}
+
+.rst-content .section>img,.rst-content .section>a>img{
+    margin-bottom:24px}
+
+.rst-content blockquote{
+    margin-left:24px;
+    line-height:24px;
+    margin-bottom:24px}
+
+.rst-content .note .last,.rst-content .attention .last,.rst-content .caution .last,.rst-content .danger .last,.rst-content .error .last,.rst-content .hint .last,.rst-content .important .last,.rst-content .tip .last,.rst-content .warning .last,.rst-content .seealso .last,.rst-content .admonition-todo .last{
+    margin-bottom:0}
+
+.rst-content .admonition-title:before{
+    margin-right:4px}
+
+.rst-content .admonition table{
+    border-color:rgba(0,0,0,0.1)}
+
+.rst-content .admonition table td,.rst-content .admonition table th{
+    background:transparent !important;
+    border-color:rgba(0,0,0,0.1) !important}
+
+.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha li{
+    list-style:lower-alpha}
+
+.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha li{
+    list-style:upper-alpha}
+
+.rst-content .section ol p,.rst-content .section ul p{
+    margin-bottom:12px}
+
+.rst-content .line-block{
+    margin-left:24px}
+
+.rst-content .topic-title{
+    font-weight:bold;
+    margin-bottom:12px}
+
+.rst-content .toc-backref{
+    color:#404040}
+
+.rst-content .align-right{
+    float:right;
+    margin:0px 0px 24px 24px}
+
+.rst-content .align-left{
+    float:left;
+    margin:0px 24px 24px 0px}
+
+.rst-content .align-center{
+    margin:auto;
+    display:block}
+
+.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content dl dt .headerlink{
+    display:none;
+    visibility:hidden;
+    font-size:14px}
+
+.rst-content h1 .headerlink:after,.rst-content h2 .headerlink:after,.rst-content h3 .headerlink:after,.rst-content h4 .headerlink:after,.rst-content h5 .headerlink:after,.rst-content h6 .headerlink:after,.rst-content dl dt .headerlink:after{
+    visibility:visible;
+    content:"";
+    font-family:FontAwesome;
+    display:inline-block}
+
+.rst-content h1:hover .headerlink,.rst-content h2:hover .headerlink,.rst-content h3:hover .headerlink,.rst-content h4:hover .headerlink,.rst-content h5:hover .headerlink,.rst-content h6:hover .headerlink,.rst-content dl dt:hover .headerlink{
+    display:inline-block}
+
+.rst-content .sidebar{
+    float:right;
+    width:40%;
+    display:block;
+    margin:0 0 24px 24px;
+    padding:24px;
+    background:#f3f6f6;
+    border:solid 1px #e1e4e5}
+
+.rst-content .sidebar p,.rst-content .sidebar ul,.rst-content .sidebar dl{
+    font-size:90%}
+
+.rst-content .sidebar .last{
+    margin-bottom:0}
+
+.rst-content .sidebar .sidebar-title{
+    display:block;
+    font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
+    font-weight:bold;
+    background:#e1e4e5;
+    padding:6px 12px;
+    margin:-24px;
+    margin-bottom:24px;
+    font-size:100%}
+
+.rst-content .highlighted{
+    background:#F1C40F;
+    display:inline-block;
+    font-weight:bold;
+    padding:0 6px}
+
+.rst-content .footnote-reference,.rst-content .citation-reference{
+    vertical-align:super;
+    font-size:90%}
+
+.rst-content table.docutils.citation,.rst-content table.docutils.footnote{
+    background:none;
+    border:none;
+    color:#999}
+
+.rst-content table.docutils.citation td,.rst-content table.docutils.citation tr,.rst-content table.docutils.footnote td,.rst-content table.docutils.footnote tr{
+    border:none;
+    background-color:transparent !important;
+    white-space:normal}
+
+.rst-content table.docutils.citation td.label,.rst-content table.docutils.footnote td.label{
+    padding-left:0;
+    padding-right:0;
+    vertical-align:top}
+
+.rst-content table.field-list{
+    border:none}
+
+.rst-content table.field-list td{
+    border:none;
+    padding-top:5px}
+
+.rst-content table.field-list td>strong{
+    display:inline-block;
+    margin-top:3px}
+
+.rst-content table.field-list .field-name{
+    padding-right:10px;
+    text-align:left;
+    white-space:nowrap}
+
+.rst-content table.field-list .field-body{
+    text-align:left;
+    padding-left:0}
+
+.rst-content tt{
+    color:#000}
+
+.rst-content tt big,.rst-content tt em{
+    font-size:100% !important;
+    line-height:normal}
+
+.rst-content tt .xref,a .rst-content tt{
+    font-weight:bold}
+
+.rst-content a tt{
+    color:#2980B9}
+
+.rst-content dl{
+    margin-bottom:24px}
+
+.rst-content dl dt{
+    font-weight:bold}
+
+.rst-content dl p,.rst-content dl table,.rst-content dl ul,.rst-content dl ol{
+    margin-bottom:12px !important}
+
+.rst-content dl dd{
+    margin:0 0 12px 24px}
+
+.rst-content dl:not(.docutils){
+    margin-bottom:24px}
+
+.rst-content dl:not(.docutils) dt{
+    display:inline-block;
+    margin:6px 0;
+    font-size:90%;
+    line-height:normal;
+    background:#e7f2fa;
+    color:#2980B9;
+    border-top:solid 3px #6ab0de;
+    padding:6px;
+    position:relative}
+
+.rst-content dl:not(.docutils) dt:before{
+    color:#6ab0de}
+
+.rst-content dl:not(.docutils) dt .headerlink{
+    color:#404040;
+    font-size:100% !important}
+
+.rst-content dl:not(.docutils) dl dt{
+    margin-bottom:6px;
+    border:none;
+    border-left:solid 3px #ccc;
+    background:#f0f0f0;
+    color:gray}
+
+.rst-content dl:not(.docutils) dl dt .headerlink{
+    color:#404040;
+    font-size:100% !important}
+
+.rst-content dl:not(.docutils) dt:first-child{
+    margin-top:0}
+
+.rst-content dl:not(.docutils) tt{
+    font-weight:bold}
+
+.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) tt.descclassname{
+    background-color:transparent;
+    border:none;
+    padding:0;
+    font-size:100% !important}
+
+.rst-content dl:not(.docutils) tt.descname{
+    font-weight:bold}
+
+.rst-content dl:not(.docutils) .optional{
+    display:inline-block;
+    padding:0 4px;
+    color:#000;
+    font-weight:bold}
+
+.rst-content dl:not(.docutils) .property{
+    display:inline-block;
+    padding-right:8px}
+
+.rst-content .viewcode-link,.rst-content .viewcode-back{
+    display:inline-block;
+    color:#27AE60;
+    font-size:80%;
+    padding-left:24px}
+
+.rst-content .viewcode-back{
+    display:block;
+    float:right}
+
+.rst-content p.rubric{
+    margin-bottom:12px;
+    font-weight:bold}
+
+@media screen and (max-width: 480px){
+    .rst-content .sidebar{
+        width:100%}
+
+}
+
+span[id*='MathJax-Span']{
+    color:#404040}
+
+.math{
+    text-align:center}
+
+
+/*# sourceMappingURL=theme.css.map */
diff --git a/doc/orgmode/css/worg.css b/doc/orgmode/css/worg.css
deleted file mode 100644
index 034fb09f5..000000000
--- a/doc/orgmode/css/worg.css
+++ /dev/null
@@ -1,1038 +0,0 @@
-@media all
-{
-  body {
-    font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
-    font-size: 14px;
-    line-height: 21px;
-    color: #333;
-
-    max-width: 800px;
-    margin: auto;
-    /* background-image: url(http://orgmode.org/worg-unicorn.png); */
-    /* background-position: 25px 5px; */
-    /* background-repeat: no-repeat; */
-    }
-    body #content {
-      padding-top: 70px;
-    }
-    body .title {
-      margin-left: 120px;
-    }
-
-  #org-div-home-and-up{
-      position: fixed;
-      right: 0;
-      top: 4em;
-  }
-
-  #site-map {
-    font-size: 10pt;
-    position: fixed;
-    left: 0em;
-    top: 0em;
-    background: white;
-    -webkit-box-shadow: 0 0 1em #777777;
-    -moz-box-shadow: 0 0 1em #777777;
-    -webkit-border-bottom-right-radius: 5px;
-    -moz-border-radius-bottomright: 5px;
-    text-align: right;
-    /* ensure doesn't flow off the screen when expanded */
-    max-height: 80%;
-    overflow: auto; }
-    #site-map h2 {
-	font-size: 10pt;
-      max-width: 9em;
-      font-weight: normal;
-      padding-left: 0.5em;
-      padding-left: 0.5em;
-      padding-top: 0.05em;
-      padding-bottom: 0.05em; }
-    #site-map #text-site-map {
-      text-align: left;
-      display: block;
-      padding: 0.5em;
-      margin-top: -1.5em; }
-    /* #site-map #text-site-map { */
-    /*   display: none; */
-    /*   text-align: left; } */
-    /* #site-map:hover #text-site-map { */
-    /*   display: block; */
-    /*   padding: 0.5em; */
-    /*   margin-top: -1.5em; } */
-
-  #blog-site-map {
-    font-size: 10pt;
-    position: fixed;
-    left: 0em;
-    top: 0em;
-    background: white;
-    -webkit-box-shadow: 0 0 1em #777777;
-    -moz-box-shadow: 0 0 1em #777777;
-    -webkit-border-bottom-right-radius: 5px;
-    -moz-border-radius-bottomright: 5px;
-    text-align: right;
-    /* ensure doesn't flow off the screen when expanded */
-    max-height: 80%;
-    overflow: auto; }
-    #blog-site-map h2 {
-      font-size: 10pt;
-      max-width: 9em;
-      font-weight: normal;
-      padding-left: 0.5em;
-      padding-left: 0.5em;
-      padding-top: 0.05em;
-      padding-bottom: 0.05em; }
-    #blog-site-map #text-blog-site-map {
-      text-align: left;
-      padding: 0.5em;
-      display: none;  }
-    #blog-site-map:hover #text-blog-site-map {
-      text-align: left;
-      display: block;
-      padding: 0.5em;
-      margin-top: -1.5em;
-    }
-    /* #site-map #text-site-map { */
-    /*   display: none; */
-    /*   text-align: left; } */
-    /* #site-map:hover #text-site-map { */
-    /*   display: block; */
-    /*   padding: 0.5em; */
-    /*   margin-top: -1.5em; } */
-
-  /* TOC inspired by http://jashkenas.github.com/coffee-script */
-  #table-of-contents {
-    font-size: 10pt;
-    position: fixed;
-    right: 1em;
-    top: 1em;
-    background: white;
-    -webkit-box-shadow: 0 0 1em #777777;
-    -moz-box-shadow: 0 0 1em #777777;
-    -webkit-border-bottom-left-radius: 5px;
-    -moz-border-radius-bottomleft: 5px;
-    text-align: right;
-    /* ensure doesn't flow off the screen when expanded */
-    max-height: 80%;
-    overflow: auto;
-    padding: 0.5em;
-}
-    #table-of-contents h2 {
-      font-size: 10pt;
-      max-width: 9em;
-      font-weight: normal;
-      padding-left: 0.5em;
-      padding-left: 0.5em;
-      padding-top: 0.05em;
-      padding-bottom: 0.05em; }
-    #table-of-contents #text-table-of-contents {
-      display: none;
-      text-align: left; }
-    #table-of-contents:hover #text-table-of-contents {
-      display: block;
-      padding: 0.5em;
-      margin-top: -1.5em; }
-
-  /* #license { */
-  /*   padding: .3em; */
-  /*   border: 1px solid gray; */
-  /*   background-color: #eeeeee; */
-  /* } */
-
-  h1 {
-/*
-    font-family:Sans;
-    font-weight:bold; */
-    /*font-size:2.5em;*/ /*LUKA*/
-    padding:0 0 30px 0;
-    margin-top: 10px;
-    margin-bottom: 10px;
-    margin-right: 7%;
-    margin-left: 0.6em; /*LUKA*/
-    /*color: #6C5D4F;*/
-    color: #58529f; /*LUKA*/
-  }
-
-  .outline-text-1 { /*LUKA*/
-    margin-left: 0.6em;
-    font-size:1em;
-  }
-
-/*
-  h2:before {
-    content: "* "
-  }
-
-
-  h3:before {
-    content: "** "
-  }
-
-  h4:before {
-    content: "*** "
-  }
-*/
-
-  h2 {
-    font-family:Arial,sans-serif;
-    /*font-size:2.1em;*/ /*LUKA*/
-    line-height:16px;
-    padding:7px 0 0 0;
-    color: #D40000; /*LUKA*/
-    margin-left: 0.4em; /*LUKA*/
-  }
-
-  .outline-text-2 {
-    margin-left: 0.6em; /*LUKA*/
-    /*font-size:1.2em;*/ /*LUKA*/
-  }
-
-  .title {
-
-  }
-
-  h3 {
-    font-family:Arial,sans-serif;
-    /*font-size:1.3em;*/
-    color: #D40000; /*LUKA*/
-    margin-left: 0.6em;
-  }
-
-  .outline-text-3 {
-    margin-left: 0.9em;
-  }
-
-  h4 {
-    font-family:Arial,sans-serif;
-    /*font-size:1.2em;*/
-    margin-left: 1.2em;
-    color: #A5573E;
-  }
-
-  .outline-text-4 {
-    margin-left: 1.45em;
-  }
-
-    /*LUKA*/
-  a {text-decoration: none;  color: #58529f} /*color: #537d7b}*/
-
-  /* a:visited {text-decoration: none; color: #224444} */ /* Taken out because color too similar to text. */
-  a:visited {text-decoration: none; color: #800000}/*color: #98855b}  /* this is now the color of the Unicorns horn */
-  a:hover {text-decoration: underline; color: #a34d32}
-
-  .todo {
-    color: #CA0000;
-  }
-
-  .done {
-    color: #006666;
-  }
-
-  .timestamp-kwd {
-    color: #444;
-  }
-
-  .tag {
-
-  }
-
-  li {
-    margin: .4em;
-  }
-
-  table {
-    border: none;
-  }
-
-  td {
-    border: none;
-  }
-
-  th {
-    border: none;
-  }
-
-  code {
-    font-size: 100%;
-    color: black;
-    border: 1px solid #DEDEDE;
-    padding: 0px 0.2em;
-  }
-
-  img {
-    border: none;
-  }
-
-  .share img {
-    opacity: .4;
-    -moz-opacity: .4;
-    filter: alpha(opacity=40);
-  }
-
-  .share img:hover {
-    opacity: 1;
-    -moz-opacity: 1;
-    filter: alpha(opacity=100);
-  }
-
-  /* pre {border: 1px solid #555; */
-  /*      background: #EEE; */
-  /*      font-size: 9pt; */
-  /*      padding: 1em; */
-  /*     } */
-
-  /* pre { */
-  /*     color: #e5e5e5; */
-  /*     background-color: #000000; */
-  /*     padding: 1.4em; */
-  /*     border: 2px solid gray; */
-  /* } */
-
-  /* pre { */
-  /*     background-color: #2b2b2b; */
-  /*     border: 4px solid gray; */
-  /*     color: #EEE; */
-  /*     overflow: auto; */
-  /*     padding: 1em; */
-  /*  } */
-
-  pre {
-    font-family: Monaco, Consolas, "Lucida Console", monospace;
-    color: black;
-    background-color: #efefef;
-    padding: 1.2em;
-    border: 1px solid #dddddd;
-    overflow: auto;
-
-    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
-    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
-    box-shadow: 0px 0px 4px rgba(0,0,0,0.23);
-  }
-
-  .org-info-box {
-    clear:both;
-    margin-left:auto;
-    margin-right:auto;
-    padding:0.7em;
-    /* border:1px solid #CCC; */
-    /* border-radius:10px; */
-    /* -moz-border-radius:10px; */
-  }
-  .org-info-box img {
-    float:left;
-    margin:0em 0.5em 0em 0em;
-  }
-  .org-info-box p {
-    margin:0em;
-    padding:0em;
-  }
-
-
-  .builtin {
-    /* font-lock-builtin-face */
-    color: #f4a460;
-  }
-  .comment {
-    /* font-lock-comment-face */
-    color: #737373;
-  }
-  .comment-delimiter {
-    /* font-lock-comment-delimiter-face */
-    color: #666666;
-  }
-  .constant {
-    /* font-lock-constant-face */
-    color: #db7093;
-  }
-  .doc {
-    /* font-lock-doc-face */
-    color: #b3b3b3;
-  }
-  .function-name {
-    /* font-lock-function-name-face */
-    color: #5f9ea0;
-  }
-  .headline {
-    /* headline-face */
-    color: #ffffff;
-    background-color: #000000;
-    font-weight: bold;
-  }
-  .keyword {
-    /* font-lock-keyword-face */
-    color: #4682b4;
-  }
-  .negation-char {
-  }
-  .regexp-grouping-backslash {
-  }
-  .regexp-grouping-construct {
-  }
-  .string {
-    /* font-lock-string-face */
-    color: #ccc79a;
-  }
-  .todo-comment {
-    /* todo-comment-face */
-    color: #ffffff;
-    background-color: #000000;
-    font-weight: bold;
-  }
-  .variable-name {
-    /* font-lock-variable-name-face */
-    color: #ff6a6a;
-  }
-  .warning {
-    /* font-lock-warning-face */
-    color: #ffffff;
-    background-color: #cd5c5c;
-    font-weight: bold;
-  }
-  pre.a {
-    color: inherit;
-    background-color: inherit;
-    font: inherit;
-    text-decoration: inherit;
-  }
-  pre.a:hover {
-    text-decoration: underline;
-  }
-
-  /* Styles for org-info.js */
-
-  .org-info-js_info-navigation
-  {
-    border-style:none;
-  }
-
-  #org-info-js_console-label
-  {
-    font-size:10px;
-    font-weight:bold;
-    white-space:nowrap;
-  }
-
-  .org-info-js_search-highlight
-  {
-    background-color:#ffff00;
-    color:#000000;
-    font-weight:bold;
-  }
-
-  #org-info-js-window
-  {
-    border-bottom:1px solid black;
-    padding-bottom:10px;
-    margin-bottom:10px;
-  }
-
-
-
-  .org-info-search-highlight
-  {
-    background-color:#adefef; /* same color as emacs default */
-    color:#000000;
-    font-weight:bold;
-  }
-
-  .org-bbdb-company {
-    /* bbdb-company */
-    font-style: italic;
-  }
-  .org-bbdb-field-name {
-  }
-  .org-bbdb-field-value {
-  }
-  .org-bbdb-name {
-    /* bbdb-name */
-    text-decoration: underline;
-  }
-  .org-bold {
-    /* bold */
-    font-weight: bold;
-  }
-  .org-bold-italic {
-    /* bold-italic */
-    font-weight: bold;
-    font-style: italic;
-  }
-  .org-border {
-    /* border */
-    background-color: #000000;
-  }
-  .org-buffer-menu-buffer {
-    /* buffer-menu-buffer */
-    font-weight: bold;
-  }
-  .org-builtin {
-    /* font-lock-builtin-face */
-    color: #da70d6;
-  }
-  .org-button {
-    /* button */
-    text-decoration: underline;
-  }
-  .org-c-nonbreakable-space {
-    /* c-nonbreakable-space-face */
-    background-color: #ff0000;
-    font-weight: bold;
-  }
-  .org-calendar-today {
-    /* calendar-today */
-    text-decoration: underline;
-  }
-  .org-comment {
-    /* font-lock-comment-face */
-    color: #b22222;
-  }
-  .org-comment-delimiter {
-    /* font-lock-comment-delimiter-face */
-    color: #b22222;
-  }
-  .org-constant {
-    /* font-lock-constant-face */
-    color: #5f9ea0;
-  }
-  .org-cursor {
-    /* cursor */
-    background-color: #000000;
-  }
-  .org-default {
-    /* default */
-    color: #000000;
-    background-color: #ffffff;
-  }
-  .org-diary {
-    /* diary */
-    color: #ff0000;
-  }
-  .org-doc {
-    /* font-lock-doc-face */
-    color: #bc8f8f;
-  }
-  .org-escape-glyph {
-    /* escape-glyph */
-    color: #a52a2a;
-  }
-  .org-file-name-shadow {
-    /* file-name-shadow */
-    color: #7f7f7f;
-  }
-  .org-fixed-pitch {
-  }
-  .org-fringe {
-    /* fringe */
-    background-color: #f2f2f2;
-  }
-  .org-function-name {
-    /* font-lock-function-name-face */
-    color: #0000ff;
-  }
-  .org-header-line {
-    /* header-line */
-    color: #333333;
-    background-color: #e5e5e5;
-  }
-  .org-help-argument-name {
-    /* help-argument-name */
-    font-style: italic;
-  }
-  .org-highlight {
-    /* highlight */
-    background-color: #b4eeb4;
-  }
-  .org-holiday {
-    /* holiday */
-    background-color: #ffc0cb;
-  }
-  .org-info-header-node {
-    /* info-header-node */
-    color: #a52a2a;
-    font-weight: bold;
-    font-style: italic;
-  }
-  .org-info-header-xref {
-    /* info-header-xref */
-    color: #ff6600; /*LUKA*/
-    /*color: #0000ff;*/
-    text-decoration: underline;
-  }
-  .org-info-menu-header {
-    /* info-menu-header */
-    font-weight: bold;
-  }
-  .org-info-menu-star {
-    /* info-menu-star */
-    color: #ff0000;
-  }
-  .org-info-node {
-    /* info-node */
-    color: #a52a2a;
-    font-weight: bold;
-    font-style: italic;
-  }
-  .org-info-title-1 {
-    /* info-title-1 */
-    font-size: 172%;
-    font-weight: bold;
-  }
-  .org-info-title-2 {
-    /* info-title-2 */
-    font-size: 144%;
-    font-weight: bold;
-  }
-  .org-info-title-3 {
-    /* info-title-3 */
-    font-size: 120%;
-    font-weight: bold;
-  }
-  .org-info-title-4 {
-    /* info-title-4 */
-    font-weight: bold;
-  }
-  .org-info-xref {
-    /* info-xref */
-    color: #ff6600; /*LUKA*/
-/*    color: #0000ff;*/
-    text-decoration: underline;
-  }
-  .org-isearch {
-    /* isearch */
-    color: #b0e2ff;
-    background-color: #cd00cd;
-  }
-  .org-italic {
-    /* italic */
-    font-style: italic;
-  }
-  .org-keyword {
-    /* font-lock-keyword-face */
-    color: #a020f0;
-  }
-  .org-lazy-highlight {
-    /* lazy-highlight */
-    background-color: #afeeee;
-  }
-  .org-link {
-    /* link */
-    /*color: #0000ff;*/
-    color: #ff6600; /*LUKA*/
-    text-decoration: underline;
-  }
-  .org-link-visited {
-    /* link-visited */
-    color: #ff0000; /*LUKA*/
-    /*color: #8b008b;*/
-    text-decoration: underline;
-  }
-  .org-match {
-    /* match */
-    background-color: #ffff00;
-  }
-  .org-menu {
-  }
-  .org-message-cited-text {
-    /* message-cited-text */
-    color: #ff0000;
-  }
-  .org-message-header-cc {
-    /* message-header-cc */
-    color: #191970;
-  }
-  .org-message-header-name {
-    /* message-header-name */
-    color: #6495ed;
-  }
-  .org-message-header-newsgroups {
-    /* message-header-newsgroups */
-    color: #00008b;
-    font-weight: bold;
-    font-style: italic;
-  }
-  .org-message-header-other {
-    /* message-header-other */
-    color: #4682b4;
-  }
-  .org-message-header-subject {
-    /* message-header-subject */
-    color: #000080;
-    font-weight: bold;
-  }
-  .org-message-header-to {
-    /* message-header-to */
-    color: #191970;
-    font-weight: bold;
-  }
-  .org-message-header-xheader {
-    /* message-header-xheader */
-    color: #0000ff;
-  }
-  .org-message-mml {
-    /* message-mml */
-    color: #228b22;
-  }
-  .org-message-separator {
-    /* message-separator */
-    color: #a52a2a;
-  }
-  .org-minibuffer-prompt {
-    /* minibuffer-prompt */
-    color: #0000cd;
-  }
-  .org-mm-uu-extract {
-    /* mm-uu-extract */
-    color: #006400;
-    background-color: #ffffe0;
-  }
-  .org-mode-line {
-    /* mode-line */
-    color: #000000;
-    background-color: #bfbfbf;
-  }
-  .org-mode-line-buffer-id {
-    /* mode-line-buffer-id */
-    font-weight: bold;
-  }
-  .org-mode-line-highlight {
-  }
-  .org-mode-line-inactive {
-    /* mode-line-inactive */
-    color: #333333;
-    background-color: #e5e5e5;
-  }
-  .org-mouse {
-    /* mouse */
-    background-color: #000000;
-  }
-  .org-negation-char {
-  }
-  .org-next-error {
-    /* next-error */
-    background-color: #eedc82;
-  }
-  .org-nobreak-space {
-    /* nobreak-space */
-    color: #a52a2a;
-    text-decoration: underline;
-  }
-  .org-org-agenda-date {
-    /* org-agenda-date */
-    color: #0000ff;
-  }
-  .org-org-agenda-date-weekend {
-    /* org-agenda-date-weekend */
-    color: #0000ff;
-    font-weight: bold;
-  }
-  .org-org-agenda-restriction-lock {
-    /* org-agenda-restriction-lock */
-    background-color: #ffff00;
-  }
-  .org-org-agenda-structure {
-    /* org-agenda-structure */
-    color: #0000ff;
-  }
-  .org-org-archived {
-    /* org-archived */
-    color: #7f7f7f;
-  }
-  .org-org-code {
-    /* org-code */
-    color: #7f7f7f;
-  }
-  .org-org-column {
-    /* org-column */
-    background-color: #e5e5e5;
-  }
-  .org-org-column-title {
-    /* org-column-title */
-    background-color: #e5e5e5;
-    font-weight: bold;
-    text-decoration: underline;
-  }
-  .org-org-date {
-    /* org-date */
-    color: #a020f0;
-    text-decoration: underline;
-  }
-  .org-org-done {
-    /* org-done */
-    color: #228b22;
-    font-weight: bold;
-  }
-  .org-org-drawer {
-    /* org-drawer */
-    color: #0000ff;
-  }
-  .org-org-ellipsis {
-    /* org-ellipsis */
-    color: #b8860b;
-    text-decoration: underline;
-  }
-  .org-org-formula {
-    /* org-formula */
-    color: #b22222;
-  }
-  .org-org-headline-done {
-    /* org-headline-done */
-    color: #bc8f8f;
-  }
-  .org-org-hide {
-    /* org-hide */
-    color: #e5e5e5;
-  }
-  .org-org-latex-and-export-specials {
-    /* org-latex-and-export-specials */
-    color: #8b4513;
-  }
-  .org-org-level-1 {
-    /* org-level-1 */
-    color: #0000ff;
-  }
-  .org-org-level-2 {
-    /* org-level-2 */
-    color: #b8860b;
-  }
-  .org-org-level-3 {
-    /* org-level-3 */
-    color: #a020f0;
-  }
-  .org-org-level-4 {
-    /* org-level-4 */
-    color: #b22222;
-  }
-  .org-org-level-5 {
-    /* org-level-5 */
-    color: #228b22;
-  }
-  .org-org-level-6 {
-    /* org-level-6 */
-    color: #5f9ea0;
-  }
-  .org-org-level-7 {
-    /* org-level-7 */
-    color: #da70d6;
-  }
-  .org-org-level-8 {
-    /* org-level-8 */
-    color: #bc8f8f;
-  }
-  .org-org-link {
-    /* org-link */
-    color: #ff6600; /*LUKA*/
-    /*color: #a020f0;*/
-    text-decoration: underline;
-  }
-  .org-org-property-value {
-  }
-  .org-org-scheduled-previously {
-    /* org-scheduled-previously */
-    color: #b22222;
-  }
-  .org-org-scheduled-today {
-    /* org-scheduled-today */
-    color: #006400;
-  }
-  .org-org-sexp-date {
-    /* org-sexp-date */
-    color: #a020f0;
-  }
-  .org-org-special-keyword {
-    /* org-special-keyword */
-    color: #bc8f8f;
-  }
-  .org-org-table {
-    /* org-table */
-    color: #0000ff;
-  }
-  .org-org-tag {
-    /* org-tag */
-    font-weight: bold;
-  }
-  .org-org-target {
-    /* org-target */
-    text-decoration: underline;
-  }
-  .org-org-time-grid {
-    /* org-time-grid */
-    color: #b8860b;
-  }
-  .org-org-todo {
-    /* org-todo */
-    color: #ff0000;
-  }
-  .org-org-upcoming-deadline {
-    /* org-upcoming-deadline */
-    color: #b22222;
-  }
-  .org-org-verbatim {
-    /* org-verbatim */
-    color: #7f7f7f;
-    text-decoration: underline;
-  }
-  .org-org-warning {
-    /* org-warning */
-    color: #ff0000;
-    font-weight: bold;
-  }
-  .org-outline-1 {
-    /* outline-1 */
-    color: #0000ff;
-  }
-  .org-outline-2 {
-    /* outline-2 */
-    color: #b8860b;
-  }
-  .org-outline-3 {
-    /* outline-3 */
-    color: #a020f0;
-  }
-  .org-outline-4 {
-    /* outline-4 */
-    color: #b22222;
-  }
-  .org-outline-5 {
-    /* outline-5 */
-    color: #228b22;
-  }
-  .org-outline-6 {
-    /* outline-6 */
-    color: #5f9ea0;
-  }
-  .org-outline-7 {
-    /* outline-7 */
-    color: #da70d6;
-  }
-  .org-outline-8 {
-    /* outline-8 */
-    color: #bc8f8f;
-  }
-  .outline-text-1, .outline-text-2, .outline-text-3, .outline-text-4, .outline-text-5, .outline-text-6 {
-    /* Add more spacing between section. Padding, so that folding with org-info.js works as expected. */
-
-  }
-
-  .org-preprocessor {
-    /* font-lock-preprocessor-face */
-    color: #da70d6;
-  }
-  .org-query-replace {
-    /* query-replace */
-    color: #b0e2ff;
-    background-color: #cd00cd;
-  }
-  .org-regexp-grouping-backslash {
-    /* font-lock-regexp-grouping-backslash */
-    font-weight: bold;
-  }
-  .org-regexp-grouping-construct {
-    /* font-lock-regexp-grouping-construct */
-    font-weight: bold;
-  }
-  .org-region {
-    /* region */
-    background-color: #eedc82;
-  }
-  .org-rmail-highlight {
-  }
-  .org-scroll-bar {
-    /* scroll-bar */
-    background-color: #bfbfbf;
-  }
-  .org-secondary-selection {
-    /* secondary-selection */
-    background-color: #ffff00;
-  }
-  .org-shadow {
-    /* shadow */
-    color: #7f7f7f;
-  }
-  .org-show-paren-match {
-    /* show-paren-match */
-    background-color: #40e0d0;
-  }
-  .org-show-paren-mismatch {
-    /* show-paren-mismatch */
-    color: #ffffff;
-    background-color: #a020f0;
-  }
-  .org-string {
-    /* font-lock-string-face */
-    color: #bc8f8f;
-  }
-  .org-texinfo-heading {
-    /* texinfo-heading */
-    color: #0000ff;
-  }
-  .org-tool-bar {
-    /* tool-bar */
-    color: #000000;
-    background-color: #bfbfbf;
-  }
-  .org-tooltip {
-    /* tooltip */
-    color: #000000;
-    background-color: #ffffe0;
-  }
-  .org-trailing-whitespace {
-    /* trailing-whitespace */
-    background-color: #ff0000;
-  }
-  .org-type {
-    /* font-lock-type-face */
-    color: #228b22;
-  }
-  .org-underline {
-    /* underline */
-    text-decoration: underline;
-  }
-  .org-variable-name {
-    /* font-lock-variable-name-face */
-    color: #b8860b;
-  }
-  .org-variable-pitch {
-  }
-  .org-vertical-border {
-  }
-  .org-warning {
-    /* font-lock-warning-face */
-    color: #ff0000;
-    font-weight: bold;
-  }
-  .rss_box {}
-  .rss_title, rss_title a {}
-  .rss_items {}
-  .rss_item a:link, .rss_item a:visited, .rss_item a:active {}
-  .rss_item a:hover {}
-  .rss_date {}
-
-  #postamble {
-    padding: .3em;
-    border: 1px solid gray;
-    background-color: #eeeeee;
-  }
-
-
-} /* END OF @media all */
-
-
-
-@media screen
-{
-  #table-of-contents {
-    float: right;
-    border: 1px solid #CCC;
-    max-width: 50%;
-    overflow: auto;
-    z-index: 99999;
-  }
-} /* END OF @media screen */
-
-.left{float:left; margin:0 15px 4px 0;}
-.right{float:right; margin:0 0 4px 15px;}
-.photo{
-border:1px solid #bababa;
-padding:2px;
-background-color:#ffffff;
-margin:6px 18px 2px 5px;
-}
diff --git a/doc/orgmode/users_guide.org.in b/doc/orgmode/users_guide.org.in
index 6592ae62e..39e2618e9 100644
--- a/doc/orgmode/users_guide.org.in
+++ b/doc/orgmode/users_guide.org.in
@@ -1,14 +1,20 @@
 #+TITLE: CHAMELEON User's Guide
+
 #+SUBTITLE: A dense linear algebra software for heterogeneous architectures
 #+LANGUAGE:  en
 #+OPTIONS: H:3 num:t \n:nil @:t ::t |:t _:nil ^:nil -:t f:t *:t <:t
 #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil pri:nil tags:not-in-toc html-style:nil
 #+BEAMER_THEME: Rochester
-#+HTML_HEAD:   <link rel="stylesheet" title="Standard" href="css/worg.css" type="text/css" />
-#+HTML_HEAD:   <link rel="stylesheet" type="text/css" href="css/VisuGen.css" />
-#+HTML_HEAD:   <link rel="stylesheet" type="text/css" href="css/VisuRubriqueEncadre.css" />
+
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
+#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
+#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/lib/js/jquery.stickytableheaders.min.js"></script>
+#+HTML_HEAD: <script type="text/javascript" src="styles/readtheorg/js/readtheorg.js"></script>
+
 #+INCLUDE: "./version.org"
-#+AUTHOR: version {{{VERSION}}}
+
 This is the users guide to Chameleon.  The software ecosystem will be
 presented, the installation instructions detailed and some usage
 examples are presented.  To get more information about the application
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 24504bebf..cfabcff76 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,8 +17,8 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
-#  @date 2014-10-17
+#  @version 0.9.2
+#  @date 2014-11-16
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/example/lapack_to_chameleon/CMakeLists.txt b/example/lapack_to_chameleon/CMakeLists.txt
index b85367037..6e8908d75 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -13,9 +13,9 @@
 #  CHAMELEON is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Florent Pruvost
-#  @date 2014-10-13
+#  @date 2018-07-12
 #
 ###
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
diff --git a/example/lapack_to_chameleon/lapack_to_chameleon.h b/example/lapack_to_chameleon/lapack_to_chameleon.h
index 43b635231..e4a17d3e2 100644
--- a/example/lapack_to_chameleon/lapack_to_chameleon.h
+++ b/example/lapack_to_chameleon/lapack_to_chameleon.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon examples common header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _lapack_to_chameleon_h_
diff --git a/example/lapack_to_chameleon/step0.c b/example/lapack_to_chameleon/step0.c
index e2da77da1..f974b1276 100644
--- a/example/lapack_to_chameleon/step0.c
+++ b/example/lapack_to_chameleon/step0.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step0 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step0.h"
diff --git a/example/lapack_to_chameleon/step0.h b/example/lapack_to_chameleon/step0.h
index 4d22f7893..4d68834a6 100644
--- a/example/lapack_to_chameleon/step0.h
+++ b/example/lapack_to_chameleon/step0.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step0 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step0_h_
diff --git a/example/lapack_to_chameleon/step1.c b/example/lapack_to_chameleon/step1.c
index 69fbc50db..81f2a65f2 100644
--- a/example/lapack_to_chameleon/step1.c
+++ b/example/lapack_to_chameleon/step1.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step1 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step1.h"
diff --git a/example/lapack_to_chameleon/step1.h b/example/lapack_to_chameleon/step1.h
index 92673eb0a..8baf1a118 100644
--- a/example/lapack_to_chameleon/step1.h
+++ b/example/lapack_to_chameleon/step1.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step1 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step1_h_
diff --git a/example/lapack_to_chameleon/step2.c b/example/lapack_to_chameleon/step2.c
index 871bbac84..ea70b4e7a 100644
--- a/example/lapack_to_chameleon/step2.c
+++ b/example/lapack_to_chameleon/step2.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step2 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step2.h"
diff --git a/example/lapack_to_chameleon/step2.h b/example/lapack_to_chameleon/step2.h
index 383355257..518331966 100644
--- a/example/lapack_to_chameleon/step2.h
+++ b/example/lapack_to_chameleon/step2.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step2 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step2_h_
diff --git a/example/lapack_to_chameleon/step3.c b/example/lapack_to_chameleon/step3.c
index 02755d1fc..82d50f89a 100644
--- a/example/lapack_to_chameleon/step3.c
+++ b/example/lapack_to_chameleon/step3.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step3 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step3.h"
diff --git a/example/lapack_to_chameleon/step3.h b/example/lapack_to_chameleon/step3.h
index edc2385a8..ca07668ba 100644
--- a/example/lapack_to_chameleon/step3.h
+++ b/example/lapack_to_chameleon/step3.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step3 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step3_h_
diff --git a/example/lapack_to_chameleon/step4.c b/example/lapack_to_chameleon/step4.c
index 635e14c63..88c80c5ed 100644
--- a/example/lapack_to_chameleon/step4.c
+++ b/example/lapack_to_chameleon/step4.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step4 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step4.h"
diff --git a/example/lapack_to_chameleon/step4.h b/example/lapack_to_chameleon/step4.h
index eab5928ca..4cbdcda49 100644
--- a/example/lapack_to_chameleon/step4.h
+++ b/example/lapack_to_chameleon/step4.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step4 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step4_h_
diff --git a/example/lapack_to_chameleon/step5.c b/example/lapack_to_chameleon/step5.c
index 1b154d538..2cf37c098 100644
--- a/example/lapack_to_chameleon/step5.c
+++ b/example/lapack_to_chameleon/step5.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step5 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step5.h"
diff --git a/example/lapack_to_chameleon/step5.h b/example/lapack_to_chameleon/step5.h
index ab3816866..423dfa533 100644
--- a/example/lapack_to_chameleon/step5.h
+++ b/example/lapack_to_chameleon/step5.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step5 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step5_h_
diff --git a/example/lapack_to_chameleon/step6.c b/example/lapack_to_chameleon/step6.c
index aca3f3feb..e3ed23f19 100644
--- a/example/lapack_to_chameleon/step6.c
+++ b/example/lapack_to_chameleon/step6.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step6 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #include "step6.h"
diff --git a/example/lapack_to_chameleon/step6.h b/example/lapack_to_chameleon/step6.h
index 3893a87ab..b309a613d 100644
--- a/example/lapack_to_chameleon/step6.h
+++ b/example/lapack_to_chameleon/step6.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step6 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2018-07-12
  *
  */
 #ifndef _step6_h_
diff --git a/example/lapack_to_chameleon/step7.c b/example/lapack_to_chameleon/step7.c
index 7b611bf9b..02fc93497 100644
--- a/example/lapack_to_chameleon/step7.c
+++ b/example/lapack_to_chameleon/step7.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step7 example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2018-07-12
  *
  */
 #include "step7.h"
diff --git a/example/lapack_to_chameleon/step7.h b/example/lapack_to_chameleon/step7.h
index 7515ec8b5..910e37431 100644
--- a/example/lapack_to_chameleon/step7.h
+++ b/example/lapack_to_chameleon/step7.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon step7 example header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2018-07-12
  *
  */
 #ifndef _step7_h_
diff --git a/example/link_chameleon/CMakeLists.txt b/example/link_chameleon/CMakeLists.txt
index cbf4381eb..6e0dac9e9 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,8 +17,8 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
-#  @date 2014-10-17
+#  @version 0.9.2
+#  @date 2015-01-30
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/example/link_chameleon/link_chameleon.c b/example/link_chameleon/link_chameleon.c
index ff20e16a0..c50bc204e 100644
--- a/example/link_chameleon/link_chameleon.c
+++ b/example/link_chameleon/link_chameleon.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon link_chameleon example
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-29
+ * @date 2015-01-30
  *
  */
 #include <math.h>
diff --git a/example/link_chameleon/link_chameleon.f90 b/example/link_chameleon/link_chameleon.f90
index e58eaf9da..a9a259443 100644
--- a/example/link_chameleon/link_chameleon.f90
+++ b/example/link_chameleon/link_chameleon.f90
@@ -6,12 +6,12 @@
 !  CHAMELEON is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 0.9.2
 ! @author Florent Pruvost
-! @date 2011-09-15
+! @date 2017-04-27
 program fortran_example
     implicit none
     include 'chameleon_fortran.h'
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 1ce56703e..4d5f4d15d 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/include/chameleon.h b/include/chameleon.h
index 731263960..dc0b77adf 100644
--- a/include/chameleon.h
+++ b/include/chameleon.h
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2012-09-15
+ * @date 2018-02-08
  *
  */
 #ifndef _chameleon_h_
diff --git a/include/chameleon/chameleon_z.h b/include/chameleon/chameleon_z.h
index 6d70544fb..ce3070d1c 100644
--- a/include/chameleon/chameleon_z.h
+++ b/include/chameleon/chameleon_z.h
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CHAMELEON_complex64_t wrappers
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-02-08
  * @precisions normal z -> c d s
  *
  */
diff --git a/include/chameleon/chameleon_zc.h b/include/chameleon/chameleon_zc.h
index 511541394..1febfa7e7 100644
--- a/include/chameleon/chameleon_zc.h
+++ b/include/chameleon/chameleon_zc.h
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon mixed precision wrappers header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-02-08
  * @precisions mixed zc -> ds
  *
  */
diff --git a/include/chameleon/config.h.in b/include/chameleon/config.h.in
index 88abfe51c..b3fbb7366 100644
--- a/include/chameleon/config.h.in
+++ b/include/chameleon/config.h.in
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon configuration file
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2017-01-06
+ * @date 2018-06-15
  *
  */
 #ifndef CHAMELEON_CONFIG_H_HAS_BEEN_INCLUDED
diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index 626a02de0..7e623aebf 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon global constants
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2018-07-11
  *
  */
 #ifndef _chameleon_constants_h_
diff --git a/include/chameleon/fortran.h b/include/chameleon/fortran.h
index ad6fe9d64..a9365b9d0 100644
--- a/include/chameleon/fortran.h
+++ b/include/chameleon/fortran.h
@@ -5,14 +5,14 @@
 !
 ! @copyright 2009-2014 The University of Tennessee and The University of
 !                      Tennessee Research Foundation. All rights reserved.
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 1.0.0
+! @version 0.9.2
 ! @author Bilel Hadri
 ! @author Mathieu Faverge
 ! @author Cedric Castagnede
-! @date 2010-11-15
+! @date 2018-07-11
 !
 !**
 !
diff --git a/include/chameleon/runtime.h b/include/chameleon/runtime.h
index 2c844b421..b7de3780d 100644
--- a/include/chameleon/runtime.h
+++ b/include/chameleon/runtime.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief The common runtimes API
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2018-02-08
  *
  */
 #ifndef _chameleon_runtime_h_
diff --git a/include/chameleon/runtime_struct.h b/include/chameleon/runtime_struct.h
index 9d3494973..0b0dc50e6 100644
--- a/include/chameleon/runtime_struct.h
+++ b/include/chameleon/runtime_struct.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Runtime structures
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2018-06-15
  *
  */
 #ifndef _chameleon_runtime_struct_h_
diff --git a/include/chameleon/simulate.h b/include/chameleon/simulate.h
index f91dce73e..0b5d845f2 100644
--- a/include/chameleon/simulate.h
+++ b/include/chameleon/simulate.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon SimGrid simulation header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-10-02
+ * @date 2018-07-11
  *
  */
 #ifndef _chameleon_simulate_h_
diff --git a/include/chameleon/struct.h b/include/chameleon/struct.h
index ce3beb83e..51315359b 100644
--- a/include/chameleon/struct.h
+++ b/include/chameleon/struct.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon structures
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2018-07-11
  *
  */
 #ifndef _chameleon_struct_h_
diff --git a/include/chameleon/tasks.h b/include/chameleon/tasks.h
index 4bbea7281..e0b1a56a8 100644
--- a/include/chameleon/tasks.h
+++ b/include/chameleon/tasks.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon elementary tasks main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Augonnet
- * @date 2018-11-08
+ * @date 2018-07-11
  *
  */
 #ifndef _chameleon_tasks_h_
diff --git a/include/chameleon/tasks_z.h b/include/chameleon/tasks_z.h
index 954f67570..c82829c9e 100644
--- a/include/chameleon/tasks_z.h
+++ b/include/chameleon/tasks_z.h
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CHAMELEON_Complex64_t elementary tasks header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2018-11-07
+ * @date 2018-07-11
  * @precisions normal z -> c d s
  *
  */
diff --git a/include/chameleon/tasks_zc.h b/include/chameleon/tasks_zc.h
index bd66ffecc..680e1913f 100644
--- a/include/chameleon/tasks_zc.h
+++ b/include/chameleon/tasks_zc.h
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon complex mixed precision elementary tasks header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-07-11
  * @precisions mixed zc -> ds
  *
  */
diff --git a/include/chameleon/timer.h b/include/chameleon/timer.h
index eabe2008d..6f877ab73 100644
--- a/include/chameleon/timer.h
+++ b/include/chameleon/timer.h
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 1.0.0
+ * @version 0.9.2
  *
  * @brief Chameleon timer
  *
  * Provide a simple timer for examples and runtimes which do not provide their
  * own timer.
+ * @date 2018-07-11
  *
  */
 #ifndef _chameleon_timer_h_
diff --git a/include/chameleon/types.h b/include/chameleon/types.h
index 9985af472..f3c505843 100644
--- a/include/chameleon/types.h
+++ b/include/chameleon/types.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon basic datatypes header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2018-07-11
  *
  */
 #ifndef _chameleon_types_h_
diff --git a/plasma-conversion/callGeneration.bash b/plasma-conversion/callGeneration.bash
index 705220aba..9bfb98e36 100755
--- a/plasma-conversion/callGeneration.bash
+++ b/plasma-conversion/callGeneration.bash
@@ -5,7 +5,7 @@
 #
 # @copyright 2009-2015 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -18,12 +18,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2015-11-30
+#  @date 2016-08-17
 #
 ###
 
diff --git a/plasma-conversion/fileConversion.py b/plasma-conversion/fileConversion.py
index 75103d22c..e28359150 100644
--- a/plasma-conversion/fileConversion.py
+++ b/plasma-conversion/fileConversion.py
@@ -48,7 +48,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2016-08-17
 #   
 ###
 
diff --git a/plasma-conversion/fileCopy.py b/plasma-conversion/fileCopy.py
index 7a61996f6..6bbbc41af 100644
--- a/plasma-conversion/fileCopy.py
+++ b/plasma-conversion/fileCopy.py
@@ -48,7 +48,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2016-08-17
 #   
 ###
 
diff --git a/plasma-conversion/generate_morseSrc.py b/plasma-conversion/generate_morseSrc.py
index e1a60b438..914f9f4d1 100755
--- a/plasma-conversion/generate_morseSrc.py
+++ b/plasma-conversion/generate_morseSrc.py
@@ -48,7 +48,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2016-08-17
 #   
 ###
 
diff --git a/plasma-conversion/insert-licence/chameleon_c.licence b/plasma-conversion/insert-licence/chameleon_c.licence
index b6b9eedfa..6850947fb 100644
--- a/plasma-conversion/insert-licence/chameleon_c.licence
+++ b/plasma-conversion/insert-licence/chameleon_c.licence
@@ -4,7 +4,7 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  **/
diff --git a/plasma-conversion/insert-licence/chameleon_f.licence b/plasma-conversion/insert-licence/chameleon_f.licence
index 6ad6760cf..c80f5466d 100644
--- a/plasma-conversion/insert-licence/chameleon_f.licence
+++ b/plasma-conversion/insert-licence/chameleon_f.licence
@@ -2,7 +2,7 @@
 !
 ! @copyright 2009-2015 The University of Tennessee and The University
 !                      of Tennessee Research Foundation. All rights reserved.
-! @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
 !!!
diff --git a/plasma-conversion/insert-licence/insert-licence-chameleon.sh b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
index ede6debbf..9df8a039c 100755
--- a/plasma-conversion/insert-licence/insert-licence-chameleon.sh
+++ b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
@@ -44,12 +44,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2016-08-17
 #
 ###
 for i in $(find . -name "*.c" -or -name "*.h" -not -path "*svn*" -not -name "chameleon_fortran.h")
diff --git a/plasma-conversion/rulesSubstitutions.py b/plasma-conversion/rulesSubstitutions.py
index 12d1cb2cd..a772d5d06 100644
--- a/plasma-conversion/rulesSubstitutions.py
+++ b/plasma-conversion/rulesSubstitutions.py
@@ -45,11 +45,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
+#  @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2016-08-17
 #   
 ###
 
@@ -688,7 +688,7 @@ subs = {
     ( 'u', 'provided by Univ. of Tennessee,',                           'provided by Inria Bordeaux - Sud-Ouest, LaBRI,'                                 ),
     ( 'u', 'Univ. of California Berkeley and Univ. of Colorado Denver', 'University of Bordeaux, Bordeaux INP'                                          ),
     ( 'u', '@version 2.6.0\n \* @author', 
-           '@version 2.6.0\n * @comment This file has been automatically generated\n *          from Plasma 2.6.0 for CHAMELEON 1.0.0\n * @author'           ),
+           '@version 2.6.0\n * @comment This file has been automatically generated\n *          from Plasma 2.6.0 for CHAMELEON 0.9.2\n * @author'           ),
     ( 'u', '/([\*]+)/\n/([\*]+)/',                                                        ''                                                             ),
     ( 'u', '/([\*]+)/\n/',                                                                '\n/'                                                          ),
     ( 'u', '/([\*]+)/([a-zA-Z]+)',                                                        '\\2'                                                          ),
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 309dea896..f756adc45 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2018-11-07
+#  @date 2014-11-16
 #
 ###
 
diff --git a/runtime/openmp/CMakeLists.txt b/runtime/openmp/CMakeLists.txt
index d283d663d..e792c8f22 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2018-06-15
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/openmp/codelets/codelet_map.c b/runtime/openmp/codelets/codelet_map.c
index 2b9572873..06b2e0b0f 100644
--- a/runtime/openmp/codelets/codelet_map.c
+++ b/runtime/openmp/codelets/codelet_map.c
@@ -2,16 +2,16 @@
  *
  * @file openmp/codelet_map.c
  *
- * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon map OpenMP codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-09-24
+ * @date 2018-11-21
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/codelets/codelet_zasum.c b/runtime/openmp/codelets/codelet_zasum.c
index 036c0a100..0ec02b39c 100644
--- a/runtime/openmp/codelets/codelet_zasum.c
+++ b/runtime/openmp/codelets/codelet_zasum.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zasum OpenMP codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Florent Pruvost
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zaxpy.c b/runtime/openmp/codelets/codelet_zaxpy.c
index 6de39f6dd..2d23d3ed8 100644
--- a/runtime/openmp/codelets/codelet_zaxpy.c
+++ b/runtime/openmp/codelets/codelet_zaxpy.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zaxpy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zbuild.c b/runtime/openmp/codelets/codelet_zbuild.c
index 1952fa385..094d9c275 100644
--- a/runtime/openmp/codelets/codelet_zbuild.c
+++ b/runtime/openmp/codelets/codelet_zbuild.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zbuild StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
@@ -21,7 +21,7 @@
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgeadd.c b/runtime/openmp/codelets/codelet_zgeadd.c
index 2ceeb8159..e1bb12f26 100644
--- a/runtime/openmp/codelets/codelet_zgeadd.c
+++ b/runtime/openmp/codelets/codelet_zgeadd.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeadd StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgelqt.c b/runtime/openmp/codelets/codelet_zgelqt.c
index 8dd282d62..d6baed7cf 100644
--- a/runtime/openmp/codelets/codelet_zgelqt.c
+++ b/runtime/openmp/codelets/codelet_zgelqt.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgemm.c b/runtime/openmp/codelets/codelet_zgemm.c
index b2737c388..cc15f3d0d 100644
--- a/runtime/openmp/codelets/codelet_zgemm.c
+++ b/runtime/openmp/codelets/codelet_zgemm.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgeqrt.c b/runtime/openmp/codelets/codelet_zgeqrt.c
index f8bf811af..2f2ed8c49 100644
--- a/runtime/openmp/codelets/codelet_zgeqrt.c
+++ b/runtime/openmp/codelets/codelet_zgeqrt.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgessm.c b/runtime/openmp/codelets/codelet_zgessm.c
index 2ed15696a..29969b08e 100644
--- a/runtime/openmp/codelets/codelet_zgessm.c
+++ b/runtime/openmp/codelets/codelet_zgessm.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgessq.c b/runtime/openmp/codelets/codelet_zgessq.c
index f28d03aff..ae15172d4 100644
--- a/runtime/openmp/codelets/codelet_zgessq.c
+++ b/runtime/openmp/codelets/codelet_zgessq.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf.c b/runtime/openmp/codelets/codelet_zgetrf.c
index ab9869f7e..8a197d18b 100644
--- a/runtime/openmp/codelets/codelet_zgetrf.c
+++ b/runtime/openmp/codelets/codelet_zgetrf.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf_incpiv.c b/runtime/openmp/codelets/codelet_zgetrf_incpiv.c
index 9f26a7064..00edb5847 100644
--- a/runtime/openmp/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/openmp/codelets/codelet_zgetrf_incpiv.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_incpiv StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf_nopiv.c b/runtime/openmp/codelets/codelet_zgetrf_nopiv.c
index 829b5473e..86a520800 100644
--- a/runtime/openmp/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/openmp/codelets/codelet_zgetrf_nopiv.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_nopiv StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zhe2ge.c b/runtime/openmp/codelets/codelet_zhe2ge.c
index 06ffbf724..f0730231c 100644
--- a/runtime/openmp/codelets/codelet_zhe2ge.c
+++ b/runtime/openmp/codelets/codelet_zhe2ge.c
@@ -4,14 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhe2ge StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Philippe Virouleau
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zhemm.c b/runtime/openmp/codelets/codelet_zhemm.c
index 4d632655a..91cafbb92 100644
--- a/runtime/openmp/codelets/codelet_zhemm.c
+++ b/runtime/openmp/codelets/codelet_zhemm.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zher2k.c b/runtime/openmp/codelets/codelet_zher2k.c
index a999ae582..0ad4992a4 100644
--- a/runtime/openmp/codelets/codelet_zher2k.c
+++ b/runtime/openmp/codelets/codelet_zher2k.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zherfb.c b/runtime/openmp/codelets/codelet_zherfb.c
index 2699b1003..bb6f5a4dc 100644
--- a/runtime/openmp/codelets/codelet_zherfb.c
+++ b/runtime/openmp/codelets/codelet_zherfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherfb StarPU codelet
  *
- * @version 1.0.0
- * @author Hatem Ltaief
- * @date 2010-11-15
+ * @version 0.9.2
+ * @author Philippe Virouleau
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zherk.c b/runtime/openmp/codelets/codelet_zherk.c
index a177be9b7..d9742c267 100644
--- a/runtime/openmp/codelets/codelet_zherk.c
+++ b/runtime/openmp/codelets/codelet_zherk.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zhessq.c b/runtime/openmp/codelets/codelet_zhessq.c
index 409d413dd..702095aed 100644
--- a/runtime/openmp/codelets/codelet_zhessq.c
+++ b/runtime/openmp/codelets/codelet_zhessq.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhessq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlacpy.c b/runtime/openmp/codelets/codelet_zlacpy.c
index 44ea300eb..e483d86d1 100644
--- a/runtime/openmp/codelets/codelet_zlacpy.c
+++ b/runtime/openmp/codelets/codelet_zlacpy.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlacpy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlag2c.c b/runtime/openmp/codelets/codelet_zlag2c.c
index 26a024cd0..cc3b003c0 100644
--- a/runtime/openmp/codelets/codelet_zlag2c.c
+++ b/runtime/openmp/codelets/codelet_zlag2c.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlag2c StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions mixed zc -> ds
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlange.c b/runtime/openmp/codelets/codelet_zlange.c
index 7c898916e..5ed3ec11c 100644
--- a/runtime/openmp/codelets/codelet_zlange.c
+++ b/runtime/openmp/codelets/codelet_zlange.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlanhe.c b/runtime/openmp/codelets/codelet_zlanhe.c
index 094245ddf..5f9e0a771 100644
--- a/runtime/openmp/codelets/codelet_zlanhe.c
+++ b/runtime/openmp/codelets/codelet_zlanhe.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlanhe StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlansy.c b/runtime/openmp/codelets/codelet_zlansy.c
index f4f8834c4..147b59da4 100644
--- a/runtime/openmp/codelets/codelet_zlansy.c
+++ b/runtime/openmp/codelets/codelet_zlansy.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlansy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlantr.c b/runtime/openmp/codelets/codelet_zlantr.c
index 517bf27a2..994d2fb26 100644
--- a/runtime/openmp/codelets/codelet_zlantr.c
+++ b/runtime/openmp/codelets/codelet_zlantr.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlantr StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlascal.c b/runtime/openmp/codelets/codelet_zlascal.c
index 2aa990418..84944c909 100644
--- a/runtime/openmp/codelets/codelet_zlascal.c
+++ b/runtime/openmp/codelets/codelet_zlascal.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlascal StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dalal Sukkari
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlaset.c b/runtime/openmp/codelets/codelet_zlaset.c
index 6d9eb3768..8884f4cbf 100644
--- a/runtime/openmp/codelets/codelet_zlaset.c
+++ b/runtime/openmp/codelets/codelet_zlaset.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlaset2.c b/runtime/openmp/codelets/codelet_zlaset2.c
index 08e49e0ba..87fb57d9e 100644
--- a/runtime/openmp/codelets/codelet_zlaset2.c
+++ b/runtime/openmp/codelets/codelet_zlaset2.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset2 StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlatro.c b/runtime/openmp/codelets/codelet_zlatro.c
index ec50bb9cf..86c0c4b88 100644
--- a/runtime/openmp/codelets/codelet_zlatro.c
+++ b/runtime/openmp/codelets/codelet_zlatro.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlatro StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zlauum.c b/runtime/openmp/codelets/codelet_zlauum.c
index 70030fc19..3d729f974 100644
--- a/runtime/openmp/codelets/codelet_zlauum.c
+++ b/runtime/openmp/codelets/codelet_zlauum.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlauum StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplghe.c b/runtime/openmp/codelets/codelet_zplghe.c
index a785b19c2..f7721e74c 100644
--- a/runtime/openmp/codelets/codelet_zplghe.c
+++ b/runtime/openmp/codelets/codelet_zplghe.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplghe StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplgsy.c b/runtime/openmp/codelets/codelet_zplgsy.c
index 4a3cea2f6..d41878c37 100644
--- a/runtime/openmp/codelets/codelet_zplgsy.c
+++ b/runtime/openmp/codelets/codelet_zplgsy.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplgsy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplrnt.c b/runtime/openmp/codelets/codelet_zplrnt.c
index 139f44c8b..9827cc74c 100644
--- a/runtime/openmp/codelets/codelet_zplrnt.c
+++ b/runtime/openmp/codelets/codelet_zplrnt.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplrnt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zplssq.c b/runtime/openmp/codelets/codelet_zplssq.c
index cec083dca..e41484c09 100644
--- a/runtime/openmp/codelets/codelet_zplssq.c
+++ b/runtime/openmp/codelets/codelet_zplssq.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplssq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zpotrf.c b/runtime/openmp/codelets/codelet_zpotrf.c
index 815ac1e43..72ac47a75 100644
--- a/runtime/openmp/codelets/codelet_zpotrf.c
+++ b/runtime/openmp/codelets/codelet_zpotrf.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrf StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zssssm.c b/runtime/openmp/codelets/codelet_zssssm.c
index db82b480e..c1fd4b896 100644
--- a/runtime/openmp/codelets/codelet_zssssm.c
+++ b/runtime/openmp/codelets/codelet_zssssm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zssssm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsymm.c b/runtime/openmp/codelets/codelet_zsymm.c
index 76d6ec7b7..85bb6c0fe 100644
--- a/runtime/openmp/codelets/codelet_zsymm.c
+++ b/runtime/openmp/codelets/codelet_zsymm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsyr2k.c b/runtime/openmp/codelets/codelet_zsyr2k.c
index a2a231fa4..bedb0ef46 100644
--- a/runtime/openmp/codelets/codelet_zsyr2k.c
+++ b/runtime/openmp/codelets/codelet_zsyr2k.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsyrk.c b/runtime/openmp/codelets/codelet_zsyrk.c
index 16e0e370d..797aa4b08 100644
--- a/runtime/openmp/codelets/codelet_zsyrk.c
+++ b/runtime/openmp/codelets/codelet_zsyrk.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsyssq.c b/runtime/openmp/codelets/codelet_zsyssq.c
index 86b58eb00..bc616c81b 100644
--- a/runtime/openmp/codelets/codelet_zsyssq.c
+++ b/runtime/openmp/codelets/codelet_zsyssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyssq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zsytrf_nopiv.c b/runtime/openmp/codelets/codelet_zsytrf_nopiv.c
index 73032cf98..3fb6bb2c4 100644
--- a/runtime/openmp/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/openmp/codelets/codelet_zsytrf_nopiv.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrf_nopiv StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2011-10-09
+ * @date 2018-06-15
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztplqt.c b/runtime/openmp/codelets/codelet_ztplqt.c
index 367e437a7..d35487b00 100644
--- a/runtime/openmp/codelets/codelet_ztplqt.c
+++ b/runtime/openmp/codelets/codelet_ztplqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztplqt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-06-15
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztpmlqt.c b/runtime/openmp/codelets/codelet_ztpmlqt.c
index a5da0f533..5a131e823 100644
--- a/runtime/openmp/codelets/codelet_ztpmlqt.c
+++ b/runtime/openmp/codelets/codelet_ztpmlqt.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @brief Chameleon ztpmlqt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-06-15
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztpmqrt.c b/runtime/openmp/codelets/codelet_ztpmqrt.c
index 5378a2a5b..a281b35cc 100644
--- a/runtime/openmp/codelets/codelet_ztpmqrt.c
+++ b/runtime/openmp/codelets/codelet_ztpmqrt.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @brief Chameleon ztpmqrt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-06-15
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztpqrt.c b/runtime/openmp/codelets/codelet_ztpqrt.c
index 755de21bd..13ce6a8f5 100644
--- a/runtime/openmp/codelets/codelet_ztpqrt.c
+++ b/runtime/openmp/codelets/codelet_ztpqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpqrt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-06-15
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztradd.c b/runtime/openmp/codelets/codelet_ztradd.c
index 384ba192d..dbf8ba72f 100644
--- a/runtime/openmp/codelets/codelet_ztradd.c
+++ b/runtime/openmp/codelets/codelet_ztradd.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztradd StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2011-11-03
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrasm.c b/runtime/openmp/codelets/codelet_ztrasm.c
index c2a017cfd..715dc89a1 100644
--- a/runtime/openmp/codelets/codelet_ztrasm.c
+++ b/runtime/openmp/codelets/codelet_ztrasm.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrasm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrmm.c b/runtime/openmp/codelets/codelet_ztrmm.c
index bd255050d..248865be1 100644
--- a/runtime/openmp/codelets/codelet_ztrmm.c
+++ b/runtime/openmp/codelets/codelet_ztrmm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrsm.c b/runtime/openmp/codelets/codelet_ztrsm.c
index 9db743cab..062bfc51c 100644
--- a/runtime/openmp/codelets/codelet_ztrsm.c
+++ b/runtime/openmp/codelets/codelet_ztrsm.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-20
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrssq.c b/runtime/openmp/codelets/codelet_ztrssq.c
index b4ce2a660..38a69fca2 100644
--- a/runtime/openmp/codelets/codelet_ztrssq.c
+++ b/runtime/openmp/codelets/codelet_ztrssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrssq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztrtri.c b/runtime/openmp/codelets/codelet_ztrtri.c
index cef754f89..ea113cdae 100644
--- a/runtime/openmp/codelets/codelet_ztrtri.c
+++ b/runtime/openmp/codelets/codelet_ztrtri.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrtri StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c b/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
index 0d1b2d1ff..4bd4eec93 100644
--- a/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/openmp/codelets/codelet_ztsmlq_hetra1.c
@@ -4,18 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmlq_hetra1 StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @author Philippe Virouleau
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c b/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
index 6ae8085c9..1a655281b 100644
--- a/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/openmp/codelets/codelet_ztsmqr_hetra1.c
@@ -4,18 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmqr_hetra1 StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @author Philippe Virouleau
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ztstrf.c b/runtime/openmp/codelets/codelet_ztstrf.c
index 4072b5d68..2db3931ec 100644
--- a/runtime/openmp/codelets/codelet_ztstrf.c
+++ b/runtime/openmp/codelets/codelet_ztstrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztstrf StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zunmlq.c b/runtime/openmp/codelets/codelet_zunmlq.c
index 0dd8f263d..6de8202b2 100644
--- a/runtime/openmp/codelets/codelet_zunmlq.c
+++ b/runtime/openmp/codelets/codelet_zunmlq.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zunmqr.c b/runtime/openmp/codelets/codelet_zunmqr.c
index ed40c4211..93190251e 100644
--- a/runtime/openmp/codelets/codelet_zunmqr.c
+++ b/runtime/openmp/codelets/codelet_zunmqr.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/openmp/control/runtime_async.c b/runtime/openmp/control/runtime_async.c
index cb88c5e00..7de751289 100644
--- a/runtime/openmp/control/runtime_async.c
+++ b/runtime/openmp/control/runtime_async.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU asynchronous routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  *
  */
 #include <stdlib.h>
diff --git a/runtime/openmp/control/runtime_context.c b/runtime/openmp/control/runtime_context.c
index 19dded396..c8130f46a 100644
--- a/runtime/openmp/control/runtime_context.c
+++ b/runtime/openmp/control/runtime_context.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU context routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  *
  */
 #include <stdlib.h>
diff --git a/runtime/openmp/control/runtime_control.c b/runtime/openmp/control/runtime_control.c
index 1a6c0185c..0f304bb38 100644
--- a/runtime/openmp/control/runtime_control.c
+++ b/runtime/openmp/control/runtime_control.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU control routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  *
  */
 #include <stdlib.h>
diff --git a/runtime/openmp/control/runtime_descriptor.c b/runtime/openmp/control/runtime_descriptor.c
index b6144495c..5fefecb65 100644
--- a/runtime/openmp/control/runtime_descriptor.c
+++ b/runtime/openmp/control/runtime_descriptor.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon OpenMP descriptor routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @author Philippe Virouleau
- * @date 2018-06-21
+ * @date 2018-06-15
  *
  */
 #include <stdlib.h>
diff --git a/runtime/openmp/control/runtime_options.c b/runtime/openmp/control/runtime_options.c
index 744c31324..d7bd49d20 100644
--- a/runtime/openmp/control/runtime_options.c
+++ b/runtime/openmp/control/runtime_options.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU options routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  *
  */
 #include <stdlib.h>
diff --git a/runtime/openmp/control/runtime_profiling.c b/runtime/openmp/control/runtime_profiling.c
index 4d8f07a95..dfb9e2579 100644
--- a/runtime/openmp/control/runtime_profiling.c
+++ b/runtime/openmp/control/runtime_profiling.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU profiling routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2018-06-15
  *
  */
 #include "chameleon_openmp.h"
diff --git a/runtime/openmp/include/chameleon_openmp.h b/runtime/openmp/include/chameleon_openmp.h
index cc9a127af..2e93fe8f0 100644
--- a/runtime/openmp/include/chameleon_openmp.h
+++ b/runtime/openmp/include/chameleon_openmp.h
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon OpenMP runtime main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Philippe Virouleau
- * @date 2018-06-21
+ * @date 2018-06-15
  *
  */
-#ifndef _CHAMELEON_OPENMP_H_
-#define _CHAMELEON_OPENMP_H_
+#ifndef _chameleon_openmp_h_
+#define _chameleon_openmp_h_
 
 #include "coreblas.h"
 
@@ -30,4 +30,4 @@
 #define RTBLKADDR( desc, type, m, n ) ( (type*)RUNTIME_data_getaddr( desc, m, n ) )
 
 
-#endif /* _CHAMELEON_OPENMP_H_ */
+#endif /* _chameleon_openmp_h_ */
diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt
index de97e489c..30787450a 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2015-11-04
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/parsec/codelets/codelet_map.c b/runtime/parsec/codelets/codelet_map.c
index 6e94bff16..55e7d79d7 100644
--- a/runtime/parsec/codelets/codelet_map.c
+++ b/runtime/parsec/codelets/codelet_map.c
@@ -2,16 +2,16 @@
  *
  * @file parsec/codelet_map.c
  *
- * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon map PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-09-24
+ * @date 2018-09-25
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/codelets/codelet_zasum.c b/runtime/parsec/codelets/codelet_zasum.c
index 476211356..ccea81743 100644
--- a/runtime/parsec/codelets/codelet_zasum.c
+++ b/runtime/parsec/codelets/codelet_zasum.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zasum PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c
index cc79a219c..ed886e868 100644
--- a/runtime/parsec/codelets/codelet_zaxpy.c
+++ b/runtime/parsec/codelets/codelet_zaxpy.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zaxpy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c
index cd6c149e0..bd85b99b0 100644
--- a/runtime/parsec/codelets/codelet_zbuild.c
+++ b/runtime/parsec/codelets/codelet_zbuild.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zbuild PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2016-09-08
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c
index 7d937857f..da7eb2de2 100644
--- a/runtime/parsec/codelets/codelet_zgeadd.c
+++ b/runtime/parsec/codelets/codelet_zgeadd.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeadd PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Reazul Hoque
- * @date 2010-11-15
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c
index 32a7dfaa9..38cc714d6 100644
--- a/runtime/parsec/codelets/codelet_zgelqt.c
+++ b/runtime/parsec/codelets/codelet_zgelqt.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c
index e66de50ac..c3db187a6 100644
--- a/runtime/parsec/codelets/codelet_zgemm.c
+++ b/runtime/parsec/codelets/codelet_zgemm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c
index 3aaaf84cf..ca6f169c9 100644
--- a/runtime/parsec/codelets/codelet_zgeqrt.c
+++ b/runtime/parsec/codelets/codelet_zgeqrt.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c
index a4762cfa2..0515ccec7 100644
--- a/runtime/parsec/codelets/codelet_zgessm.c
+++ b/runtime/parsec/codelets/codelet_zgessm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c
index 80cf62f1d..eb1ffd6f6 100644
--- a/runtime/parsec/codelets/codelet_zgessq.c
+++ b/runtime/parsec/codelets/codelet_zgessq.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c
index e5bb24dfb..8154ca2cf 100644
--- a/runtime/parsec/codelets/codelet_zgetrf.c
+++ b/runtime/parsec/codelets/codelet_zgetrf.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
index 55a1fe635..d3128c049 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_incpiv PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
index 0aadb3c90..2ff4e9a20 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_nopiv PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c
index 95855c353..a54fb14aa 100644
--- a/runtime/parsec/codelets/codelet_zhe2ge.c
+++ b/runtime/parsec/codelets/codelet_zhe2ge.c
@@ -4,14 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhe2ge PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-12-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c
index 17ba0e9b8..a4ce4f613 100644
--- a/runtime/parsec/codelets/codelet_zhemm.c
+++ b/runtime/parsec/codelets/codelet_zhemm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c
index a28253ff0..1d4aec6ff 100644
--- a/runtime/parsec/codelets/codelet_zher2k.c
+++ b/runtime/parsec/codelets/codelet_zher2k.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index 8f6166e19..489e7d016 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_blas PaRSEC wrapper
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2016-12-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c
index 36afff206..4cd3f591b 100644
--- a/runtime/parsec/codelets/codelet_zherk.c
+++ b/runtime/parsec/codelets/codelet_zherk.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c
index 0001a5103..238e56bcb 100644
--- a/runtime/parsec/codelets/codelet_zhessq.c
+++ b/runtime/parsec/codelets/codelet_zhessq.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhessq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index d79617ccb..4b5faaf1d 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlacpy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c
index 60696e548..6c6543535 100644
--- a/runtime/parsec/codelets/codelet_zlag2c.c
+++ b/runtime/parsec/codelets/codelet_zlag2c.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlag2c PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c
index 89b5c0c8f..b66dfd7bc 100644
--- a/runtime/parsec/codelets/codelet_zlange.c
+++ b/runtime/parsec/codelets/codelet_zlange.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c
index 94fbdcd42..5621b08cc 100644
--- a/runtime/parsec/codelets/codelet_zlanhe.c
+++ b/runtime/parsec/codelets/codelet_zlanhe.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlanhe PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c
index 65e0103b4..85e23886b 100644
--- a/runtime/parsec/codelets/codelet_zlansy.c
+++ b/runtime/parsec/codelets/codelet_zlansy.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlansy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c
index 2b4456a60..d4aa9b42a 100644
--- a/runtime/parsec/codelets/codelet_zlantr.c
+++ b/runtime/parsec/codelets/codelet_zlantr.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlantr PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c
index 67f705326..09f40b18f 100644
--- a/runtime/parsec/codelets/codelet_zlascal.c
+++ b/runtime/parsec/codelets/codelet_zlascal.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlascal PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2016-12-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c
index 0b6be5841..f9e0b9566 100644
--- a/runtime/parsec/codelets/codelet_zlaset.c
+++ b/runtime/parsec/codelets/codelet_zlaset.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c
index 42df500d8..731e6d471 100644
--- a/runtime/parsec/codelets/codelet_zlaset2.c
+++ b/runtime/parsec/codelets/codelet_zlaset2.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset2 PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index 055280383..af9c8cf3d 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon core_blas PaRSEC wrapper
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c
index fff691ccc..497862ea1 100644
--- a/runtime/parsec/codelets/codelet_zlauum.c
+++ b/runtime/parsec/codelets/codelet_zlauum.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlauum PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c
index cf643bcd5..324270e2a 100644
--- a/runtime/parsec/codelets/codelet_zplghe.c
+++ b/runtime/parsec/codelets/codelet_zplghe.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplghe PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c
index 3e6d99da4..9ab5a4fae 100644
--- a/runtime/parsec/codelets/codelet_zplgsy.c
+++ b/runtime/parsec/codelets/codelet_zplgsy.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplgsy PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c
index e84e00c0d..2bbeef741 100644
--- a/runtime/parsec/codelets/codelet_zplrnt.c
+++ b/runtime/parsec/codelets/codelet_zplrnt.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplrnt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c
index 99006c131..6c7978293 100644
--- a/runtime/parsec/codelets/codelet_zplssq.c
+++ b/runtime/parsec/codelets/codelet_zplssq.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplssq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c
index d82f3f6e4..0b6b6b9b5 100644
--- a/runtime/parsec/codelets/codelet_zpotrf.c
+++ b/runtime/parsec/codelets/codelet_zpotrf.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrf PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c
index d5ccbcefa..25d00097a 100644
--- a/runtime/parsec/codelets/codelet_zssssm.c
+++ b/runtime/parsec/codelets/codelet_zssssm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zssssm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index 13896c602..703b1b5d1 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c
index c563ec04b..3a44fa279 100644
--- a/runtime/parsec/codelets/codelet_zsyr2k.c
+++ b/runtime/parsec/codelets/codelet_zsyr2k.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c
index 15eb1b87c..6c1109e89 100644
--- a/runtime/parsec/codelets/codelet_zsyrk.c
+++ b/runtime/parsec/codelets/codelet_zsyrk.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c
index 2cf93e2bb..9f06c6d4c 100644
--- a/runtime/parsec/codelets/codelet_zsyssq.c
+++ b/runtime/parsec/codelets/codelet_zsyssq.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyssq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
index 6038f9f94..ae4cdc640 100644
--- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrf_nopiv PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index 96a220925..b99d4961f 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztplqt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-01-31
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index ce66b3e80..b31b3514b 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpmlqt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-01-31
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index 173110758..e8caa5d1f 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpmqrt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2016-12-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index f2308aa5b..022d7014e 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpqrt PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2016-12-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c
index 267ac386a..fdfb35729 100644
--- a/runtime/parsec/codelets/codelet_ztradd.c
+++ b/runtime/parsec/codelets/codelet_ztradd.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztradd PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c
index 25baa50df..dc222f01d 100644
--- a/runtime/parsec/codelets/codelet_ztrasm.c
+++ b/runtime/parsec/codelets/codelet_ztrasm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrasm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c
index 1f4ce41cd..a7b16e6aa 100644
--- a/runtime/parsec/codelets/codelet_ztrmm.c
+++ b/runtime/parsec/codelets/codelet_ztrmm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c
index e0c3676d8..0d068b3c6 100644
--- a/runtime/parsec/codelets/codelet_ztrsm.c
+++ b/runtime/parsec/codelets/codelet_ztrsm.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c
index 18bfc229f..f56c8b7ef 100644
--- a/runtime/parsec/codelets/codelet_ztrssq.c
+++ b/runtime/parsec/codelets/codelet_ztrssq.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrssq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c
index 399128d28..c8f80aa30 100644
--- a/runtime/parsec/codelets/codelet_ztrtri.c
+++ b/runtime/parsec/codelets/codelet_ztrtri.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrtri PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
index dbc5cfef2..5df710c3a 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmlq_hetra1 PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index 70b97494c..3aeddf268 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmqr_hetra1 PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-15
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c
index 94ba99482..5cf60cee1 100644
--- a/runtime/parsec/codelets/codelet_ztstrf.c
+++ b/runtime/parsec/codelets/codelet_ztstrf.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztstrf PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c
index f37239ec7..f1c725cc3 100644
--- a/runtime/parsec/codelets/codelet_zunmlq.c
+++ b/runtime/parsec/codelets/codelet_zunmlq.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c
index 4eff289be..66eb30cdb 100644
--- a/runtime/parsec/codelets/codelet_zunmqr.c
+++ b/runtime/parsec/codelets/codelet_zunmqr.c
@@ -4,15 +4,16 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr PaRSEC codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
+ * @date 2015-11-04
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c
index 86b93c3f7..0fc7a30a9 100644
--- a/runtime/parsec/control/runtime_async.c
+++ b/runtime/parsec/control/runtime_async.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC asynchronous routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include <stdlib.h>
diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c
index e75177411..41ad7df21 100644
--- a/runtime/parsec/control/runtime_context.c
+++ b/runtime/parsec/control/runtime_context.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC context routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include <stdlib.h>
diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c
index e42d59794..4719ff7a2 100644
--- a/runtime/parsec/control/runtime_control.c
+++ b/runtime/parsec/control/runtime_control.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC control routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include <stdio.h>
diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c
index bbb52d3e0..76df84146 100644
--- a/runtime/parsec/control/runtime_descriptor.c
+++ b/runtime/parsec/control/runtime_descriptor.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC descriptor routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include <stdlib.h>
diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c
index 635b4109e..0bfbbcb29 100644
--- a/runtime/parsec/control/runtime_options.c
+++ b/runtime/parsec/control/runtime_options.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC options routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include <stdio.h>
diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c
index 41a915760..870233220 100644
--- a/runtime/parsec/control/runtime_profiling.c
+++ b/runtime/parsec/control/runtime_profiling.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC profiling routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c
index 8ec032c01..f381354ef 100644
--- a/runtime/parsec/control/runtime_zlocality.c
+++ b/runtime/parsec/control/runtime_zlocality.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include "runtime/PaRSEC/include/chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c
index fcafda34c..85109d950 100644
--- a/runtime/parsec/control/runtime_zprofiling.c
+++ b/runtime/parsec/control/runtime_zprofiling.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Reazul Hoque
  * @author Mathieu Faverge
- * @date 2017-01-12
+ * @date 2015-11-04
  *
  */
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h
index 7fea9f987..94a850f75 100644
--- a/runtime/parsec/include/chameleon_parsec.h
+++ b/runtime/parsec/include/chameleon_parsec.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon PaRSEC runtime header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Reazul Hoque
- * @date 2018-02-06
+ * @date 2017-07-31
  *
  */
 #ifndef _chameleon_parsec_h_
diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
index 22284c156..83a38ad37 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/quark/codelets/codelet_map.c b/runtime/quark/codelets/codelet_map.c
index ef84d52d1..872f9c7a0 100644
--- a/runtime/quark/codelets/codelet_map.c
+++ b/runtime/quark/codelets/codelet_map.c
@@ -2,16 +2,16 @@
  *
  * @file quark/codelet_map.c
  *
- * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon map Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-09-24
+ * @date 2018-09-25
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/codelets/codelet_zasum.c b/runtime/quark/codelets/codelet_zasum.c
index d3b354bca..6dd5cce03 100644
--- a/runtime/quark/codelets/codelet_zasum.c
+++ b/runtime/quark/codelets/codelet_zasum.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zasum Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c
index 2ced4ad71..be7fd5959 100644
--- a/runtime/quark/codelets/codelet_zaxpy.c
+++ b/runtime/quark/codelets/codelet_zaxpy.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zaxpy Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c
index 143f5daad..d7269a6af 100644
--- a/runtime/quark/codelets/codelet_zbuild.c
+++ b/runtime/quark/codelets/codelet_zbuild.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zbuild Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2016-09-08
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
index 935bc0ba1..dd8205a6e 100644
--- a/runtime/quark/codelets/codelet_zgeadd.c
+++ b/runtime/quark/codelets/codelet_zgeadd.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeadd Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
index 45db83e55..6704bd55a 100644
--- a/runtime/quark/codelets/codelet_zgelqt.c
+++ b/runtime/quark/codelets/codelet_zgelqt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
index 6d1f34159..b736b9b88 100644
--- a/runtime/quark/codelets/codelet_zgemm.c
+++ b/runtime/quark/codelets/codelet_zgemm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
index 33ad21a52..4aa554ea9 100644
--- a/runtime/quark/codelets/codelet_zgeqrt.c
+++ b/runtime/quark/codelets/codelet_zgeqrt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
index 63b59a664..53a6b3eb9 100644
--- a/runtime/quark/codelets/codelet_zgessm.c
+++ b/runtime/quark/codelets/codelet_zgessm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c
index 00f0afa54..f63b6d99a 100644
--- a/runtime/quark/codelets/codelet_zgessq.c
+++ b/runtime/quark/codelets/codelet_zgessq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessq Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
index b0e27d37a..86d1c3244 100644
--- a/runtime/quark/codelets/codelet_zgetrf.c
+++ b/runtime/quark/codelets/codelet_zgetrf.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
index 9b9d29a7f..7a4da42d7 100644
--- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_incpiv Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
index c7115e7d5..8dd8e65fd 100644
--- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_nopiv Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2013-02-01
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c
index df631b002..fc141c5b7 100644
--- a/runtime/quark/codelets/codelet_zhe2ge.c
+++ b/runtime/quark/codelets/codelet_zhe2ge.c
@@ -4,14 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhe2ge Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
index 50d27e898..af368adb2 100644
--- a/runtime/quark/codelets/codelet_zhemm.c
+++ b/runtime/quark/codelets/codelet_zhemm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
index e443776a2..c39093ddc 100644
--- a/runtime/quark/codelets/codelet_zher2k.c
+++ b/runtime/quark/codelets/codelet_zher2k.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index d86fc4202..3e4565b31 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherfb Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
index c99a79970..70254a131 100644
--- a/runtime/quark/codelets/codelet_zherk.c
+++ b/runtime/quark/codelets/codelet_zherk.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c
index 139f8fa25..5d797c984 100644
--- a/runtime/quark/codelets/codelet_zhessq.c
+++ b/runtime/quark/codelets/codelet_zhessq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhessq Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index 8aa18403b..817b68452 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlacpy Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
index 7358e9095..23bf31b92 100644
--- a/runtime/quark/codelets/codelet_zlag2c.c
+++ b/runtime/quark/codelets/codelet_zlag2c.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlag2c Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions mixed zc -> ds
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c
index d4d84d2e0..c1d32c432 100644
--- a/runtime/quark/codelets/codelet_zlange.c
+++ b/runtime/quark/codelets/codelet_zlange.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c
index 219436a9b..8ff0c70d0 100644
--- a/runtime/quark/codelets/codelet_zlanhe.c
+++ b/runtime/quark/codelets/codelet_zlanhe.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlanhe Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c
index 456946338..1acef127c 100644
--- a/runtime/quark/codelets/codelet_zlansy.c
+++ b/runtime/quark/codelets/codelet_zlansy.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlansy Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c
index 2b9907b1f..708f78329 100644
--- a/runtime/quark/codelets/codelet_zlantr.c
+++ b/runtime/quark/codelets/codelet_zlantr.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlantr Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c
index 8c6e79561..5f73570b9 100644
--- a/runtime/quark/codelets/codelet_zlascal.c
+++ b/runtime/quark/codelets/codelet_zlascal.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlascal Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2016-11-30
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
index ae92e8a84..5b35de50f 100644
--- a/runtime/quark/codelets/codelet_zlaset.c
+++ b/runtime/quark/codelets/codelet_zlaset.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
index 93e556588..aa4998a40 100644
--- a/runtime/quark/codelets/codelet_zlaset2.c
+++ b/runtime/quark/codelets/codelet_zlaset2.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset2 Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index 8875cd59d..220a0c6f8 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlatro Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
index b60a9685e..17022ca6a 100644
--- a/runtime/quark/codelets/codelet_zlauum.c
+++ b/runtime/quark/codelets/codelet_zlauum.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlauum Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
index 7b1028c83..b57d82c8a 100644
--- a/runtime/quark/codelets/codelet_zplghe.c
+++ b/runtime/quark/codelets/codelet_zplghe.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplghe Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
index f4fff3d81..60eee5385 100644
--- a/runtime/quark/codelets/codelet_zplgsy.c
+++ b/runtime/quark/codelets/codelet_zplgsy.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplgsy Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
index 8dc58fdeb..455c0a8d0 100644
--- a/runtime/quark/codelets/codelet_zplrnt.c
+++ b/runtime/quark/codelets/codelet_zplrnt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplrnt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c
index 14418c58f..8744b7b3e 100644
--- a/runtime/quark/codelets/codelet_zplssq.c
+++ b/runtime/quark/codelets/codelet_zplssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplssq Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
index b2910da29..b3bb0256c 100644
--- a/runtime/quark/codelets/codelet_zpotrf.c
+++ b/runtime/quark/codelets/codelet_zpotrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrf Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
index 878b17a56..bc5b3ae5c 100644
--- a/runtime/quark/codelets/codelet_zssssm.c
+++ b/runtime/quark/codelets/codelet_zssssm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zssssm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index 1a784fcbc..acb3cd449 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
index 2111951b4..66da8d9c6 100644
--- a/runtime/quark/codelets/codelet_zsyr2k.c
+++ b/runtime/quark/codelets/codelet_zsyr2k.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
index 4393ff64b..d32372f7a 100644
--- a/runtime/quark/codelets/codelet_zsyrk.c
+++ b/runtime/quark/codelets/codelet_zsyrk.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c
index 1c40b80b5..9611e2082 100644
--- a/runtime/quark/codelets/codelet_zsyssq.c
+++ b/runtime/quark/codelets/codelet_zsyssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyssq Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
index 34c6a0de1..cf41a06c0 100644
--- a/runtime/quark/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrf_nopiv Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2011-10-09
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index 98b153433..e151f0a9c 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztplqt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-08
+ * @date 2018-01-31
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index fa435550d..d2ccd5fa1 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpmlqt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-08
+ * @date 2018-01-31
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index bdf662727..ac396d88a 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpmqrt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-08
+ * @date 2016-12-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index b508e548c..814300de1 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpqrt Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-08
+ * @date 2016-12-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c
index 8c42160bc..d804d9599 100644
--- a/runtime/quark/codelets/codelet_ztradd.c
+++ b/runtime/quark/codelets/codelet_ztradd.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztradd Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2011-11-03
+ * @date 2015-11-03
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c
index 7141901a9..bed226280 100644
--- a/runtime/quark/codelets/codelet_ztrasm.c
+++ b/runtime/quark/codelets/codelet_ztrasm.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrasm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
index 975f3245a..5697128bf 100644
--- a/runtime/quark/codelets/codelet_ztrmm.c
+++ b/runtime/quark/codelets/codelet_ztrmm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
index 9319cc384..ce15a4ca1 100644
--- a/runtime/quark/codelets/codelet_ztrsm.c
+++ b/runtime/quark/codelets/codelet_ztrsm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c
index 0f35454ae..92cac805f 100644
--- a/runtime/quark/codelets/codelet_ztrssq.c
+++ b/runtime/quark/codelets/codelet_ztrssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrssq Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
index 16fbdbf0f..edc02bc7f 100644
--- a/runtime/quark/codelets/codelet_ztrtri.c
+++ b/runtime/quark/codelets/codelet_ztrtri.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrtri Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
index bc94ca699..6b68cfed4 100644
--- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmlq_hetra1 Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index d01b716f0..879302364 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmqr_hetra1 Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
index 1c31704e2..e9671f4da 100644
--- a/runtime/quark/codelets/codelet_ztstrf.c
+++ b/runtime/quark/codelets/codelet_ztstrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztstrf Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
index af020eaec..76141454b 100644
--- a/runtime/quark/codelets/codelet_zunmlq.c
+++ b/runtime/quark/codelets/codelet_zunmlq.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
index 8407d8967..75968addd 100644
--- a/runtime/quark/codelets/codelet_zunmqr.c
+++ b/runtime/quark/codelets/codelet_zunmqr.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr Quark codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index e28314f0d..fcb84fd32 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark asynchronous routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Jakub Kurzak
  * @author Vijay Joshi
  * @author Cedric Castagnede
- * @date 2011-10-29
+ * @date 2015-05-22
  *
  */
 #include <stdlib.h>
diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c
index 93868c6fc..d84ddf00d 100644
--- a/runtime/quark/control/runtime_context.c
+++ b/runtime/quark/control/runtime_context.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark context routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
  * @author Cedric Castagnede
- * @date 2011-10-29
+ * @date 2015-05-22
  *
  */
 #include <stdlib.h>
diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c
index 494663108..e153b9081 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark control routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2015-05-22
  *
  */
 #include <stdio.h>
diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c
index 951f362c9..cb4d198ba 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark descriptor routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
  * @author Cedric Castagnede
- * @date 2012-09-15
+ * @date 2015-05-22
  *
  */
 #include <stdlib.h>
diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c
index c9a66a8ae..816319870 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark options routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
  * @author Cedric Castagnede
- * @date 2011-10-29
+ * @date 2015-05-22
  *
  */
 #include <stdio.h>
diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c
index 44978c3fa..685a81c40 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark profiling routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
  * @author Cedric Castagnede
- * @date 2011-10-29
+ * @date 2015-05-22
  *
  */
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c
index 10c61649e..b0f4bfca2 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Vijay Joshi
- * @date 2011-10-29
+ * @date 2015-05-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index 7d2e176a9..9e9ccea93 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2015-05-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index fac669ae0..4cc04939c 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark runtime main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2017-07-31
  *
  */
 #ifndef _chameleon_quark_h_
diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
index 649330aa1..f5ba7073d 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon Quark DAG generation header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2018-11-08
+ * @date 2014-11-16
  *
  */
 #ifndef _core_blas_dag_h_
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index d25a9839b..ff9906389 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/starpu/codelets/codelet_map.c b/runtime/starpu/codelets/codelet_map.c
index b3d2856e0..3d1c3e8e2 100644
--- a/runtime/starpu/codelets/codelet_map.c
+++ b/runtime/starpu/codelets/codelet_map.c
@@ -2,14 +2,14 @@
  *
  * @file starpu/codelet_map.c
  *
- * @copyright 2018-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2018-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon map StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @date 2018-09-24
  *
diff --git a/runtime/starpu/codelets/codelet_zasum.c b/runtime/starpu/codelets/codelet_zasum.c
index 6bfaf2c13..1cbd3e6b2 100644
--- a/runtime/starpu/codelets/codelet_zasum.c
+++ b/runtime/starpu/codelets/codelet_zasum.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zasum StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c
index 5280eae12..38368ffff 100644
--- a/runtime/starpu/codelets/codelet_zaxpy.c
+++ b/runtime/starpu/codelets/codelet_zaxpy.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zaxpy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Florent Pruvost
- * @date 2014-07-18
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c
index a2610a9bc..d10574c7c 100644
--- a/runtime/starpu/codelets/codelet_zbuild.c
+++ b/runtime/starpu/codelets/codelet_zbuild.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zbuild StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Guillaume Sylvand
- * @date 2016-09-05
+ * @date 2016-09-08
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index 745b122e3..0c31aa653 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zcallback StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @author Florent Pruvost
- *  @date 2018-11-08
+ *  @date 2014-11-16
  *  @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
index eb0adebe5..d4105c89d 100644
--- a/runtime/starpu/codelets/codelet_zgeadd.c
+++ b/runtime/starpu/codelets/codelet_zgeadd.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeadd StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
index abdf1954c..2bdf26fe7 100644
--- a/runtime/starpu/codelets/codelet_zgelqt.c
+++ b/runtime/starpu/codelets/codelet_zgelqt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgelqt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index fed1350a7..3ac4d9ee0 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
index 1ff57d185..ff78c7ec5 100644
--- a/runtime/starpu/codelets/codelet_zgeqrt.c
+++ b/runtime/starpu/codelets/codelet_zgeqrt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
index 72736b064..e4278006b 100644
--- a/runtime/starpu/codelets/codelet_zgessm.c
+++ b/runtime/starpu/codelets/codelet_zgessm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c
index e22f803bc..3c37cb1c6 100644
--- a/runtime/starpu/codelets/codelet_zgessq.c
+++ b/runtime/starpu/codelets/codelet_zgessq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgessq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
index 977e8c2c5..6711c4de7 100644
--- a/runtime/starpu/codelets/codelet_zgetrf.c
+++ b/runtime/starpu/codelets/codelet_zgetrf.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
index 66a5201ca..5e033500f 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_incpiv StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
index 3efbe362e..4b108067c 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgetrf_nopiv StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2013-02-01
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c
index 11ce21834..c1d97a668 100644
--- a/runtime/starpu/codelets/codelet_zhe2ge.c
+++ b/runtime/starpu/codelets/codelet_zhe2ge.c
@@ -4,14 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhe2ge StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index 4f7698352..3dbcae1b3 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
index 24553aba4..2cf491f62 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c
index d83314923..8974ad765 100644
--- a/runtime/starpu/codelets/codelet_zherfb.c
+++ b/runtime/starpu/codelets/codelet_zherfb.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherfb StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index d8709bac1..059705fd2 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c
index c2ebde6af..724f5e6fb 100644
--- a/runtime/starpu/codelets/codelet_zhessq.c
+++ b/runtime/starpu/codelets/codelet_zhessq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhessq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index 9c53e6e4e..9893f4f29 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlacpy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
index 46eea2740..79a12d480 100644
--- a/runtime/starpu/codelets/codelet_zlag2c.c
+++ b/runtime/starpu/codelets/codelet_zlag2c.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlag2c StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions mixed zc -> ds
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c
index 4b389bbb2..7d6297db6 100644
--- a/runtime/starpu/codelets/codelet_zlange.c
+++ b/runtime/starpu/codelets/codelet_zlange.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c
index 4fc51d3d0..6ad883725 100644
--- a/runtime/starpu/codelets/codelet_zlanhe.c
+++ b/runtime/starpu/codelets/codelet_zlanhe.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlanhe StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c
index fdea83309..cba12c33f 100644
--- a/runtime/starpu/codelets/codelet_zlansy.c
+++ b/runtime/starpu/codelets/codelet_zlansy.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlansy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c
index 078b81d6b..f76696297 100644
--- a/runtime/starpu/codelets/codelet_zlantr.c
+++ b/runtime/starpu/codelets/codelet_zlantr.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlantr StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c
index f625d8830..19b761154 100644
--- a/runtime/starpu/codelets/codelet_zlascal.c
+++ b/runtime/starpu/codelets/codelet_zlascal.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlascal StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Dalal Sukkari
- * @date 2010-11-15
+ * @date 2016-11-30
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
index 9108167de..2ad9dc2e9 100644
--- a/runtime/starpu/codelets/codelet_zlaset.c
+++ b/runtime/starpu/codelets/codelet_zlaset.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
index 0e67ee39d..2cba6a547 100644
--- a/runtime/starpu/codelets/codelet_zlaset2.c
+++ b/runtime/starpu/codelets/codelet_zlaset2.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlaset2 StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c
index 063b7aea8..5c635e08f 100644
--- a/runtime/starpu/codelets/codelet_zlatro.c
+++ b/runtime/starpu/codelets/codelet_zlatro.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlatro StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
index 2344c5171..361be4a06 100644
--- a/runtime/starpu/codelets/codelet_zlauum.c
+++ b/runtime/starpu/codelets/codelet_zlauum.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlauum StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
index 345d18a24..39cf74565 100644
--- a/runtime/starpu/codelets/codelet_zplghe.c
+++ b/runtime/starpu/codelets/codelet_zplghe.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplghe StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
index 9141ecd0f..216e61f39 100644
--- a/runtime/starpu/codelets/codelet_zplgsy.c
+++ b/runtime/starpu/codelets/codelet_zplgsy.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplgsy StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
index d824485da..f3b984c6b 100644
--- a/runtime/starpu/codelets/codelet_zplrnt.c
+++ b/runtime/starpu/codelets/codelet_zplrnt.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplrnt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c
index 2fe5d2a7f..683aedf2f 100644
--- a/runtime/starpu/codelets/codelet_zplssq.c
+++ b/runtime/starpu/codelets/codelet_zplssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zplssq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index bbfe81774..9de8abdd5 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotrf StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
index ecae613ee..33f7a5eca 100644
--- a/runtime/starpu/codelets/codelet_zssssm.c
+++ b/runtime/starpu/codelets/codelet_zssssm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zssssm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index 49d3af5d9..88d161a26 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
index 27b63010a..26e135bf7 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
index e08990453..3d3368546 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c
index 3f07e618d..543b6e1b6 100644
--- a/runtime/starpu/codelets/codelet_zsyssq.c
+++ b/runtime/starpu/codelets/codelet_zsyssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyssq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
index 06c4775e7..1200f2f77 100644
--- a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsytrf_nopiv StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
@@ -19,7 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Marc Sergent
- * @date 2011-10-09
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index 8132a27dd..e15fde664 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztplqt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2018-01-31
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c
index 54a24a070..025c60f0c 100644
--- a/runtime/starpu/codelets/codelet_ztpmlqt.c
+++ b/runtime/starpu/codelets/codelet_ztpmlqt.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @brief Chameleon ztpmlqt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-07
+ * @date 2018-01-31
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index c94a33b43..b149751e6 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -4,14 +4,14 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @brief Chameleon ztpmqrt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2018-11-07
+ * @date 2016-12-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index 143d613eb..dbe95343f 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztpqrt StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
- * @date 2016-12-15
+ * @date 2016-12-16
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c
index 57fa58e17..8204416f5 100644
--- a/runtime/starpu/codelets/codelet_ztradd.c
+++ b/runtime/starpu/codelets/codelet_ztradd.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztradd StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2011-11-03
+ * @date 2015-11-03
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c
index 1ca5a1a6a..d2528c349 100644
--- a/runtime/starpu/codelets/codelet_ztrasm.c
+++ b/runtime/starpu/codelets/codelet_ztrasm.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrasm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
index b9f553b64..32fb27c69 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
index 83310ab1b..03c554110 100644
--- a/runtime/starpu/codelets/codelet_ztrsm.c
+++ b/runtime/starpu/codelets/codelet_ztrsm.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c
index e7d0de998..110ba5001 100644
--- a/runtime/starpu/codelets/codelet_ztrssq.c
+++ b/runtime/starpu/codelets/codelet_ztrssq.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrssq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
index 804d21b02..1106e602f 100644
--- a/runtime/starpu/codelets/codelet_ztrtri.c
+++ b/runtime/starpu/codelets/codelet_ztrtri.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrtri StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Julien Langou
  * @author Henricus Bouwmeester
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
index 4e82f101c..b5cad6b05 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmlq_hetra1 StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
- * @date 2018-11-07
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
index 66fa69dab..0320559bd 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztsmqr_hetra1 StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
index 7e1dfd92a..4d740fc86 100644
--- a/runtime/starpu/codelets/codelet_ztstrf.c
+++ b/runtime/starpu/codelets/codelet_ztstrf.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztstrf StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
index 046b4e568..bab65bfcc 100644
--- a/runtime/starpu/codelets/codelet_zunmlq.c
+++ b/runtime/starpu/codelets/codelet_zunmlq.c
@@ -4,23 +4,23 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmlq StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
index afa04149b..ed8cbccd5 100644
--- a/runtime/starpu/codelets/codelet_zunmqr.c
+++ b/runtime/starpu/codelets/codelet_zunmqr.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zunmqr StarPU codelet
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c
index 231f2efb6..91ed1f320 100644
--- a/runtime/starpu/control/runtime_async.c
+++ b/runtime/starpu/control/runtime_async.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU asynchronous routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-05-22
  *
  */
 #include <stdlib.h>
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index 2bf597b24..69a29fe31 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU context routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-05-22
  *
  */
 #include <stdlib.h>
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index 96409c831..52c790e72 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU control routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-05-22
  *
  */
 #include <stdio.h>
diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index c8ffd2e6b..df527bbf5 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -11,11 +11,11 @@
  *
  * @brief Chameleon StarPU descriptor routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-05-22
  *
  */
 #include <stdlib.h>
diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c
index 8c833bd18..221c07e1d 100644
--- a/runtime/starpu/control/runtime_options.c
+++ b/runtime/starpu/control/runtime_options.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU options routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-05-22
  *
  */
 #include <stdio.h>
diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c
index 7887e85c5..acba26abf 100644
--- a/runtime/starpu/control/runtime_profiling.c
+++ b/runtime/starpu/control/runtime_profiling.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU profiling routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-05-22
  *
  */
 #include <math.h>
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index 158c14117..43028b5ae 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU workspaces routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
- * @date 2011-06-01
+ * @date 2015-05-22
  *
  */
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c
index 025e300c6..76801f283 100644
--- a/runtime/starpu/control/runtime_zlocality.c
+++ b/runtime/starpu/control/runtime_zlocality.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU CHAMELEON_Complex64_t kernel locality management
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2018-11-08
+ * @date 2015-05-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c
index 848746b7f..be99da3fc 100644
--- a/runtime/starpu/control/runtime_zprofiling.c
+++ b/runtime/starpu/control/runtime_zprofiling.c
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU CHAMELEON_Complex64_t kernel progiling
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2018-11-08
+ * @date 2015-05-22
  * @precisions normal z -> s d c
  *
  */
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index a9e781d9d..1a07cc802 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU runtime header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
- * @date 2011-06-01
+ * @date 2017-07-31
  *
  */
 #ifndef _chameleon_starpu_h_
diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h
index f918a473a..bd440c46c 100644
--- a/runtime/starpu/include/runtime_codelet_profile.h
+++ b/runtime/starpu/include/runtime_codelet_profile.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU codelet profiling header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2015-05-22
  *
  */
 #ifndef _runtime_codelet_profile_h_
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index b97e06ba8..d9c6e915e 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU CHAMELEON_Complex64_t codelets header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2018-11-08
+ * @date 2015-05-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index 5971d58cd..a68724449 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -4,18 +4,18 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU codelets main header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2015-05-22
  *
  */
 #ifndef _runtime_codelets_h_
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index ead440fc2..c6bdc7a30 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU profiling and kernel locality header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2011-06-01
+ * @date 2015-05-22
  *
  */
 #ifndef _runtime_profiling_h_
diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h
index 1bd5ce091..548d41505 100644
--- a/runtime/starpu/include/runtime_workspace.h
+++ b/runtime/starpu/include/runtime_workspace.h
@@ -4,16 +4,16 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon StarPU workspace header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Cedric Augonnet
- * @date 2011-06-01
+ * @date 2015-05-22
  *
  */
 #ifndef _runtime_workspace_h_
diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
index 6f1cd7311..103fb86a6 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,8 +17,8 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
-#  @date 2014-10-02
+#  @version 0.9.2
+#  @date 2014-11-16
 #
 ###
 
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index f04b0eff6..40b853364 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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/testing/lin/CMakeLists.txt b/testing/lin/CMakeLists.txt
index d8dd82adb..dcce2cdda 100644
--- a/testing/lin/CMakeLists.txt
+++ b/testing/lin/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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,7 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index 6ebe37715..a880d6e71 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CHAMELEON_Complex64_t auxiliary testings routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cédric Castagnède
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h
index a6b14d3a1..30b4bc004 100644
--- a/testing/testing_zauxiliary.h
+++ b/testing/testing_zauxiliary.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon CHAMELEON_Complex64_t auxiliary testings header
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cédric Castagnède
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index 81f4fe0e8..47fb94f94 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeadd testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2015-11-03
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index 6316ab1f5..61c6bf31d 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgels testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Bilel Hadri
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c
index 91b6d78d2..5baf40951 100644
--- a/testing/testing_zgels_hqr.c
+++ b/testing/testing_zgels_hqr.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgels_hqr testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Boucherie Raphael
- * @date 2017-05-17
+ * @date 2017-05-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgels_systolic.c b/testing/testing_zgels_systolic.c
index 7862ee0fd..329f5bc20 100644
--- a/testing/testing_zgels_systolic.c
+++ b/testing/testing_zgels_systolic.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgels_systolic testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Boucherie Raphael
- * @date 2017-05-17
+ * @date 2017-05-22
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index 6a9be91da..7244302ce 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgemm testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgeqrf_qdwh.c b/testing/testing_zgeqrf_qdwh.c
index 7e2330490..f6b93510f 100644
--- a/testing/testing_zgeqrf_qdwh.c
+++ b/testing/testing_zgeqrf_qdwh.c
@@ -4,22 +4,22 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgeqrf_qdwh testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Bilel Hadri
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2017-01-12
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index d382a5053..fe8fd06da 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgesv_incpiv testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Bilel Hadri, Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zgesvd.c b/testing/testing_zgesvd.c
index fd60eacd2..4884ceca0 100644
--- a/testing/testing_zgesvd.c
+++ b/testing/testing_zgesvd.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zgesvd testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Azzam Haidar
  * @author Hatem Ltaief
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zheevd.c b/testing/testing_zheevd.c
index 83ec273de..d38d3e68f 100644
--- a/testing/testing_zheevd.c
+++ b/testing/testing_zheevd.c
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zheevd testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Hatem Ltaief
  * @author Azzam Haidar
- * @date 2010-11-15
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index b9d19d03a..ae9526091 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zhemm testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index 16e72cfed..b8128bf9f 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zher2k testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index 1563fa571..72c026a4b 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zherk testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index 34fde1bc4..48787834f 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zlange testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.6.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.6.0 for CHAMELEON 0.9.2
  * @author Emmanuel Agullo
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zpemv.c b/testing/testing_zpemv.c
index 6c44c6dec..0e35f56d5 100644
--- a/testing/testing_zpemv.c
+++ b/testing/testing_zpemv.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpemv testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2011-10-06
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index 1c6835dae..25f740afb 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zposv testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Bilel Hadri, Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index 24f7d170f..dee0db509 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -4,21 +4,21 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zpotri testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index c2c7e25c2..af7b75c8e 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsymm testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index f801117ea..0f16cbaff 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyr2k testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index c3ebe8c33..aadcfb491 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon zsyrk testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index 07218469d..950fa0c5b 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrmm testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index 74ce2fe55..975147964 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -4,20 +4,20 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon ztrsm testing
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @comment This file has been automatically generated
- *          from Plasma 2.5.0 for CHAMELEON 1.0.0
+ *          from Plasma 2.5.0 for CHAMELEON 0.9.2
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/CMakeLists.txt b/timing/CMakeLists.txt
index ace5653ac..cbe827665 100644
--- a/timing/CMakeLists.txt
+++ b/timing/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-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
 ###
@@ -17,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-# @version 1.0.0
+# @version 0.9.2
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 2012-07-13
+#  @date 2014-11-16
 #
 ###
 
diff --git a/timing/flops.h b/timing/flops.h
index f5f73d16b..13c62cedb 100644
--- a/timing/flops.h
+++ b/timing/flops.h
@@ -4,17 +4,17 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  *  File provided by Univ. of Tennessee,
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Cedric Castagnede
- * @date 2010-12-20
+ * @date 2014-11-16
  *
  */
 /*
diff --git a/timing/time_zgelqf.c b/timing/time_zgelqf.c
index 45c69f046..bbe2cc2a8 100644
--- a/timing/time_zgelqf.c
+++ b/timing/time_zgelqf.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-04-13
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgelqf_tile.c b/timing/time_zgelqf_tile.c
index bc4723baf..0acbd3de4 100644
--- a/timing/time_zgelqf_tile.c
+++ b/timing/time_zgelqf_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-04-13
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgels.c b/timing/time_zgels.c
index 30a3ad5e1..fbf9f8f6b 100644
--- a/timing/time_zgels.c
+++ b/timing/time_zgels.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgels_tile.c b/timing/time_zgels_tile.c
index 0d628287b..c2ca58486 100644
--- a/timing/time_zgels_tile.c
+++ b/timing/time_zgels_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgemm.c b/timing/time_zgemm.c
index f48fe1826..1b332945a 100644
--- a/timing/time_zgemm.c
+++ b/timing/time_zgemm.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgemm_tile.c b/timing/time_zgemm_tile.c
index 996b626d6..b558d4939 100644
--- a/timing/time_zgemm_tile.c
+++ b/timing/time_zgemm_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgeqrf.c b/timing/time_zgeqrf.c
index 89e3534e4..d167515bf 100644
--- a/timing/time_zgeqrf.c
+++ b/timing/time_zgeqrf.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgeqrf_hqr.c b/timing/time_zgeqrf_hqr.c
index 6b4f60459..b7c169425 100644
--- a/timing/time_zgeqrf_hqr.c
+++ b/timing/time_zgeqrf_hqr.c
@@ -4,15 +4,15 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-06-08
+ * @date 2017-05-29
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgeqrf_hqr_tile.c b/timing/time_zgeqrf_hqr_tile.c
index 3af4530fd..a4ebcc1c9 100644
--- a/timing/time_zgeqrf_hqr_tile.c
+++ b/timing/time_zgeqrf_hqr_tile.c
@@ -4,15 +4,15 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
- * @date 2017-06-08
+ * @date 2017-06-13
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgeqrf_tile.c b/timing/time_zgeqrf_tile.c
index dc257558b..1e117c5e5 100644
--- a/timing/time_zgeqrf_tile.c
+++ b/timing/time_zgeqrf_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgeqrs_tile.c b/timing/time_zgeqrs_tile.c
index 78b008c1a..39cf2d2ac 100644
--- a/timing/time_zgeqrs_tile.c
+++ b/timing/time_zgeqrs_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2015-07-28
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgesv_incpiv.c b/timing/time_zgesv_incpiv.c
index b32c8a50e..8daba2352 100644
--- a/timing/time_zgesv_incpiv.c
+++ b/timing/time_zgesv_incpiv.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgesv_incpiv_tile.c b/timing/time_zgesv_incpiv_tile.c
index 7bd220fdf..cb23145ad 100644
--- a/timing/time_zgesv_incpiv_tile.c
+++ b/timing/time_zgesv_incpiv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgesv_nopiv.c b/timing/time_zgesv_nopiv.c
index e5df487d4..c64107f5f 100644
--- a/timing/time_zgesv_nopiv.c
+++ b/timing/time_zgesv_nopiv.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgesv_nopiv_tile.c b/timing/time_zgesv_nopiv_tile.c
index 9ca418ad2..5e9709479 100644
--- a/timing/time_zgesv_nopiv_tile.c
+++ b/timing/time_zgesv_nopiv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgesvd_tile.c b/timing/time_zgesvd_tile.c
index 0d3c39cc3..3803d6703 100644
--- a/timing/time_zgesvd_tile.c
+++ b/timing/time_zgesvd_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetrf_incpiv.c b/timing/time_zgetrf_incpiv.c
index 0f7c9c5b8..2e13d00f1 100644
--- a/timing/time_zgetrf_incpiv.c
+++ b/timing/time_zgetrf_incpiv.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetrf_incpiv_tile.c b/timing/time_zgetrf_incpiv_tile.c
index 1e8f7a29a..619aacb39 100644
--- a/timing/time_zgetrf_incpiv_tile.c
+++ b/timing/time_zgetrf_incpiv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetrf_nopiv.c b/timing/time_zgetrf_nopiv.c
index c4597ed01..24c267a9c 100644
--- a/timing/time_zgetrf_nopiv.c
+++ b/timing/time_zgetrf_nopiv.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetrf_nopiv_tile.c b/timing/time_zgetrf_nopiv_tile.c
index 1f09dc220..f56cd95e9 100644
--- a/timing/time_zgetrf_nopiv_tile.c
+++ b/timing/time_zgetrf_nopiv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetri_tile.c b/timing/time_zgetri_tile.c
index 4c37f34eb..b64c57079 100644
--- a/timing/time_zgetri_tile.c
+++ b/timing/time_zgetri_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetrs_incpiv_tile.c b/timing/time_zgetrs_incpiv_tile.c
index 10d4203f1..310962f3a 100644
--- a/timing/time_zgetrs_incpiv_tile.c
+++ b/timing/time_zgetrs_incpiv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2015-07-28
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zgetrs_nopiv_tile.c b/timing/time_zgetrs_nopiv_tile.c
index 661e4e9ae..4ebcfbd27 100644
--- a/timing/time_zgetrs_nopiv_tile.c
+++ b/timing/time_zgetrs_nopiv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2015-07-28
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zheevd_tile.c b/timing/time_zheevd_tile.c
index cb7bf1d0f..74bfd5662 100644
--- a/timing/time_zheevd_tile.c
+++ b/timing/time_zheevd_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2016-12-09
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zlange.c b/timing/time_zlange.c
index da0d670a1..8db08f781 100644
--- a/timing/time_zlange.c
+++ b/timing/time_zlange.c
@@ -4,12 +4,14 @@
  *
  * @Copyright 2009-2014 The University of Tennessee and The University
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zlange_tile.c b/timing/time_zlange_tile.c
index ddb74f321..147c59559 100644
--- a/timing/time_zlange_tile.c
+++ b/timing/time_zlange_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zposv.c b/timing/time_zposv.c
index f933c6228..5ca0f40fe 100644
--- a/timing/time_zposv.c
+++ b/timing/time_zposv.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zposv_tile.c b/timing/time_zposv_tile.c
index 417873ddc..2f032d5a3 100644
--- a/timing/time_zposv_tile.c
+++ b/timing/time_zposv_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zpotrf.c b/timing/time_zpotrf.c
index d64178f97..78900b1f4 100644
--- a/timing/time_zpotrf.c
+++ b/timing/time_zpotrf.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverges
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zpotrf_tile.c b/timing/time_zpotrf_tile.c
index 67e957389..9799baeed 100644
--- a/timing/time_zpotrf_tile.c
+++ b/timing/time_zpotrf_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zpotri_tile.c b/timing/time_zpotri_tile.c
index 192068d39..97f709738 100644
--- a/timing/time_zpotri_tile.c
+++ b/timing/time_zpotri_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zpotrs_tile.c b/timing/time_zpotrs_tile.c
index 6df7c5b2e..f937d4834 100644
--- a/timing/time_zpotrs_tile.c
+++ b/timing/time_zpotrs_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2015-07-28
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/time_zsytrf_tile.c b/timing/time_zsytrf_tile.c
index 28f7ab529..38c3d1c5b 100644
--- a/timing/time_zsytrf_tile.c
+++ b/timing/time_zsytrf_tile.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c
  *
  */
diff --git a/timing/time_ztrsm.c b/timing/time_ztrsm.c
index cb4a411b0..12e488196 100644
--- a/timing/time_ztrsm.c
+++ b/timing/time_ztrsm.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/timing.c b/timing/timing.c
index 771173b24..dfb85242b 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -4,19 +4,19 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
  * @brief Chameleon auxiliary routines
  *
- * @version 1.0.0
+ * @version 0.9.2
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @author Dulceneia Becker
  * @author Cedric Castagnede
- * @date 2010-11-15
+ * @date 2014-11-16
  *
  */
 #if defined( _WIN32 ) || defined( _WIN64 )
diff --git a/timing/timing.h b/timing/timing.h
index bd5c4b33d..2ffbb9573 100644
--- a/timing/timing.h
+++ b/timing/timing.h
@@ -4,10 +4,12 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2014-11-16
  *
  */
 #ifndef _timing_h_
diff --git a/timing/timing_zauxiliary.c b/timing/timing_zauxiliary.c
index 9fa3e969e..f804164b6 100644
--- a/timing/timing_zauxiliary.c
+++ b/timing/timing_zauxiliary.c
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2015-03-24
  * @precisions normal z -> c d s
  *
  */
diff --git a/timing/timing_zauxiliary.h b/timing/timing_zauxiliary.h
index 7e3cca968..2c9957f52 100644
--- a/timing/timing_zauxiliary.h
+++ b/timing/timing_zauxiliary.h
@@ -4,12 +4,14 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
- * @version 1.0.0
+ * @version 0.9.2
+ * @author Mathieu Faverge
+ * @date 2015-03-24
  * @precisions normal z -> c d s
  *
  */
diff --git a/tools/analysis.sh b/tools/analysis.sh
index 2359771ec..4c549d00f 100755
--- a/tools/analysis.sh
+++ b/tools/analysis.sh
@@ -12,10 +12,10 @@
 ./tools/find_sources.sh
 
 # Generate coverage xml output
-lcov -a $PWD/chameleon_starpu.lcov
-     -a $PWD/chameleon_starpu_simgrid.lcov
-     -a $PWD/chameleon_quark.lcov
-     -a $PWD/chameleon_parsec.lcov
+lcov -a $PWD/chameleon_starpu.lcov \
+     -a $PWD/chameleon_starpu_simgrid.lcov \
+     -a $PWD/chameleon_quark.lcov \
+     -a $PWD/chameleon_parsec.lcov \
      -o $PWD/chameleon.lcov
 lcov --summary chameleon.lcov
 lcov_cobertura.py chameleon.lcov --output chameleon_coverage.xml
@@ -26,38 +26,34 @@ export UNDEFINITIONS="-UCHAMELEON_USE_OPENCL -UWIN32 -UWIN64 -U_MSC_EXTENSIONS -
 # run cppcheck analysis
 cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingInclude ${UNDEFINITIONS} --file-list=./filelist.txt 2> chameleon_cppcheck.xml
 
-# run rats analysis
-rats -w 3 --xml  `cat filelist.txt` > chameleon_rats.xml
-
 # create the sonarqube config file
 cat > sonar-project.properties << EOF
 sonar.host.url=https://sonarqube.bordeaux.inria.fr/sonarqube
 sonar.login=$SONARQUBE_LOGIN
 
-sonar.links.homepage=https://gitlab.inria.fr/solverstack/chameleon
-sonar.links.scm=https://gitlab.inria.fr/solverstack/chameleon.git
-sonar.links.ci=https://gitlab.inria.fr/solverstack/chameleon/pipelines
-sonar.links.issue=https://gitlab.inria.fr/solverstack/chameleon/issues
+sonar.links.homepage=$CI_PROJECT_URL
+sonar.links.scm=$CI_REPOSITORY_URL
+sonar.links.ci=https://gitlab.inria.fr/$CI_PROJECT_NAMESPACE/chameleon/pipelines
+sonar.links.issue=https://gitlab.inria.fr/$CI_PROJECT_NAMESPACE/chameleon/issues
 
-sonar.projectKey=hiepacs:chameleon:gitlab:master
+sonar.projectKey=hiepacs:chameleon:gitlab:$CI_PROJECT_NAMESPACE:$CI_COMMIT_REF_NAME
 sonar.projectDescription=Dense linear algebra subroutines for heterogeneous and distributed architectures
-sonar.projectVersion=master
+sonar.projectVersion=0.9
 
 sonar.language=c
-sonar.sources=build, compute, control, coreblas, example, include, runtime, testing, timing
-sonar.inclusions=`cat filelist.txt | xargs echo | sed 's/ /, /g'`
-sonar.c.includeDirectories=$(echo | gcc -E -Wp,-v - 2>&1 | grep "^ " | tr '\n' ',').,include,coreblas/include,runtime/parsec/include,runtime/quark/include,runtime/starpu/include,build,build/control,build/coreblas,build/coreblas/include,build/include,build/runtime/parsec/include,build/runtime/quark/include,build/runtime/starpu/include,hqr/include,$PARSEC_DIR/include,$QUARK_DIR/include,$STARPU_DIR/include/starpu/1.2,$SIMGRID_DIR/include
+sonar.sources=build-openmp, build-parsec, build-quark, build-starpu, build-starpu_simgrid, compute, control, coreblas, example, include, runtime, testing, timing
+sonar.inclusions=`cat filelist.txt | sed ':a;N;$!ba;s/\n/, /g'`
+sonar.c.includeDirectories=$(echo | gcc -E -Wp,-v - 2>&1 | grep "^ " | tr '\n' ',').,$(find . -type f -name '*.h' | sed -r 's|/[^/]+$||' |sort |uniq | xargs echo | sed -e 's/ /,/g'),$PARSEC_DIR/include,$QUARK_DIR/include,$STARPU_DIR/include/starpu/1.2,$SIMGRID_DIR/include
 sonar.sourceEncoding=UTF-8
 sonar.c.errorRecoveryEnabled=true
 sonar.c.compiler.charset=UTF-8
 sonar.c.compiler.parser=GCC
 sonar.c.compiler.regex=^(.*):(\\\d+):\\\d+: warning: (.*)\\\[(.*)\\\]$
-sonar.c.compiler.reportPath=chameleon_starpu.log, chameleon_starpu_simgrid.log, chameleon_quark.log, chameleon_parsec.log
+sonar.c.compiler.reportPath=chameleon_build.log
 sonar.c.coverage.reportPath=chameleon_coverage.xml
 sonar.c.cppcheck.reportPath=chameleon_cppcheck.xml
-sonar.c.rats.reportPath=chameleon_rats.xml
-sonar.c.clangsa.reportPath=build/analyzer_reports/*/*.plist
-sonar.c.jsonCompilationDatabase=build/compile_commands.json
+sonar.c.clangsa.reportPath=build-openmp/analyzer_reports/*/*.plist, build-parsec/analyzer_reports/*/*.plist, build-quark/analyzer_reports/*/*.plist, build-starpu/analyzer_reports/*/*.plist, build-starpu_simgrid/analyzer_reports/*/*.plist
+sonar.c.jsonCompilationDatabase=build-openmp/compile_commands.json, build-parsec/compile_commands.json, build-quark/compile_commands.json, build-starpu/compile_commands.json, build-starpu_simgrid/compile_commands.json
 EOF
 
 # run sonar analysis + publish on sonarqube-dev
diff --git a/tools/check_header.sh b/tools/check_header.sh
index e4e3ead8e..46dd216a5 100755
--- a/tools/check_header.sh
+++ b/tools/check_header.sh
@@ -6,7 +6,7 @@
 #
 #  @version 6.0.0
 #  @author Mathieu Faverge
-#  @date 2017-06-24
+#  @date 2018-10-12
 #
 # This script check that basic informations is present and correct in
 # headers of source files.
@@ -53,10 +53,10 @@ check_header_copyright()
     filename=$1
     basename=`basename $filename`
 
-    toto=`grep -E " @copyright [0-9]{4}-2018 Bordeaux INP" $filename`
+    toto=`grep -E " @copyright [0-9]{4}-2019 Bordeaux INP" $filename`
     if [ $? -ne 0 ]
     then
-        toto=`grep -E " @copyright 2018      Bordeaux INP" $filename`
+        toto=`grep -E " @copyright 2019      Bordeaux INP" $filename`
     fi
 
     if [ $? -ne 0 ]
diff --git a/tools/find_sources.sh b/tools/find_sources.sh
index 21471b1a2..f340967a4 100755
--- a/tools/find_sources.sh
+++ b/tools/find_sources.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -x
 
-SRCDIR_TO_ANALYZE="build compute control coreblas example include runtime testing timing"
+SRCDIR_TO_ANALYZE="build-openmp build-parsec build-quark build-starpu build-starpu_simgrid compute control coreblas example include runtime testing timing"
 
 echo $PWD
 rm -f filelist.txt
@@ -14,7 +14,7 @@ done
 sed -i '/CMakeFiles/d' filelist.txt
 
 # Remove installed files
-sed -i '/build\/install.*/d' filelist.txt
+sed -i '/build.*\/install.*/d' filelist.txt
 
 # Remove original files used for precision generation
 for file in `git grep "@precisions" | awk -F ":" '{ print $1 }'`
diff --git a/tools/fix_doxygen_date.sh b/tools/fix_doxygen_date.sh
new file mode 100755
index 000000000..fc28e1bcb
--- /dev/null
+++ b/tools/fix_doxygen_date.sh
@@ -0,0 +1,65 @@
+#
+#  @file fix_doxygen_date.sh
+#
+#  @copyright 2019      Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                       Univ. Bordeaux. All rights reserved.
+#
+#  @version 0.9.2
+#  @author Florent Pruvost
+#  @date 2019-03-13
+#
+# This script fix the date doxygen markup.
+#
+#!/bin/sh
+header=1
+
+print_header()
+{
+    if [ $header -ne 0 ]
+    then
+        echo "------ $1 --------"
+        header=0
+    fi
+}
+
+#
+# Update the @date with the creation date (first commit date)
+#
+fix_header_date()
+{
+    header=1
+    date_in_file=`cat $1 | grep -o "@date [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]" | cut  -c7-17`
+    date_fix=`git log --date=format:'%Y-%m-%d' -- $1 | grep Date | sort | cut -c9-19 | head -n1`
+    if [ -z "$date_in_file" ]
+    then
+        echo "$1 date is missing and should be $date_fix"
+        sed -i -e "s#\(@author.*\)#\1\n * @date $date_fix#" $1
+    else
+        echo "$1 $date_in_file $date_fix"
+        if [ "$date_in_file" != "$date_fix" ]
+        then
+            sed -i -e "s#@date [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]#@date $date_fix#" $1
+        fi
+    fi
+}
+
+#
+# Loop over files
+#
+files=`git ls-files | grep -v "^\." | grep -v ".*\.md" | grep -v LICENSE | grep -v ".*\.cmake" | grep -v "testing/lin" | grep -v doc/ | grep -v CTest | grep -v cblas.h | grep -v lapacke.h | grep -v "simucore/perfmodels/\.starpu" | grep -v "\.org"`
+
+if [ $# -gt 0 ]
+then
+    files=$*
+fi
+
+for f in $files
+do
+    #echo $f
+    if [ -d $f ]
+    then
+        continue;
+    fi
+
+    fix_header_date $f
+done
diff --git a/tools/release.sh b/tools/release.sh
new file mode 100755
index 000000000..d10025d81
--- /dev/null
+++ b/tools/release.sh
@@ -0,0 +1,65 @@
+#!/bin/bash
+
+changelog=""
+function gen_changelog()
+{
+    local firstline=$( grep -n "^chameleon-" ChangeLog | head -n 1 | cut -d ':' -f 1 )
+    firstline=$(( firstline + 2 ))
+    #echo $firstline
+    local lastline=$( grep -n "^chameleon-" ChangeLog | head -n 2 | tail -n 1 | cut -d ':' -f 1 )
+    lastline=$(( lastline - 1 ))
+    #echo $lastline
+
+    for i in `seq $firstline $lastline`
+    do
+        local line=$( head -n $i ChangeLog | tail -n 1 )
+        changelog="$changelog$line\\n"
+        #echo $line
+    done
+
+    changelog="$changelog\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the link Source code to get all submodules.\n"
+}
+
+release=""
+function get_release()
+{
+    local firstline=$( grep -n "^chameleon-" ChangeLog | head -n 1 | cut -d ':' -f 1 )
+    release=$( head -n $firstline ChangeLog | tail -n 1 | sed 's/chameleon\-//' )
+}
+
+# Get the release name through the branch name, and through the ChangeLog file.
+# Both have to match to be correct
+RELEASE_NAME=`echo $CI_COMMIT_REF_NAME | cut -d - -f 2`
+get_release
+
+if [ -z "$RELEASE_NAME" -o -z "$release" -o "$RELEASE_NAME" != "$release" ]
+then
+    echo "Commit name $RELEASE_NAME is different from ChangeLog name $release"
+    exit 1
+fi
+
+# generate the archive
+mkdir -p build-release
+cd build-release
+cmake ..
+make package_source
+
+# upload the source archive
+GETURL=`echo curl --request POST --header \"PRIVATE-TOKEN: $RELEASE_TOKEN\" --form \"file=\@chameleon-$RELEASE_NAME.tar.gz\" https://gitlab.inria.fr/api/v4/projects/$CI_PROJECT_ID/uploads`
+MYURL=`eval $GETURL | jq .url | sed "s#\"##g"`
+
+# extract the change log from ChangeLog
+gen_changelog
+
+# Try to remove the release if it already exists
+curl --request DELETE --header "PRIVATE-TOKEN: $RELEASE_TOKEN" https://gitlab.inria.fr/api/v4/projects/$CI_PROJECT_ID/releases/v$RELEASE_NAME
+
+# create the release and the associated tag
+COMMAND=`echo curl --header \"Content-Type: application/json\" --header \"PRIVATE-TOKEN: $RELEASE_TOKEN\" \
+  --data \'{ \"name\": \"v$RELEASE_NAME\", \
+            \"tag_name\": \"v$RELEASE_NAME\", \
+            \"ref\": \"$CI_COMMIT_REF_NAME\", \
+            \"description\": \"$changelog\", \
+            \"assets\": { \"links\": [{ \"name\": \"Download release\", \"url\": \"$CI_PROJECT_URL/$MYURL\" }] } }\' \
+  --request POST https://gitlab.inria.fr/api/v4/projects/$CI_PROJECT_ID/releases`
+eval $COMMAND
-- 
GitLab