From 5ca19ea0a45e53cd58581d6f547dee2fdbfa6b6f Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Sun, 16 Nov 2014 13:23:18 +0000
Subject: [PATCH] mv new_magmamorse folder in chameleon

---
 .../CMakeLists.txt => CMakeLists.txt          |   0
 .../CTestConfig.cmake => CTestConfig.cmake    |   0
 new_magmamorse/INSTALL.txt => INSTALL.txt     |   0
 new_magmamorse/LICENCE.txt => LICENCE.txt     |   0
 .../morse/GenPkgConfig.cmake                  |   0
 .../morse/MorseInit.cmake                     |   0
 .../morse/ParseArguments.cmake                |   0
 .../morse/PrintOpts.cmake                     |   0
 .../morse/RulesPrecisions.cmake               |   0
 .../morse/find/FindBLAS.cmake                 |   0
 .../morse/find/FindBLASEXT.cmake              |   0
 .../morse/find/FindCBLAS.cmake                |   0
 .../morse/find/FindFXT.cmake                  |   0
 .../morse/find/FindHWLOC.cmake                |   0
 .../morse/find/FindLAPACK.cmake               |   0
 .../morse/find/FindLAPACKE.cmake              |   0
 .../morse/find/FindLAPACKEXT.cmake            |   0
 .../morse/find/FindMAGMA.cmake                |   0
 .../morse/find/FindMETIS.cmake                |   0
 .../morse/find/FindPARMETIS.cmake             |   0
 .../morse/find/FindPTSCOTCH.cmake             |   0
 .../morse/find/FindQUARK.cmake                |   0
 .../morse/find/FindSCOTCH.cmake               |   0
 .../morse/find/FindSTARPU.cmake               |   0
 .../morse/find/FindTMG.cmake                  |   0
 .../morse/find/PrintFindStatus.cmake          |   0
 .../morse/precision_generator/Conversion.py   |   0
 .../morse/precision_generator/codegen.py      |   0
 .../precision_generator/genDependencies.py    |   0
 .../morse/precision_generator/subs.py         |   0
 .../compute => compute}/CMakeLists.txt        |   0
 {new_magmamorse/compute => compute}/pzgeadd.c |   0
 {new_magmamorse/compute => compute}/pzgelqf.c |   0
 .../compute => compute}/pzgelqfrh.c           |   0
 {new_magmamorse/compute => compute}/pzgemm.c  |   0
 {new_magmamorse/compute => compute}/pzgeqrf.c |   0
 .../compute => compute}/pzgeqrfrh.c           |   0
 .../compute => compute}/pzgetrf_incpiv.c      |   0
 .../compute => compute}/pzgetrf_nopiv.c       |   0
 {new_magmamorse/compute => compute}/pzhemm.c  |   0
 {new_magmamorse/compute => compute}/pzher2k.c |   0
 {new_magmamorse/compute => compute}/pzherk.c  |   0
 {new_magmamorse/compute => compute}/pzlacpy.c |   0
 {new_magmamorse/compute => compute}/pzlag2c.c |   0
 {new_magmamorse/compute => compute}/pzlange.c |   0
 {new_magmamorse/compute => compute}/pzlanhe.c |   0
 {new_magmamorse/compute => compute}/pzlansy.c |   0
 {new_magmamorse/compute => compute}/pzlantr.c |   0
 {new_magmamorse/compute => compute}/pzlaset.c |   0
 .../compute => compute}/pzlaset2.c            |   0
 {new_magmamorse/compute => compute}/pzlauum.c |   0
 {new_magmamorse/compute => compute}/pzplghe.c |   0
 {new_magmamorse/compute => compute}/pzplgsy.c |   0
 {new_magmamorse/compute => compute}/pzplrnt.c |   0
 {new_magmamorse/compute => compute}/pzpotrf.c |   0
 .../compute => compute}/pzpotrimm.c           |   0
 {new_magmamorse/compute => compute}/pzsymm.c  |   0
 {new_magmamorse/compute => compute}/pzsyr2k.c |   0
 {new_magmamorse/compute => compute}/pzsyrk.c  |   0
 {new_magmamorse/compute => compute}/pzsytrf.c |   0
 {new_magmamorse/compute => compute}/pztile.c  |   0
 {new_magmamorse/compute => compute}/pztrmm.c  |   0
 {new_magmamorse/compute => compute}/pztrsm.c  |   0
 .../compute => compute}/pztrsmpl.c            |   0
 {new_magmamorse/compute => compute}/pztrtri.c |   0
 {new_magmamorse/compute => compute}/pzunglq.c |   0
 .../compute => compute}/pzunglqrh.c           |   0
 {new_magmamorse/compute => compute}/pzungqr.c |   0
 .../compute => compute}/pzungqrrh.c           |   0
 {new_magmamorse/compute => compute}/pzunmlq.c |   0
 .../compute => compute}/pzunmlqrh.c           |   0
 {new_magmamorse/compute => compute}/pzunmqr.c |   0
 .../compute => compute}/pzunmqrrh.c           |   0
 {new_magmamorse/compute => compute}/zgelqf.c  |   0
 {new_magmamorse/compute => compute}/zgelqs.c  |   0
 {new_magmamorse/compute => compute}/zgels.c   |   0
 {new_magmamorse/compute => compute}/zgemm.c   |   0
 {new_magmamorse/compute => compute}/zgeqrf.c  |   0
 {new_magmamorse/compute => compute}/zgeqrs.c  |   0
 .../compute => compute}/zgesv_incpiv.c        |   0
 .../compute => compute}/zgesv_nopiv.c         |   0
 .../compute => compute}/zgetrf_incpiv.c       |   0
 .../compute => compute}/zgetrf_nopiv.c        |   0
 .../compute => compute}/zgetrs_incpiv.c       |   0
 .../compute => compute}/zgetrs_nopiv.c        |   0
 {new_magmamorse/compute => compute}/zhemm.c   |   0
 {new_magmamorse/compute => compute}/zher2k.c  |   0
 {new_magmamorse/compute => compute}/zherk.c   |   0
 {new_magmamorse/compute => compute}/zlacpy.c  |   0
 {new_magmamorse/compute => compute}/zlange.c  |   0
 {new_magmamorse/compute => compute}/zlanhe.c  |   0
 {new_magmamorse/compute => compute}/zlansy.c  |   0
 {new_magmamorse/compute => compute}/zlantr.c  |   0
 {new_magmamorse/compute => compute}/zlaset.c  |   0
 {new_magmamorse/compute => compute}/zlauum.c  |   0
 {new_magmamorse/compute => compute}/zplghe.c  |   0
 {new_magmamorse/compute => compute}/zplgsy.c  |   0
 {new_magmamorse/compute => compute}/zplrnt.c  |   0
 {new_magmamorse/compute => compute}/zposv.c   |   0
 {new_magmamorse/compute => compute}/zpotrf.c  |   0
 {new_magmamorse/compute => compute}/zpotri.c  |   0
 .../compute => compute}/zpotrimm.c            |   0
 {new_magmamorse/compute => compute}/zpotrs.c  |   0
 {new_magmamorse/compute => compute}/zsymm.c   |   0
 {new_magmamorse/compute => compute}/zsyr2k.c  |   0
 {new_magmamorse/compute => compute}/zsyrk.c   |   0
 {new_magmamorse/compute => compute}/zsysv.c   |   0
 {new_magmamorse/compute => compute}/zsytrf.c  |   0
 {new_magmamorse/compute => compute}/zsytrs.c  |   0
 {new_magmamorse/compute => compute}/ztile.c   |   0
 {new_magmamorse/compute => compute}/ztrmm.c   |   0
 {new_magmamorse/compute => compute}/ztrsm.c   |   0
 {new_magmamorse/compute => compute}/ztrsmpl.c |   0
 {new_magmamorse/compute => compute}/ztrtri.c  |   0
 {new_magmamorse/compute => compute}/zunglq.c  |   0
 {new_magmamorse/compute => compute}/zungqr.c  |   0
 {new_magmamorse/compute => compute}/zunmlq.c  |   0
 {new_magmamorse/compute => compute}/zunmqr.c  |   0
 .../control => control}/CMakeLists.txt        |   0
 {new_magmamorse/control => control}/async.c   |   0
 {new_magmamorse/control => control}/async.h   |   0
 .../control => control}/auxiliary.c           |   0
 .../control => control}/auxiliary.h           |   0
 {new_magmamorse/control => control}/bulge.h   |   0
 {new_magmamorse/control => control}/common.h  |   0
 .../control => control}/compute_z.h           |   0
 {new_magmamorse/control => control}/context.c |   0
 {new_magmamorse/control => control}/context.h |   0
 {new_magmamorse/control => control}/control.c |   0
 .../control => control}/descriptor.c          |   0
 .../control => control}/descriptor.h          |   0
 .../control => control}/gkkleader.h           |   0
 {new_magmamorse/control => control}/global.h  |   0
 .../control => control}/morse_f77.c           |   0
 .../control => control}/morse_f90.f90         |   0
 .../control => control}/morse_mf77.c          |   0
 .../control => control}/morse_zcf90.F90       |   0
 .../control => control}/morse_zf77.c          |   0
 .../control => control}/morse_zf90.F90        |   0
 .../morse_zf90_wrappers.F90                   |   0
 .../control => control}/morsewinthread.c      |   0
 .../control => control}/morsewinthread.h      |   0
 {new_magmamorse/control => control}/primes.h  |   0
 {new_magmamorse/control => control}/tile.c    |   0
 {new_magmamorse/control => control}/tile.h    |   0
 .../control => control}/workspace.c           |   0
 .../control => control}/workspace.h           |   0
 .../control => control}/workspace_z.c         |   0
 .../coreblas => coreblas}/CMakeLists.txt      |   0
 .../compute/CMakeLists.txt                    |   0
 .../compute/core_dzasum.c                     |   0
 .../compute/core_zgeadd.c                     |   0
 .../compute/core_zgelqt.c                     |   0
 .../compute/core_zgemm.c                      |   0
 .../compute/core_zgeqrt.c                     |   0
 .../compute/core_zgesplit.c                   |   0
 .../compute/core_zgessm.c                     |   0
 .../compute/core_zgessq.c                     |   0
 .../compute/core_zgetf2_nopiv.c               |   0
 .../compute/core_zgetrf.c                     |   0
 .../compute/core_zgetrf_incpiv.c              |   0
 .../compute/core_zgetrf_nopiv.c               |   0
 .../compute/core_zhemm.c                      |   0
 .../compute/core_zher2k.c                     |   0
 .../compute/core_zherk.c                      |   0
 .../compute/core_zhessq.c                     |   0
 .../compute/core_zlacpy.c                     |   0
 .../compute/core_zlag2c.c                     |   0
 .../compute/core_zlange.c                     |   0
 .../compute/core_zlanhe.c                     |   0
 .../compute/core_zlansy.c                     |   0
 .../compute/core_zlantr.c                     |   0
 .../compute/core_zlaset.c                     |   0
 .../compute/core_zlaset2.c                    |   0
 .../compute/core_zlauum.c                     |   0
 .../compute/core_zpamm.c                      |   0
 .../compute/core_zparfb.c                     |   0
 .../compute/core_zpemv.c                      |   0
 .../compute/core_zplghe.c                     |   0
 .../compute/core_zplgsy.c                     |   0
 .../compute/core_zplrnt.c                     |   0
 .../compute/core_zpotrf.c                     |   0
 .../compute/core_zssssm.c                     |   0
 .../compute/core_zsymm.c                      |   0
 .../compute/core_zsyr2k.c                     |   0
 .../compute/core_zsyrk.c                      |   0
 .../compute/core_zsyssq.c                     |   0
 .../compute/core_zsytf2_nopiv.c               |   0
 .../compute/core_ztrasm.c                     |   0
 .../compute/core_ztrmm.c                      |   0
 .../compute/core_ztrsm.c                      |   0
 .../compute/core_ztrssq.c                     |   0
 .../compute/core_ztrtri.c                     |   0
 .../compute/core_ztslqt.c                     |   0
 .../compute/core_ztsmlq.c                     |   0
 .../compute/core_ztsmqr.c                     |   0
 .../compute/core_ztsqrt.c                     |   0
 .../compute/core_ztstrf.c                     |   0
 .../compute/core_zttlqt.c                     |   0
 .../compute/core_zttmlq.c                     |   0
 .../compute/core_zttmqr.c                     |   0
 .../compute/core_zttqrt.c                     |   0
 .../compute/core_zunmlq.c                     |   0
 .../compute/core_zunmqr.c                     |   0
 .../coreblas => coreblas}/compute/global.c    |   0
 .../include/CMakeLists.txt                    |   0
 .../coreblas => coreblas}/include/cblas.h     |   0
 .../coreblas => coreblas}/include/coreblas.h  |   0
 .../include/coreblas_z.h                      |   0
 .../include/coreblas_zc.h                     |   0
 {new_magmamorse/docs => docs}/CMakeLists.txt  |   0
 .../docs => docs}/doxygen/CMakeLists.txt      |   0
 .../doxygen/conf-dev-quark.dox.in             |   0
 .../doxygen/conf-dev-starpu.dox.in            |   0
 .../doxygen/conf-usr-quark.dox.in             |   0
 .../doxygen/conf-usr-starpu.dox.in            |   0
 .../docs => docs}/doxygen/groups-dev.dox      |   0
 .../docs => docs}/doxygen/groups-usr.dox      |   0
 .../docs => docs}/texinfo/CMakeLists.txt      |   0
 .../texinfo/chapters/configuration.texi       |   0
 .../texinfo/chapters/installing.texi          |   0
 .../texinfo/chapters/introduction.texi        |   0
 .../docs => docs}/texinfo/chapters/using.texi |   0
 .../texinfo/figures/morse_header.png          | Bin
 .../texinfo/figures/potri_async.png           | Bin
 .../texinfo/figures/tile_layout.jpg           | Bin
 .../texinfo/figures/tile_layout.pdf           | Bin
 .../docs => docs}/texinfo/figures/tile_lu.jpg | Bin
 .../docs => docs}/texinfo/figures/tile_lu.pdf | Bin
 .../texinfo/figures/trace_qr.jpg              | Bin
 .../texinfo/figures/trace_qr.pdf              | Bin
 .../docs => docs}/texinfo/morse.css           |   0
 .../docs => docs}/texinfo/users_guide.texi.in |   0
 .../docs => docs}/texinfo/version.texi.in     |   0
 .../example => example}/CMakeLists.txt        |   0
 .../basic_zposv/CMakeLists.txt                |   0
 .../basic_zposv/basic_posv.h                  |   0
 .../basic_zposv/posv_morse_functions.h        |   0
 .../basic_zposv/posv_users_functions.h        |   0
 .../basic_zposv/zposv_morse_functions.c       |   0
 .../basic_zposv/zposv_users_functions.c       |   0
 .../lapack_to_morse/CMakeLists.txt            |   0
 .../lapack_to_morse/lapack_to_morse.h         |   0
 .../lapack_to_morse/step0.c                   |   0
 .../lapack_to_morse/step0.h                   |   0
 .../lapack_to_morse/step1.c                   |   0
 .../lapack_to_morse/step1.h                   |   0
 .../lapack_to_morse/step2.c                   |   0
 .../lapack_to_morse/step2.h                   |   0
 .../lapack_to_morse/step3.c                   |   0
 .../lapack_to_morse/step3.h                   |   0
 .../lapack_to_morse/step4.c                   |   0
 .../lapack_to_morse/step4.h                   |   0
 .../lapack_to_morse/step5.c                   |   0
 .../lapack_to_morse/step5.h                   |   0
 .../lapack_to_morse/step6.c                   |   0
 .../lapack_to_morse/step6.h                   |   0
 .../include => include}/CMakeLists.txt        |   0
 {new_magmamorse/include => include}/morse.h   |   0
 .../include => include}/morse_constants.h     |   0
 .../include => include}/morse_fortran.h       |   0
 .../include => include}/morse_kernels.h       |   0
 .../include => include}/morse_simulate.h      |   0
 .../include => include}/morse_struct.h        |   0
 .../include => include}/morse_types.h         |   0
 {new_magmamorse/include => include}/morse_z.h |   0
 .../include => include}/morse_zc.h            |   0
 {new_magmamorse/include => include}/runtime.h |   0
 .../include => include}/runtime_z.h           |   0
 .../include => include}/runtime_zc.h          |   0
 .../pkgconfig/magmamorse-quark.pc.in          |   0
 .../pkgconfig/magmamorse-starpu.pc.in         |   0
 new_magmamorse/.dir-locals.el                 | 105 ------------------
 .../runtime => runtime}/CMakeLists.txt        |   0
 .../runtime => runtime}/quark/CMakeLists.txt  |   0
 .../quark/codelets/codelet_dataflush.c        |   0
 .../quark/codelets/codelet_zasum.c            |   0
 .../quark/codelets/codelet_zaxpy.c            |   0
 .../quark/codelets/codelet_zgeadd.c           |   0
 .../quark/codelets/codelet_zgelqt.c           |   0
 .../quark/codelets/codelet_zgemm.c            |   0
 .../quark/codelets/codelet_zgeqrt.c           |   0
 .../quark/codelets/codelet_zgessm.c           |   0
 .../quark/codelets/codelet_zgessq.c           |   0
 .../quark/codelets/codelet_zgetrf.c           |   0
 .../quark/codelets/codelet_zgetrf_incpiv.c    |   0
 .../quark/codelets/codelet_zgetrf_nopiv.c     |   0
 .../quark/codelets/codelet_zhemm.c            |   0
 .../quark/codelets/codelet_zher2k.c           |   0
 .../quark/codelets/codelet_zherk.c            |   0
 .../quark/codelets/codelet_zhessq.c           |   0
 .../quark/codelets/codelet_zlacpy.c           |   0
 .../quark/codelets/codelet_zlag2c.c           |   0
 .../quark/codelets/codelet_zlange.c           |   0
 .../quark/codelets/codelet_zlanhe.c           |   0
 .../quark/codelets/codelet_zlansy.c           |   0
 .../quark/codelets/codelet_zlantr.c           |   0
 .../quark/codelets/codelet_zlaset.c           |   0
 .../quark/codelets/codelet_zlaset2.c          |   0
 .../quark/codelets/codelet_zlauum.c           |   0
 .../quark/codelets/codelet_zpamm.c            |   0
 .../quark/codelets/codelet_zplghe.c           |   0
 .../quark/codelets/codelet_zplgsy.c           |   0
 .../quark/codelets/codelet_zplrnt.c           |   0
 .../quark/codelets/codelet_zplssq.c           |   0
 .../quark/codelets/codelet_zpotrf.c           |   0
 .../quark/codelets/codelet_zssssm.c           |   0
 .../quark/codelets/codelet_zsymm.c            |   0
 .../quark/codelets/codelet_zsyr2k.c           |   0
 .../quark/codelets/codelet_zsyrk.c            |   0
 .../quark/codelets/codelet_zsyssq.c           |   0
 .../quark/codelets/codelet_zsytrf_nopiv.c     |   0
 .../quark/codelets/codelet_ztile_zero.c       |   0
 .../quark/codelets/codelet_ztrasm.c           |   0
 .../quark/codelets/codelet_ztrmm.c            |   0
 .../quark/codelets/codelet_ztrsm.c            |   0
 .../quark/codelets/codelet_ztrssq.c           |   0
 .../quark/codelets/codelet_ztrtri.c           |   0
 .../quark/codelets/codelet_ztslqt.c           |   0
 .../quark/codelets/codelet_ztsmlq.c           |   0
 .../quark/codelets/codelet_ztsmqr.c           |   0
 .../quark/codelets/codelet_ztsqrt.c           |   0
 .../quark/codelets/codelet_ztstrf.c           |   0
 .../quark/codelets/codelet_zttlqt.c           |   0
 .../quark/codelets/codelet_zttmlq.c           |   0
 .../quark/codelets/codelet_zttmqr.c           |   0
 .../quark/codelets/codelet_zttqrt.c           |   0
 .../quark/codelets/codelet_zunmlq.c           |   0
 .../quark/codelets/codelet_zunmqr.c           |   0
 .../runtime => runtime}/quark/control/async.c |   0
 .../quark/control/context.c                   |   0
 .../quark/control/control.c                   |   0
 .../quark/control/descriptor.c                |   0
 .../quark/control/options.c                   |   0
 .../quark/control/profiling.c                 |   0
 .../quark/control/zlocality.c                 |   0
 .../quark/control/zprofiling.c                |   0
 .../quark/include/CMakeLists.txt              |   0
 .../quark/include/core_blas_dag.h             |   0
 .../quark/include/morse_quark.h               |   0
 .../quark/include/quark_blas.h                |   0
 .../quark/include/quark_zblas.h               |   0
 .../quark/include/quark_zcblas.h              |   0
 .../runtime => runtime}/starpu/CMakeLists.txt |   0
 .../starpu/codelets/codelet_dataflush.c       |   0
 .../starpu/codelets/codelet_zasum.c           |   0
 .../starpu/codelets/codelet_zaxpy.c           |   0
 .../starpu/codelets/codelet_zcallback.c       |   0
 .../starpu/codelets/codelet_zgeadd.c          |   0
 .../starpu/codelets/codelet_zgelqt.c          |   0
 .../starpu/codelets/codelet_zgemm.c           |   0
 .../starpu/codelets/codelet_zgeqrt.c          |   0
 .../starpu/codelets/codelet_zgessm.c          |   0
 .../starpu/codelets/codelet_zgessq.c          |   0
 .../starpu/codelets/codelet_zgetrf.c          |   0
 .../starpu/codelets/codelet_zgetrf_incpiv.c   |   0
 .../starpu/codelets/codelet_zgetrf_nopiv.c    |   0
 .../starpu/codelets/codelet_zhemm.c           |   0
 .../starpu/codelets/codelet_zher2k.c          |   0
 .../starpu/codelets/codelet_zherk.c           |   0
 .../starpu/codelets/codelet_zhessq.c          |   0
 .../starpu/codelets/codelet_zlacpy.c          |   0
 .../starpu/codelets/codelet_zlag2c.c          |   0
 .../starpu/codelets/codelet_zlange.c          |   0
 .../starpu/codelets/codelet_zlanhe.c          |   0
 .../starpu/codelets/codelet_zlansy.c          |   0
 .../starpu/codelets/codelet_zlantr.c          |   0
 .../starpu/codelets/codelet_zlaset.c          |   0
 .../starpu/codelets/codelet_zlaset2.c         |   0
 .../starpu/codelets/codelet_zlauum.c          |   0
 .../starpu/codelets/codelet_zpamm.c           |   0
 .../starpu/codelets/codelet_zplghe.c          |   0
 .../starpu/codelets/codelet_zplgsy.c          |   0
 .../starpu/codelets/codelet_zplrnt.c          |   0
 .../starpu/codelets/codelet_zplssq.c          |   0
 .../starpu/codelets/codelet_zpotrf.c          |   0
 .../starpu/codelets/codelet_zssssm.c          |   0
 .../starpu/codelets/codelet_zsymm.c           |   0
 .../starpu/codelets/codelet_zsyr2k.c          |   0
 .../starpu/codelets/codelet_zsyrk.c           |   0
 .../starpu/codelets/codelet_zsyssq.c          |   0
 .../starpu/codelets/codelet_zsytrf_nopiv.c    |   0
 .../starpu/codelets/codelet_ztile_zero.c      |   0
 .../starpu/codelets/codelet_ztrasm.c          |   0
 .../starpu/codelets/codelet_ztrmm.c           |   0
 .../starpu/codelets/codelet_ztrsm.c           |   0
 .../starpu/codelets/codelet_ztrssq.c          |   0
 .../starpu/codelets/codelet_ztrtri.c          |   0
 .../starpu/codelets/codelet_ztslqt.c          |   0
 .../starpu/codelets/codelet_ztsmlq.c          |   0
 .../starpu/codelets/codelet_ztsmqr.c          |   0
 .../starpu/codelets/codelet_ztsqrt.c          |   0
 .../starpu/codelets/codelet_ztstrf.c          |   0
 .../starpu/codelets/codelet_zttlqt.c          |   0
 .../starpu/codelets/codelet_zttmlq.c          |   0
 .../starpu/codelets/codelet_zttmqr.c          |   0
 .../starpu/codelets/codelet_zttqrt.c          |   0
 .../starpu/codelets/codelet_zunmlq.c          |   0
 .../starpu/codelets/codelet_zunmqr.c          |   0
 .../starpu/control/async.c                    |   0
 .../starpu/control/context.c                  |   0
 .../starpu/control/control.c                  |   0
 .../starpu/control/descriptor.c               |   0
 .../starpu/control/options.c                  |   0
 .../starpu/control/profiling.c                |   0
 .../starpu/control/workspace.c                |   0
 .../starpu/control/zlocality.c                |   0
 .../starpu/control/zprofiling.c               |   0
 .../starpu/include/codelet_profile.h          |   0
 .../starpu/include/codelet_z.h                |   0
 .../starpu/include/codelets.h                 |   0
 .../starpu/include/morse_starpu.h             |   0
 .../starpu/include/profiling.h                |   0
 .../starpu/include/workspace.h                |   0
 .../simucore => simucore}/CMakeLists.txt      |   0
 .../.starpu/sampling/bus/mirage.affinity      |   0
 .../.starpu/sampling/bus/mirage.bandwidth     |   0
 .../.starpu/sampling/bus/mirage.config        |   0
 .../.starpu/sampling/bus/mirage.latency       |   0
 .../.starpu/sampling/bus/mirage.platform.xml  |   0
 .../.starpu/sampling/codelets/42/dgemm.mirage |   0
 .../sampling/codelets/42/dplgsy.mirage        |   0
 .../sampling/codelets/42/dpotrf.mirage        |   0
 .../.starpu/sampling/codelets/42/dsyrk.mirage |   0
 .../.starpu/sampling/codelets/42/dtrsm.mirage |   0
 .../.starpu/sampling/codelets/42/sgemm.mirage |   0
 .../sampling/codelets/42/splgsy.mirage        |   0
 .../sampling/codelets/42/spotrf.mirage        |   0
 .../.starpu/sampling/codelets/42/ssyrk.mirage |   0
 .../.starpu/sampling/codelets/42/strsm.mirage |   0
 .../.starpu/sampling/codelets/43/dgemm.mirage |   0
 .../sampling/codelets/43/dplgsy.mirage        |   0
 .../sampling/codelets/43/dpotrf.mirage        |   0
 .../.starpu/sampling/codelets/43/dsyrk.mirage |   0
 .../.starpu/sampling/codelets/43/dtrsm.mirage |   0
 .../.starpu/sampling/codelets/43/sgemm.mirage |   0
 .../sampling/codelets/43/splgsy.mirage        |   0
 .../sampling/codelets/43/spotrf.mirage        |   0
 .../.starpu/sampling/codelets/43/ssyrk.mirage |   0
 .../.starpu/sampling/codelets/43/strsm.mirage |   0
 .../.starpu/sampling/codelets/44/dgemm.mirage |   0
 .../sampling/codelets/44/dplgsy.mirage        |   0
 .../sampling/codelets/44/dpotrf.mirage        |   0
 .../.starpu/sampling/codelets/44/dsyrk.mirage |   0
 .../.starpu/sampling/codelets/44/dtrsm.mirage |   0
 .../.starpu/sampling/codelets/44/sgemm.mirage |   0
 .../sampling/codelets/44/splgsy.mirage        |   0
 .../sampling/codelets/44/spotrf.mirage        |   0
 .../.starpu/sampling/codelets/44/ssyrk.mirage |   0
 .../.starpu/sampling/codelets/44/strsm.mirage |   0
 .../simucblas/CMakeLists.txt                  |   0
 .../simucore => simucore}/simucblas/cblas.h   |   0
 .../simucblas/simucblas.c                     |   0
 .../simulapacke/CMakeLists.txt                |   0
 .../simulapacke/lapacke.h                     |   0
 .../simulapacke/lapacke_config.h              |   0
 .../simulapacke/lapacke_mangling.h            |   0
 .../simulapacke/simulapacke.c                 |   0
 .../testing => testing}/CMakeLists.txt        |   0
 .../testing => testing}/CTestLists.cmake      |   0
 .../testing => testing}/lin/CMakeLists.txt    |   0
 .../testing => testing}/lin/aladhd.f          |   0
 .../testing => testing}/lin/alaerh.f          |   0
 .../testing => testing}/lin/alaesm.f          |   0
 .../testing => testing}/lin/alahd.f           |   0
 .../testing => testing}/lin/alareq.f          |   0
 .../testing => testing}/lin/alasum.f          |   0
 .../testing => testing}/lin/alasvm.f          |   0
 .../testing => testing}/lin/cchkaa.f          |   0
 .../testing => testing}/lin/cchkge.f          |   0
 .../testing => testing}/lin/cchklq.f          |   0
 .../testing => testing}/lin/cchkpo.f          |   0
 .../testing => testing}/lin/cchkqr.f          |   0
 .../testing => testing}/lin/cdrvge.f          |   0
 .../testing => testing}/lin/cdrvls.f          |   0
 .../testing => testing}/lin/cdrvpo.f          |   0
 .../testing => testing}/lin/cerrge.f          |   0
 .../testing => testing}/lin/cerrlq.f          |   0
 .../testing => testing}/lin/cerrls.f          |   0
 .../testing => testing}/lin/cerrpo.f          |   0
 .../testing => testing}/lin/cerrqr.f          |   0
 .../testing => testing}/lin/cerrvx.f          |   0
 .../testing => testing}/lin/cgeequ.f          |   0
 .../testing => testing}/lin/cgennd.f          |   0
 .../testing => testing}/lin/cget02.f          |   0
 .../testing => testing}/lin/cget04.f          |   0
 .../testing => testing}/lin/chkxer.f          |   0
 .../testing => testing}/lin/clacn2.f          |   0
 .../testing => testing}/lin/clagge.f          |   0
 .../testing => testing}/lin/clagsy.f          |   0
 .../testing => testing}/lin/claipd.f          |   0
 .../testing => testing}/lin/clanhe.f          |   0
 .../testing => testing}/lin/claqge.f          |   0
 .../testing => testing}/lin/claqhe.f          |   0
 .../testing => testing}/lin/claqsy.f          |   0
 .../testing => testing}/lin/clarhs.f          |   0
 .../testing => testing}/lin/clarnd.f          |   0
 .../testing => testing}/lin/claror.f          |   0
 .../testing => testing}/lin/clarot.f          |   0
 .../testing => testing}/lin/clartg.f          |   0
 .../testing => testing}/lin/clascl.f          |   0
 .../testing => testing}/lin/claset.f          |   0
 .../testing => testing}/lin/clatb4.f          |   0
 .../testing => testing}/lin/clatm1.f          |   0
 .../testing => testing}/lin/clatms.f          |   0
 .../testing => testing}/lin/clatrs.f          |   0
 .../testing => testing}/lin/clauu2.f          |   0
 .../testing => testing}/lin/clauum.f          |   0
 .../testing => testing}/lin/clqt01.f          |   0
 .../testing => testing}/lin/clqt02.f          |   0
 .../testing => testing}/lin/clqt03.f          |   0
 .../testing => testing}/lin/cpocon.f          |   0
 .../testing => testing}/lin/cpoequ.f          |   0
 .../testing => testing}/lin/cporfs.f          |   0
 .../testing => testing}/lin/cposvx.f          |   0
 .../testing => testing}/lin/cpot01.f          |   0
 .../testing => testing}/lin/cpot02.f          |   0
 .../testing => testing}/lin/cpot03.f          |   0
 .../testing => testing}/lin/cpot05.f          |   0
 .../testing => testing}/lin/cpotri.f          |   0
 .../testing => testing}/lin/cqrt01.f          |   0
 .../testing => testing}/lin/cqrt02.f          |   0
 .../testing => testing}/lin/cqrt03.f          |   0
 .../testing => testing}/lin/cqrt13.f          |   0
 .../testing => testing}/lin/cqrt14.f          |   0
 .../testing => testing}/lin/cqrt15.f          |   0
 .../testing => testing}/lin/cqrt16.f          |   0
 .../testing => testing}/lin/cqrt17.f          |   0
 .../testing => testing}/lin/csbmv.f           |   0
 .../testing => testing}/lin/cspmv.f           |   0
 .../testing => testing}/lin/csrscl.f          |   0
 .../testing => testing}/lin/csymv.f           |   0
 .../testing => testing}/lin/ctest.in          |   0
 .../testing => testing}/lin/ctestdyn.in       |   0
 .../testing => testing}/lin/ctrti2.f          |   0
 .../testing => testing}/lin/ctrtri.f          |   0
 .../testing => testing}/lin/dchkaa.f          |   0
 .../testing => testing}/lin/dchkge.f          |   0
 .../testing => testing}/lin/dchklq.f          |   0
 .../testing => testing}/lin/dchkpo.f          |   0
 .../testing => testing}/lin/dchkqr.f          |   0
 .../testing => testing}/lin/ddrvge.f          |   0
 .../testing => testing}/lin/ddrvls.f          |   0
 .../testing => testing}/lin/ddrvpo.f          |   0
 .../testing => testing}/lin/derrge.f          |   0
 .../testing => testing}/lin/derrlq.f          |   0
 .../testing => testing}/lin/derrls.f          |   0
 .../testing => testing}/lin/derrpo.f          |   0
 .../testing => testing}/lin/derrqr.f          |   0
 .../testing => testing}/lin/derrvx.f          |   0
 .../testing => testing}/lin/dgeequ.f          |   0
 .../testing => testing}/lin/dgennd.f          |   0
 .../testing => testing}/lin/dget02.f          |   0
 .../testing => testing}/lin/dget04.f          |   0
 .../testing => testing}/lin/dget06.f          |   0
 .../testing => testing}/lin/dlabad.f          |   0
 .../testing => testing}/lin/dlacn2.f          |   0
 .../testing => testing}/lin/dlagge.f          |   0
 .../testing => testing}/lin/dlagsy.f          |   0
 .../testing => testing}/lin/dlaord.f          |   0
 .../testing => testing}/lin/dlaqge.f          |   0
 .../testing => testing}/lin/dlaqsy.f          |   0
 .../testing => testing}/lin/dlaran.f          |   0
 .../testing => testing}/lin/dlarhs.f          |   0
 .../testing => testing}/lin/dlarnd.f          |   0
 .../testing => testing}/lin/dlaror.f          |   0
 .../testing => testing}/lin/dlarot.f          |   0
 .../testing => testing}/lin/dlartg.f          |   0
 .../testing => testing}/lin/dlascl.f          |   0
 .../testing => testing}/lin/dlaset.f          |   0
 .../testing => testing}/lin/dlatb4.f          |   0
 .../testing => testing}/lin/dlatm1.f          |   0
 .../testing => testing}/lin/dlatms.f          |   0
 .../testing => testing}/lin/dlatrs.f          |   0
 .../testing => testing}/lin/dlauu2.f          |   0
 .../testing => testing}/lin/dlauum.f          |   0
 .../testing => testing}/lin/dlqt01.f          |   0
 .../testing => testing}/lin/dlqt02.f          |   0
 .../testing => testing}/lin/dlqt03.f          |   0
 .../testing => testing}/lin/dpocon.f          |   0
 .../testing => testing}/lin/dpoequ.f          |   0
 .../testing => testing}/lin/dporfs.f          |   0
 .../testing => testing}/lin/dposvx.f          |   0
 .../testing => testing}/lin/dpot01.f          |   0
 .../testing => testing}/lin/dpot02.f          |   0
 .../testing => testing}/lin/dpot03.f          |   0
 .../testing => testing}/lin/dpot05.f          |   0
 .../testing => testing}/lin/dpotri.f          |   0
 .../testing => testing}/lin/dqrt01.f          |   0
 .../testing => testing}/lin/dqrt02.f          |   0
 .../testing => testing}/lin/dqrt03.f          |   0
 .../testing => testing}/lin/dqrt13.f          |   0
 .../testing => testing}/lin/dqrt14.f          |   0
 .../testing => testing}/lin/dqrt15.f          |   0
 .../testing => testing}/lin/dqrt16.f          |   0
 .../testing => testing}/lin/dqrt17.f          |   0
 .../testing => testing}/lin/drscl.f           |   0
 .../testing => testing}/lin/dtest.in          |   0
 .../testing => testing}/lin/dtestdyn.in       |   0
 .../testing => testing}/lin/dtrti2.f          |   0
 .../testing => testing}/lin/dtrtri.f          |   0
 .../testing => testing}/lin/dzsum1.f          |   0
 .../testing => testing}/lin/icmax1.f          |   0
 .../testing => testing}/lin/izmax1.f          |   0
 .../testing => testing}/lin/lsamen.f          |   0
 .../lin/morse_lintesting.py                   |   0
 .../testing => testing}/lin/schkaa.f          |   0
 .../testing => testing}/lin/schkge.f          |   0
 .../testing => testing}/lin/schklq.f          |   0
 .../testing => testing}/lin/schkpo.f          |   0
 .../testing => testing}/lin/schkqr.f          |   0
 .../testing => testing}/lin/scsum1.f          |   0
 .../testing => testing}/lin/sdrvge.f          |   0
 .../testing => testing}/lin/sdrvls.f          |   0
 .../testing => testing}/lin/sdrvpo.f          |   0
 .../testing => testing}/lin/serrge.f          |   0
 .../testing => testing}/lin/serrlq.f          |   0
 .../testing => testing}/lin/serrls.f          |   0
 .../testing => testing}/lin/serrpo.f          |   0
 .../testing => testing}/lin/serrqr.f          |   0
 .../testing => testing}/lin/serrvx.f          |   0
 .../testing => testing}/lin/sgeequ.f          |   0
 .../testing => testing}/lin/sgennd.f          |   0
 .../testing => testing}/lin/sget02.f          |   0
 .../testing => testing}/lin/sget04.f          |   0
 .../testing => testing}/lin/sget06.f          |   0
 .../testing => testing}/lin/slabad.f          |   0
 .../testing => testing}/lin/slacn2.f          |   0
 .../testing => testing}/lin/slagge.f          |   0
 .../testing => testing}/lin/slagsy.f          |   0
 .../testing => testing}/lin/slaord.f          |   0
 .../testing => testing}/lin/slaqge.f          |   0
 .../testing => testing}/lin/slaqsy.f          |   0
 .../testing => testing}/lin/slaran.f          |   0
 .../testing => testing}/lin/slarhs.f          |   0
 .../testing => testing}/lin/slarnd.f          |   0
 .../testing => testing}/lin/slaror.f          |   0
 .../testing => testing}/lin/slarot.f          |   0
 .../testing => testing}/lin/slartg.f          |   0
 .../testing => testing}/lin/slascl.f          |   0
 .../testing => testing}/lin/slaset.f          |   0
 .../testing => testing}/lin/slatb4.f          |   0
 .../testing => testing}/lin/slatm1.f          |   0
 .../testing => testing}/lin/slatms.f          |   0
 .../testing => testing}/lin/slatrs.f          |   0
 .../testing => testing}/lin/slauu2.f          |   0
 .../testing => testing}/lin/slauum.f          |   0
 .../testing => testing}/lin/slqt01.f          |   0
 .../testing => testing}/lin/slqt02.f          |   0
 .../testing => testing}/lin/slqt03.f          |   0
 .../testing => testing}/lin/spocon.f          |   0
 .../testing => testing}/lin/spoequ.f          |   0
 .../testing => testing}/lin/sporfs.f          |   0
 .../testing => testing}/lin/sposvx.f          |   0
 .../testing => testing}/lin/spot01.f          |   0
 .../testing => testing}/lin/spot02.f          |   0
 .../testing => testing}/lin/spot03.f          |   0
 .../testing => testing}/lin/spot05.f          |   0
 .../testing => testing}/lin/spotri.f          |   0
 .../testing => testing}/lin/sqrt01.f          |   0
 .../testing => testing}/lin/sqrt02.f          |   0
 .../testing => testing}/lin/sqrt03.f          |   0
 .../testing => testing}/lin/sqrt13.f          |   0
 .../testing => testing}/lin/sqrt14.f          |   0
 .../testing => testing}/lin/sqrt15.f          |   0
 .../testing => testing}/lin/sqrt16.f          |   0
 .../testing => testing}/lin/sqrt17.f          |   0
 .../testing => testing}/lin/srscl.f           |   0
 .../testing => testing}/lin/stest.in          |   0
 .../testing => testing}/lin/stestdyn.in       |   0
 .../testing => testing}/lin/strti2.f          |   0
 .../testing => testing}/lin/strtri.f          |   0
 .../testing => testing}/lin/xerbla.f          |   0
 .../testing => testing}/lin/xlaenv.f          |   0
 .../testing => testing}/lin/zchkaa.f          |   0
 .../testing => testing}/lin/zchkge.f          |   0
 .../testing => testing}/lin/zchklq.f          |   0
 .../testing => testing}/lin/zchkpo.f          |   0
 .../testing => testing}/lin/zchkqr.f          |   0
 .../testing => testing}/lin/zdrscl.f          |   0
 .../testing => testing}/lin/zdrvge.f          |   0
 .../testing => testing}/lin/zdrvls.f          |   0
 .../testing => testing}/lin/zdrvpo.f          |   0
 .../testing => testing}/lin/zerrge.f          |   0
 .../testing => testing}/lin/zerrlq.f          |   0
 .../testing => testing}/lin/zerrls.f          |   0
 .../testing => testing}/lin/zerrpo.f          |   0
 .../testing => testing}/lin/zerrqr.f          |   0
 .../testing => testing}/lin/zerrvx.f          |   0
 .../testing => testing}/lin/zgeequ.f          |   0
 .../testing => testing}/lin/zgennd.f          |   0
 .../testing => testing}/lin/zgeqrs.f          |   0
 .../testing => testing}/lin/zget02.f          |   0
 .../testing => testing}/lin/zget04.f          |   0
 .../testing => testing}/lin/zlacn2.f          |   0
 .../testing => testing}/lin/zlagge.f          |   0
 .../testing => testing}/lin/zlagsy.f          |   0
 .../testing => testing}/lin/zlaipd.f          |   0
 .../testing => testing}/lin/zlanhe.f          |   0
 .../testing => testing}/lin/zlaqge.f          |   0
 .../testing => testing}/lin/zlaqhe.f          |   0
 .../testing => testing}/lin/zlaqsy.f          |   0
 .../testing => testing}/lin/zlarhs.f          |   0
 .../testing => testing}/lin/zlarnd.f          |   0
 .../testing => testing}/lin/zlaror.f          |   0
 .../testing => testing}/lin/zlarot.f          |   0
 .../testing => testing}/lin/zlartg.f          |   0
 .../testing => testing}/lin/zlascl.f          |   0
 .../testing => testing}/lin/zlaset.f          |   0
 .../testing => testing}/lin/zlatb4.f          |   0
 .../testing => testing}/lin/zlatm1.f          |   0
 .../testing => testing}/lin/zlatms.f          |   0
 .../testing => testing}/lin/zlatrs.f          |   0
 .../testing => testing}/lin/zlauu2.f          |   0
 .../testing => testing}/lin/zlauum.f          |   0
 .../testing => testing}/lin/zlqt01.f          |   0
 .../testing => testing}/lin/zlqt02.f          |   0
 .../testing => testing}/lin/zlqt03.f          |   0
 .../testing => testing}/lin/zpocon.f          |   0
 .../testing => testing}/lin/zpoequ.f          |   0
 .../testing => testing}/lin/zporfs.f          |   0
 .../testing => testing}/lin/zposvx.f          |   0
 .../testing => testing}/lin/zpot01.f          |   0
 .../testing => testing}/lin/zpot02.f          |   0
 .../testing => testing}/lin/zpot03.f          |   0
 .../testing => testing}/lin/zpot05.f          |   0
 .../testing => testing}/lin/zpot06.f          |   0
 .../testing => testing}/lin/zpotri.f          |   0
 .../testing => testing}/lin/zqrt01.f          |   0
 .../testing => testing}/lin/zqrt02.f          |   0
 .../testing => testing}/lin/zqrt03.f          |   0
 .../testing => testing}/lin/zqrt13.f          |   0
 .../testing => testing}/lin/zqrt14.f          |   0
 .../testing => testing}/lin/zqrt15.f          |   0
 .../testing => testing}/lin/zqrt16.f          |   0
 .../testing => testing}/lin/zqrt17.f          |   0
 .../testing => testing}/lin/zsbmv.f           |   0
 .../testing => testing}/lin/zspmv.f           |   0
 .../testing => testing}/lin/zsymv.f           |   0
 .../testing => testing}/lin/ztest.in          |   0
 .../testing => testing}/lin/ztestdyn.in       |   0
 .../testing => testing}/lin/ztrti2.f          |   0
 .../testing => testing}/lin/ztrtri.f          |   0
 .../morse_testing_quark.py                    |   0
 .../morse_testing_starpu.py                   |   0
 .../testing => testing}/testing_zauxiliary.c  |   0
 .../testing => testing}/testing_zauxiliary.h  |   0
 .../testing => testing}/testing_zgels.c       |   0
 .../testing => testing}/testing_zgemm.c       |   0
 .../testing_zgesv_incpiv.c                    |   0
 .../testing => testing}/testing_zhemm.c       |   0
 .../testing => testing}/testing_zher2k.c      |   0
 .../testing => testing}/testing_zherk.c       |   0
 .../testing => testing}/testing_zlange.c      |   0
 .../testing => testing}/testing_zpemv.c       |   0
 .../testing => testing}/testing_zposv.c       |   0
 .../testing => testing}/testing_zpotri.c      |   0
 .../testing => testing}/testing_zsymm.c       |   0
 .../testing => testing}/testing_zsyr2k.c      |   0
 .../testing => testing}/testing_zsyrk.c       |   0
 .../testing => testing}/testing_ztrmm.c       |   0
 .../testing => testing}/testing_ztrsm.c       |   0
 .../timing => timing}/CMakeLists.txt          |   0
 .../timing => timing}/CTestLists.cmake        |   0
 {new_magmamorse/timing => timing}/auxiliary.c |   0
 {new_magmamorse/timing => timing}/auxiliary.h |   0
 {new_magmamorse/timing => timing}/flops.h     |   0
 .../timing => timing}/time_zgels.c            |   0
 .../timing => timing}/time_zgels_tile.c       |   0
 .../timing => timing}/time_zgemm.c            |   0
 .../timing => timing}/time_zgemm_tile.c       |   0
 .../timing => timing}/time_zgeqrf.c           |   0
 .../timing => timing}/time_zgeqrf_tile.c      |   0
 .../timing => timing}/time_zgesv_incpiv.c     |   0
 .../time_zgesv_incpiv_tile.c                  |   0
 .../timing => timing}/time_zgesv_nopiv.c      |   0
 .../timing => timing}/time_zgesv_nopiv_tile.c |   0
 .../timing => timing}/time_zgetrf_incpiv.c    |   0
 .../time_zgetrf_incpiv_tile.c                 |   0
 .../timing => timing}/time_zgetrf_nopiv.c     |   0
 .../time_zgetrf_nopiv_tile.c                  |   0
 .../timing => timing}/time_zgetri_tile.c      |   0
 .../timing => timing}/time_zlange.c           |   0
 .../timing => timing}/time_zlange_tile.c      |   0
 .../timing => timing}/time_zposv.c            |   0
 .../timing => timing}/time_zposv_tile.c       |   0
 .../timing => timing}/time_zpotrf.c           |   0
 .../timing => timing}/time_zpotrf_tile.c      |   0
 .../timing => timing}/time_zpotri_tile.c      |   0
 .../timing => timing}/time_zsytrf_tile.c      |   0
 .../timing => timing}/time_ztrsm.c            |   0
 {new_magmamorse/timing => timing}/timing.c    |   0
 {new_magmamorse/timing => timing}/timing.h    |   0
 .../timing => timing}/zauxiliary.c            |   0
 .../timing => timing}/zauxiliary.h            |   0
 795 files changed, 105 deletions(-)
 rename new_magmamorse/CMakeLists.txt => CMakeLists.txt (100%)
 rename new_magmamorse/CTestConfig.cmake => CTestConfig.cmake (100%)
 rename new_magmamorse/INSTALL.txt => INSTALL.txt (100%)
 rename new_magmamorse/LICENCE.txt => LICENCE.txt (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/GenPkgConfig.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/MorseInit.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/ParseArguments.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/PrintOpts.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/RulesPrecisions.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindBLAS.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindBLASEXT.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindCBLAS.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindFXT.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindHWLOC.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindLAPACK.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindLAPACKE.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindLAPACKEXT.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindMAGMA.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindMETIS.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindPARMETIS.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindPTSCOTCH.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindQUARK.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindSCOTCH.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindSTARPU.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/FindTMG.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/find/PrintFindStatus.cmake (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/precision_generator/Conversion.py (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/precision_generator/codegen.py (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/precision_generator/genDependencies.py (100%)
 rename {new_magmamorse/cmake_modules => cmake_modules}/morse/precision_generator/subs.py (100%)
 rename {new_magmamorse/compute => compute}/CMakeLists.txt (100%)
 rename {new_magmamorse/compute => compute}/pzgeadd.c (100%)
 rename {new_magmamorse/compute => compute}/pzgelqf.c (100%)
 rename {new_magmamorse/compute => compute}/pzgelqfrh.c (100%)
 rename {new_magmamorse/compute => compute}/pzgemm.c (100%)
 rename {new_magmamorse/compute => compute}/pzgeqrf.c (100%)
 rename {new_magmamorse/compute => compute}/pzgeqrfrh.c (100%)
 rename {new_magmamorse/compute => compute}/pzgetrf_incpiv.c (100%)
 rename {new_magmamorse/compute => compute}/pzgetrf_nopiv.c (100%)
 rename {new_magmamorse/compute => compute}/pzhemm.c (100%)
 rename {new_magmamorse/compute => compute}/pzher2k.c (100%)
 rename {new_magmamorse/compute => compute}/pzherk.c (100%)
 rename {new_magmamorse/compute => compute}/pzlacpy.c (100%)
 rename {new_magmamorse/compute => compute}/pzlag2c.c (100%)
 rename {new_magmamorse/compute => compute}/pzlange.c (100%)
 rename {new_magmamorse/compute => compute}/pzlanhe.c (100%)
 rename {new_magmamorse/compute => compute}/pzlansy.c (100%)
 rename {new_magmamorse/compute => compute}/pzlantr.c (100%)
 rename {new_magmamorse/compute => compute}/pzlaset.c (100%)
 rename {new_magmamorse/compute => compute}/pzlaset2.c (100%)
 rename {new_magmamorse/compute => compute}/pzlauum.c (100%)
 rename {new_magmamorse/compute => compute}/pzplghe.c (100%)
 rename {new_magmamorse/compute => compute}/pzplgsy.c (100%)
 rename {new_magmamorse/compute => compute}/pzplrnt.c (100%)
 rename {new_magmamorse/compute => compute}/pzpotrf.c (100%)
 rename {new_magmamorse/compute => compute}/pzpotrimm.c (100%)
 rename {new_magmamorse/compute => compute}/pzsymm.c (100%)
 rename {new_magmamorse/compute => compute}/pzsyr2k.c (100%)
 rename {new_magmamorse/compute => compute}/pzsyrk.c (100%)
 rename {new_magmamorse/compute => compute}/pzsytrf.c (100%)
 rename {new_magmamorse/compute => compute}/pztile.c (100%)
 rename {new_magmamorse/compute => compute}/pztrmm.c (100%)
 rename {new_magmamorse/compute => compute}/pztrsm.c (100%)
 rename {new_magmamorse/compute => compute}/pztrsmpl.c (100%)
 rename {new_magmamorse/compute => compute}/pztrtri.c (100%)
 rename {new_magmamorse/compute => compute}/pzunglq.c (100%)
 rename {new_magmamorse/compute => compute}/pzunglqrh.c (100%)
 rename {new_magmamorse/compute => compute}/pzungqr.c (100%)
 rename {new_magmamorse/compute => compute}/pzungqrrh.c (100%)
 rename {new_magmamorse/compute => compute}/pzunmlq.c (100%)
 rename {new_magmamorse/compute => compute}/pzunmlqrh.c (100%)
 rename {new_magmamorse/compute => compute}/pzunmqr.c (100%)
 rename {new_magmamorse/compute => compute}/pzunmqrrh.c (100%)
 rename {new_magmamorse/compute => compute}/zgelqf.c (100%)
 rename {new_magmamorse/compute => compute}/zgelqs.c (100%)
 rename {new_magmamorse/compute => compute}/zgels.c (100%)
 rename {new_magmamorse/compute => compute}/zgemm.c (100%)
 rename {new_magmamorse/compute => compute}/zgeqrf.c (100%)
 rename {new_magmamorse/compute => compute}/zgeqrs.c (100%)
 rename {new_magmamorse/compute => compute}/zgesv_incpiv.c (100%)
 rename {new_magmamorse/compute => compute}/zgesv_nopiv.c (100%)
 rename {new_magmamorse/compute => compute}/zgetrf_incpiv.c (100%)
 rename {new_magmamorse/compute => compute}/zgetrf_nopiv.c (100%)
 rename {new_magmamorse/compute => compute}/zgetrs_incpiv.c (100%)
 rename {new_magmamorse/compute => compute}/zgetrs_nopiv.c (100%)
 rename {new_magmamorse/compute => compute}/zhemm.c (100%)
 rename {new_magmamorse/compute => compute}/zher2k.c (100%)
 rename {new_magmamorse/compute => compute}/zherk.c (100%)
 rename {new_magmamorse/compute => compute}/zlacpy.c (100%)
 rename {new_magmamorse/compute => compute}/zlange.c (100%)
 rename {new_magmamorse/compute => compute}/zlanhe.c (100%)
 rename {new_magmamorse/compute => compute}/zlansy.c (100%)
 rename {new_magmamorse/compute => compute}/zlantr.c (100%)
 rename {new_magmamorse/compute => compute}/zlaset.c (100%)
 rename {new_magmamorse/compute => compute}/zlauum.c (100%)
 rename {new_magmamorse/compute => compute}/zplghe.c (100%)
 rename {new_magmamorse/compute => compute}/zplgsy.c (100%)
 rename {new_magmamorse/compute => compute}/zplrnt.c (100%)
 rename {new_magmamorse/compute => compute}/zposv.c (100%)
 rename {new_magmamorse/compute => compute}/zpotrf.c (100%)
 rename {new_magmamorse/compute => compute}/zpotri.c (100%)
 rename {new_magmamorse/compute => compute}/zpotrimm.c (100%)
 rename {new_magmamorse/compute => compute}/zpotrs.c (100%)
 rename {new_magmamorse/compute => compute}/zsymm.c (100%)
 rename {new_magmamorse/compute => compute}/zsyr2k.c (100%)
 rename {new_magmamorse/compute => compute}/zsyrk.c (100%)
 rename {new_magmamorse/compute => compute}/zsysv.c (100%)
 rename {new_magmamorse/compute => compute}/zsytrf.c (100%)
 rename {new_magmamorse/compute => compute}/zsytrs.c (100%)
 rename {new_magmamorse/compute => compute}/ztile.c (100%)
 rename {new_magmamorse/compute => compute}/ztrmm.c (100%)
 rename {new_magmamorse/compute => compute}/ztrsm.c (100%)
 rename {new_magmamorse/compute => compute}/ztrsmpl.c (100%)
 rename {new_magmamorse/compute => compute}/ztrtri.c (100%)
 rename {new_magmamorse/compute => compute}/zunglq.c (100%)
 rename {new_magmamorse/compute => compute}/zungqr.c (100%)
 rename {new_magmamorse/compute => compute}/zunmlq.c (100%)
 rename {new_magmamorse/compute => compute}/zunmqr.c (100%)
 rename {new_magmamorse/control => control}/CMakeLists.txt (100%)
 rename {new_magmamorse/control => control}/async.c (100%)
 rename {new_magmamorse/control => control}/async.h (100%)
 rename {new_magmamorse/control => control}/auxiliary.c (100%)
 rename {new_magmamorse/control => control}/auxiliary.h (100%)
 rename {new_magmamorse/control => control}/bulge.h (100%)
 rename {new_magmamorse/control => control}/common.h (100%)
 rename {new_magmamorse/control => control}/compute_z.h (100%)
 rename {new_magmamorse/control => control}/context.c (100%)
 rename {new_magmamorse/control => control}/context.h (100%)
 rename {new_magmamorse/control => control}/control.c (100%)
 rename {new_magmamorse/control => control}/descriptor.c (100%)
 rename {new_magmamorse/control => control}/descriptor.h (100%)
 rename {new_magmamorse/control => control}/gkkleader.h (100%)
 rename {new_magmamorse/control => control}/global.h (100%)
 rename {new_magmamorse/control => control}/morse_f77.c (100%)
 rename {new_magmamorse/control => control}/morse_f90.f90 (100%)
 rename {new_magmamorse/control => control}/morse_mf77.c (100%)
 rename {new_magmamorse/control => control}/morse_zcf90.F90 (100%)
 rename {new_magmamorse/control => control}/morse_zf77.c (100%)
 rename {new_magmamorse/control => control}/morse_zf90.F90 (100%)
 rename {new_magmamorse/control => control}/morse_zf90_wrappers.F90 (100%)
 rename {new_magmamorse/control => control}/morsewinthread.c (100%)
 rename {new_magmamorse/control => control}/morsewinthread.h (100%)
 rename {new_magmamorse/control => control}/primes.h (100%)
 rename {new_magmamorse/control => control}/tile.c (100%)
 rename {new_magmamorse/control => control}/tile.h (100%)
 rename {new_magmamorse/control => control}/workspace.c (100%)
 rename {new_magmamorse/control => control}/workspace.h (100%)
 rename {new_magmamorse/control => control}/workspace_z.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/CMakeLists.txt (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/CMakeLists.txt (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_dzasum.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgeadd.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgelqt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgemm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgeqrt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgesplit.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgessm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgessq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgetf2_nopiv.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgetrf.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgetrf_incpiv.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zgetrf_nopiv.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zhemm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zher2k.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zherk.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zhessq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlacpy.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlag2c.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlange.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlanhe.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlansy.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlantr.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlaset.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlaset2.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zlauum.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zpamm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zparfb.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zpemv.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zplghe.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zplgsy.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zplrnt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zpotrf.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zssssm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zsymm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zsyr2k.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zsyrk.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zsyssq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zsytf2_nopiv.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztrasm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztrmm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztrsm.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztrssq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztrtri.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztslqt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztsmlq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztsmqr.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztsqrt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_ztstrf.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zttlqt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zttmlq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zttmqr.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zttqrt.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zunmlq.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/core_zunmqr.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/compute/global.c (100%)
 rename {new_magmamorse/coreblas => coreblas}/include/CMakeLists.txt (100%)
 rename {new_magmamorse/coreblas => coreblas}/include/cblas.h (100%)
 rename {new_magmamorse/coreblas => coreblas}/include/coreblas.h (100%)
 rename {new_magmamorse/coreblas => coreblas}/include/coreblas_z.h (100%)
 rename {new_magmamorse/coreblas => coreblas}/include/coreblas_zc.h (100%)
 rename {new_magmamorse/docs => docs}/CMakeLists.txt (100%)
 rename {new_magmamorse/docs => docs}/doxygen/CMakeLists.txt (100%)
 rename {new_magmamorse/docs => docs}/doxygen/conf-dev-quark.dox.in (100%)
 rename {new_magmamorse/docs => docs}/doxygen/conf-dev-starpu.dox.in (100%)
 rename {new_magmamorse/docs => docs}/doxygen/conf-usr-quark.dox.in (100%)
 rename {new_magmamorse/docs => docs}/doxygen/conf-usr-starpu.dox.in (100%)
 rename {new_magmamorse/docs => docs}/doxygen/groups-dev.dox (100%)
 rename {new_magmamorse/docs => docs}/doxygen/groups-usr.dox (100%)
 rename {new_magmamorse/docs => docs}/texinfo/CMakeLists.txt (100%)
 rename {new_magmamorse/docs => docs}/texinfo/chapters/configuration.texi (100%)
 rename {new_magmamorse/docs => docs}/texinfo/chapters/installing.texi (100%)
 rename {new_magmamorse/docs => docs}/texinfo/chapters/introduction.texi (100%)
 rename {new_magmamorse/docs => docs}/texinfo/chapters/using.texi (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/morse_header.png (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/potri_async.png (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/tile_layout.jpg (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/tile_layout.pdf (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/tile_lu.jpg (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/tile_lu.pdf (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/trace_qr.jpg (100%)
 rename {new_magmamorse/docs => docs}/texinfo/figures/trace_qr.pdf (100%)
 rename {new_magmamorse/docs => docs}/texinfo/morse.css (100%)
 rename {new_magmamorse/docs => docs}/texinfo/users_guide.texi.in (100%)
 rename {new_magmamorse/docs => docs}/texinfo/version.texi.in (100%)
 rename {new_magmamorse/example => example}/CMakeLists.txt (100%)
 rename {new_magmamorse/example => example}/basic_zposv/CMakeLists.txt (100%)
 rename {new_magmamorse/example => example}/basic_zposv/basic_posv.h (100%)
 rename {new_magmamorse/example => example}/basic_zposv/posv_morse_functions.h (100%)
 rename {new_magmamorse/example => example}/basic_zposv/posv_users_functions.h (100%)
 rename {new_magmamorse/example => example}/basic_zposv/zposv_morse_functions.c (100%)
 rename {new_magmamorse/example => example}/basic_zposv/zposv_users_functions.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/CMakeLists.txt (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/lapack_to_morse.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step0.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step0.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step1.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step1.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step2.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step2.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step3.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step3.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step4.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step4.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step5.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step5.h (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step6.c (100%)
 rename {new_magmamorse/example => example}/lapack_to_morse/step6.h (100%)
 rename {new_magmamorse/include => include}/CMakeLists.txt (100%)
 rename {new_magmamorse/include => include}/morse.h (100%)
 rename {new_magmamorse/include => include}/morse_constants.h (100%)
 rename {new_magmamorse/include => include}/morse_fortran.h (100%)
 rename {new_magmamorse/include => include}/morse_kernels.h (100%)
 rename {new_magmamorse/include => include}/morse_simulate.h (100%)
 rename {new_magmamorse/include => include}/morse_struct.h (100%)
 rename {new_magmamorse/include => include}/morse_types.h (100%)
 rename {new_magmamorse/include => include}/morse_z.h (100%)
 rename {new_magmamorse/include => include}/morse_zc.h (100%)
 rename {new_magmamorse/include => include}/runtime.h (100%)
 rename {new_magmamorse/include => include}/runtime_z.h (100%)
 rename {new_magmamorse/include => include}/runtime_zc.h (100%)
 rename {new_magmamorse/lib => lib}/pkgconfig/magmamorse-quark.pc.in (100%)
 rename {new_magmamorse/lib => lib}/pkgconfig/magmamorse-starpu.pc.in (100%)
 delete mode 100644 new_magmamorse/.dir-locals.el
 rename {new_magmamorse/runtime => runtime}/CMakeLists.txt (100%)
 rename {new_magmamorse/runtime => runtime}/quark/CMakeLists.txt (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_dataflush.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zasum.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zaxpy.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgeadd.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgelqt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgemm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgeqrt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgessm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgessq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgetrf.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgetrf_incpiv.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zgetrf_nopiv.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zhemm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zher2k.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zherk.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zhessq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlacpy.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlag2c.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlange.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlanhe.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlansy.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlantr.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlaset.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlaset2.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zlauum.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zpamm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zplghe.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zplgsy.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zplrnt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zplssq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zpotrf.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zssssm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zsymm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zsyr2k.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zsyrk.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zsyssq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zsytrf_nopiv.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztile_zero.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztrasm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztrmm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztrsm.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztrssq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztrtri.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztslqt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztsmlq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztsmqr.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztsqrt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_ztstrf.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zttlqt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zttmlq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zttmqr.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zttqrt.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zunmlq.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/codelets/codelet_zunmqr.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/async.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/context.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/control.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/descriptor.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/options.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/profiling.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/zlocality.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/control/zprofiling.c (100%)
 rename {new_magmamorse/runtime => runtime}/quark/include/CMakeLists.txt (100%)
 rename {new_magmamorse/runtime => runtime}/quark/include/core_blas_dag.h (100%)
 rename {new_magmamorse/runtime => runtime}/quark/include/morse_quark.h (100%)
 rename {new_magmamorse/runtime => runtime}/quark/include/quark_blas.h (100%)
 rename {new_magmamorse/runtime => runtime}/quark/include/quark_zblas.h (100%)
 rename {new_magmamorse/runtime => runtime}/quark/include/quark_zcblas.h (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/CMakeLists.txt (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_dataflush.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zasum.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zaxpy.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zcallback.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgeadd.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgelqt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgemm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgeqrt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgessm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgessq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgetrf.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgetrf_incpiv.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zgetrf_nopiv.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zhemm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zher2k.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zherk.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zhessq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlacpy.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlag2c.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlange.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlanhe.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlansy.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlantr.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlaset.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlaset2.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zlauum.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zpamm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zplghe.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zplgsy.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zplrnt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zplssq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zpotrf.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zssssm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zsymm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zsyr2k.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zsyrk.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zsyssq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zsytrf_nopiv.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztile_zero.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztrasm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztrmm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztrsm.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztrssq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztrtri.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztslqt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztsmlq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztsmqr.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztsqrt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_ztstrf.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zttlqt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zttmlq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zttmqr.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zttqrt.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zunmlq.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/codelets/codelet_zunmqr.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/async.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/context.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/control.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/descriptor.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/options.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/profiling.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/workspace.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/zlocality.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/control/zprofiling.c (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/include/codelet_profile.h (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/include/codelet_z.h (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/include/codelets.h (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/include/morse_starpu.h (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/include/profiling.h (100%)
 rename {new_magmamorse/runtime => runtime}/starpu/include/workspace.h (100%)
 rename {new_magmamorse/simucore => simucore}/CMakeLists.txt (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/bus/mirage.affinity (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/bus/mirage.bandwidth (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/bus/mirage.config (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/bus/mirage.latency (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/bus/mirage.platform.xml (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/dgemm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/dplgsy.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/dpotrf.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/dsyrk.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/dtrsm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/sgemm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/splgsy.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/spotrf.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/ssyrk.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/42/strsm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/dgemm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/dplgsy.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/dpotrf.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/dsyrk.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/dtrsm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/sgemm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/splgsy.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/spotrf.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/ssyrk.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/43/strsm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/dgemm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/dplgsy.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/dpotrf.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/dsyrk.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/dtrsm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/sgemm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/splgsy.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/spotrf.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/ssyrk.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/perfmodels/.starpu/sampling/codelets/44/strsm.mirage (100%)
 rename {new_magmamorse/simucore => simucore}/simucblas/CMakeLists.txt (100%)
 rename {new_magmamorse/simucore => simucore}/simucblas/cblas.h (100%)
 rename {new_magmamorse/simucore => simucore}/simucblas/simucblas.c (100%)
 rename {new_magmamorse/simucore => simucore}/simulapacke/CMakeLists.txt (100%)
 rename {new_magmamorse/simucore => simucore}/simulapacke/lapacke.h (100%)
 rename {new_magmamorse/simucore => simucore}/simulapacke/lapacke_config.h (100%)
 rename {new_magmamorse/simucore => simucore}/simulapacke/lapacke_mangling.h (100%)
 rename {new_magmamorse/simucore => simucore}/simulapacke/simulapacke.c (100%)
 rename {new_magmamorse/testing => testing}/CMakeLists.txt (100%)
 rename {new_magmamorse/testing => testing}/CTestLists.cmake (100%)
 rename {new_magmamorse/testing => testing}/lin/CMakeLists.txt (100%)
 rename {new_magmamorse/testing => testing}/lin/aladhd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/alaerh.f (100%)
 rename {new_magmamorse/testing => testing}/lin/alaesm.f (100%)
 rename {new_magmamorse/testing => testing}/lin/alahd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/alareq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/alasum.f (100%)
 rename {new_magmamorse/testing => testing}/lin/alasvm.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cchkaa.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cchkge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cchklq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cchkpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cchkqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cdrvge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cdrvls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cdrvpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cerrge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cerrlq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cerrls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cerrpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cerrqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cerrvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cgeequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cgennd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cget02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cget04.f (100%)
 rename {new_magmamorse/testing => testing}/lin/chkxer.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clacn2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clagge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clagsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/claipd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clanhe.f (100%)
 rename {new_magmamorse/testing => testing}/lin/claqge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/claqhe.f (100%)
 rename {new_magmamorse/testing => testing}/lin/claqsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clarhs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clarnd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/claror.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clarot.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clartg.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clascl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/claset.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clatb4.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clatm1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clatms.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clatrs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clauu2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clauum.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clqt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clqt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/clqt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpocon.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpoequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cporfs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cposvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpot01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpot02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpot03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpot05.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cpotri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt13.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt14.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt15.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt16.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cqrt17.f (100%)
 rename {new_magmamorse/testing => testing}/lin/csbmv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/cspmv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/csrscl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/csymv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ctest.in (100%)
 rename {new_magmamorse/testing => testing}/lin/ctestdyn.in (100%)
 rename {new_magmamorse/testing => testing}/lin/ctrti2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ctrtri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dchkaa.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dchkge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dchklq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dchkpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dchkqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ddrvge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ddrvls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ddrvpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/derrge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/derrlq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/derrls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/derrpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/derrqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/derrvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dgeequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dgennd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dget02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dget04.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dget06.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlabad.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlacn2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlagge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlagsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlaord.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlaqge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlaqsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlaran.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlarhs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlarnd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlaror.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlarot.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlartg.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlascl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlaset.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlatb4.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlatm1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlatms.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlatrs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlauu2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlauum.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlqt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlqt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dlqt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpocon.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpoequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dporfs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dposvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpot01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpot02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpot03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpot05.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dpotri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt13.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt14.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt15.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt16.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dqrt17.f (100%)
 rename {new_magmamorse/testing => testing}/lin/drscl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dtest.in (100%)
 rename {new_magmamorse/testing => testing}/lin/dtestdyn.in (100%)
 rename {new_magmamorse/testing => testing}/lin/dtrti2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dtrtri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/dzsum1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/icmax1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/izmax1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/lsamen.f (100%)
 rename {new_magmamorse/testing => testing}/lin/morse_lintesting.py (100%)
 rename {new_magmamorse/testing => testing}/lin/schkaa.f (100%)
 rename {new_magmamorse/testing => testing}/lin/schkge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/schklq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/schkpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/schkqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/scsum1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sdrvge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sdrvls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sdrvpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/serrge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/serrlq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/serrls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/serrpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/serrqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/serrvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sgeequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sgennd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sget02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sget04.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sget06.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slabad.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slacn2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slagge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slagsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slaord.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slaqge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slaqsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slaran.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slarhs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slarnd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slaror.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slarot.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slartg.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slascl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slaset.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slatb4.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slatm1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slatms.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slatrs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slauu2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slauum.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slqt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slqt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/slqt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spocon.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spoequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sporfs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sposvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spot01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spot02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spot03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spot05.f (100%)
 rename {new_magmamorse/testing => testing}/lin/spotri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt13.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt14.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt15.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt16.f (100%)
 rename {new_magmamorse/testing => testing}/lin/sqrt17.f (100%)
 rename {new_magmamorse/testing => testing}/lin/srscl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/stest.in (100%)
 rename {new_magmamorse/testing => testing}/lin/stestdyn.in (100%)
 rename {new_magmamorse/testing => testing}/lin/strti2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/strtri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/xerbla.f (100%)
 rename {new_magmamorse/testing => testing}/lin/xlaenv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zchkaa.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zchkge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zchklq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zchkpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zchkqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zdrscl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zdrvge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zdrvls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zdrvpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zerrge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zerrlq.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zerrls.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zerrpo.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zerrqr.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zerrvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zgeequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zgennd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zgeqrs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zget02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zget04.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlacn2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlagge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlagsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlaipd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlanhe.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlaqge.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlaqhe.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlaqsy.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlarhs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlarnd.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlaror.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlarot.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlartg.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlascl.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlaset.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlatb4.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlatm1.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlatms.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlatrs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlauu2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlauum.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlqt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlqt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zlqt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpocon.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpoequ.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zporfs.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zposvx.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpot01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpot02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpot03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpot05.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpot06.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zpotri.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt01.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt02.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt03.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt13.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt14.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt15.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt16.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zqrt17.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zsbmv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zspmv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/zsymv.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ztest.in (100%)
 rename {new_magmamorse/testing => testing}/lin/ztestdyn.in (100%)
 rename {new_magmamorse/testing => testing}/lin/ztrti2.f (100%)
 rename {new_magmamorse/testing => testing}/lin/ztrtri.f (100%)
 rename {new_magmamorse/testing => testing}/morse_testing_quark.py (100%)
 rename {new_magmamorse/testing => testing}/morse_testing_starpu.py (100%)
 rename {new_magmamorse/testing => testing}/testing_zauxiliary.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zauxiliary.h (100%)
 rename {new_magmamorse/testing => testing}/testing_zgels.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zgemm.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zgesv_incpiv.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zhemm.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zher2k.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zherk.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zlange.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zpemv.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zposv.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zpotri.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zsymm.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zsyr2k.c (100%)
 rename {new_magmamorse/testing => testing}/testing_zsyrk.c (100%)
 rename {new_magmamorse/testing => testing}/testing_ztrmm.c (100%)
 rename {new_magmamorse/testing => testing}/testing_ztrsm.c (100%)
 rename {new_magmamorse/timing => timing}/CMakeLists.txt (100%)
 rename {new_magmamorse/timing => timing}/CTestLists.cmake (100%)
 rename {new_magmamorse/timing => timing}/auxiliary.c (100%)
 rename {new_magmamorse/timing => timing}/auxiliary.h (100%)
 rename {new_magmamorse/timing => timing}/flops.h (100%)
 rename {new_magmamorse/timing => timing}/time_zgels.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgels_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgemm.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgemm_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgeqrf.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgeqrf_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgesv_incpiv.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgesv_incpiv_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgesv_nopiv.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgesv_nopiv_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgetrf_incpiv.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgetrf_incpiv_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgetrf_nopiv.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgetrf_nopiv_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zgetri_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zlange.c (100%)
 rename {new_magmamorse/timing => timing}/time_zlange_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zposv.c (100%)
 rename {new_magmamorse/timing => timing}/time_zposv_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zpotrf.c (100%)
 rename {new_magmamorse/timing => timing}/time_zpotrf_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zpotri_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_zsytrf_tile.c (100%)
 rename {new_magmamorse/timing => timing}/time_ztrsm.c (100%)
 rename {new_magmamorse/timing => timing}/timing.c (100%)
 rename {new_magmamorse/timing => timing}/timing.h (100%)
 rename {new_magmamorse/timing => timing}/zauxiliary.c (100%)
 rename {new_magmamorse/timing => timing}/zauxiliary.h (100%)

diff --git a/new_magmamorse/CMakeLists.txt b/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/CMakeLists.txt
rename to CMakeLists.txt
diff --git a/new_magmamorse/CTestConfig.cmake b/CTestConfig.cmake
similarity index 100%
rename from new_magmamorse/CTestConfig.cmake
rename to CTestConfig.cmake
diff --git a/new_magmamorse/INSTALL.txt b/INSTALL.txt
similarity index 100%
rename from new_magmamorse/INSTALL.txt
rename to INSTALL.txt
diff --git a/new_magmamorse/LICENCE.txt b/LICENCE.txt
similarity index 100%
rename from new_magmamorse/LICENCE.txt
rename to LICENCE.txt
diff --git a/new_magmamorse/cmake_modules/morse/GenPkgConfig.cmake b/cmake_modules/morse/GenPkgConfig.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/GenPkgConfig.cmake
rename to cmake_modules/morse/GenPkgConfig.cmake
diff --git a/new_magmamorse/cmake_modules/morse/MorseInit.cmake b/cmake_modules/morse/MorseInit.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/MorseInit.cmake
rename to cmake_modules/morse/MorseInit.cmake
diff --git a/new_magmamorse/cmake_modules/morse/ParseArguments.cmake b/cmake_modules/morse/ParseArguments.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/ParseArguments.cmake
rename to cmake_modules/morse/ParseArguments.cmake
diff --git a/new_magmamorse/cmake_modules/morse/PrintOpts.cmake b/cmake_modules/morse/PrintOpts.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/PrintOpts.cmake
rename to cmake_modules/morse/PrintOpts.cmake
diff --git a/new_magmamorse/cmake_modules/morse/RulesPrecisions.cmake b/cmake_modules/morse/RulesPrecisions.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/RulesPrecisions.cmake
rename to cmake_modules/morse/RulesPrecisions.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindBLAS.cmake b/cmake_modules/morse/find/FindBLAS.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindBLAS.cmake
rename to cmake_modules/morse/find/FindBLAS.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindBLASEXT.cmake b/cmake_modules/morse/find/FindBLASEXT.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindBLASEXT.cmake
rename to cmake_modules/morse/find/FindBLASEXT.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindCBLAS.cmake b/cmake_modules/morse/find/FindCBLAS.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindCBLAS.cmake
rename to cmake_modules/morse/find/FindCBLAS.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindFXT.cmake b/cmake_modules/morse/find/FindFXT.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindFXT.cmake
rename to cmake_modules/morse/find/FindFXT.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindHWLOC.cmake b/cmake_modules/morse/find/FindHWLOC.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindHWLOC.cmake
rename to cmake_modules/morse/find/FindHWLOC.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindLAPACK.cmake b/cmake_modules/morse/find/FindLAPACK.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindLAPACK.cmake
rename to cmake_modules/morse/find/FindLAPACK.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindLAPACKE.cmake b/cmake_modules/morse/find/FindLAPACKE.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindLAPACKE.cmake
rename to cmake_modules/morse/find/FindLAPACKE.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindLAPACKEXT.cmake b/cmake_modules/morse/find/FindLAPACKEXT.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindLAPACKEXT.cmake
rename to cmake_modules/morse/find/FindLAPACKEXT.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindMAGMA.cmake b/cmake_modules/morse/find/FindMAGMA.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindMAGMA.cmake
rename to cmake_modules/morse/find/FindMAGMA.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindMETIS.cmake b/cmake_modules/morse/find/FindMETIS.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindMETIS.cmake
rename to cmake_modules/morse/find/FindMETIS.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindPARMETIS.cmake b/cmake_modules/morse/find/FindPARMETIS.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindPARMETIS.cmake
rename to cmake_modules/morse/find/FindPARMETIS.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindPTSCOTCH.cmake b/cmake_modules/morse/find/FindPTSCOTCH.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindPTSCOTCH.cmake
rename to cmake_modules/morse/find/FindPTSCOTCH.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindQUARK.cmake b/cmake_modules/morse/find/FindQUARK.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindQUARK.cmake
rename to cmake_modules/morse/find/FindQUARK.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindSCOTCH.cmake b/cmake_modules/morse/find/FindSCOTCH.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindSCOTCH.cmake
rename to cmake_modules/morse/find/FindSCOTCH.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindSTARPU.cmake b/cmake_modules/morse/find/FindSTARPU.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindSTARPU.cmake
rename to cmake_modules/morse/find/FindSTARPU.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/FindTMG.cmake b/cmake_modules/morse/find/FindTMG.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/FindTMG.cmake
rename to cmake_modules/morse/find/FindTMG.cmake
diff --git a/new_magmamorse/cmake_modules/morse/find/PrintFindStatus.cmake b/cmake_modules/morse/find/PrintFindStatus.cmake
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/find/PrintFindStatus.cmake
rename to cmake_modules/morse/find/PrintFindStatus.cmake
diff --git a/new_magmamorse/cmake_modules/morse/precision_generator/Conversion.py b/cmake_modules/morse/precision_generator/Conversion.py
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/precision_generator/Conversion.py
rename to cmake_modules/morse/precision_generator/Conversion.py
diff --git a/new_magmamorse/cmake_modules/morse/precision_generator/codegen.py b/cmake_modules/morse/precision_generator/codegen.py
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/precision_generator/codegen.py
rename to cmake_modules/morse/precision_generator/codegen.py
diff --git a/new_magmamorse/cmake_modules/morse/precision_generator/genDependencies.py b/cmake_modules/morse/precision_generator/genDependencies.py
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/precision_generator/genDependencies.py
rename to cmake_modules/morse/precision_generator/genDependencies.py
diff --git a/new_magmamorse/cmake_modules/morse/precision_generator/subs.py b/cmake_modules/morse/precision_generator/subs.py
similarity index 100%
rename from new_magmamorse/cmake_modules/morse/precision_generator/subs.py
rename to cmake_modules/morse/precision_generator/subs.py
diff --git a/new_magmamorse/compute/CMakeLists.txt b/compute/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/compute/CMakeLists.txt
rename to compute/CMakeLists.txt
diff --git a/new_magmamorse/compute/pzgeadd.c b/compute/pzgeadd.c
similarity index 100%
rename from new_magmamorse/compute/pzgeadd.c
rename to compute/pzgeadd.c
diff --git a/new_magmamorse/compute/pzgelqf.c b/compute/pzgelqf.c
similarity index 100%
rename from new_magmamorse/compute/pzgelqf.c
rename to compute/pzgelqf.c
diff --git a/new_magmamorse/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
similarity index 100%
rename from new_magmamorse/compute/pzgelqfrh.c
rename to compute/pzgelqfrh.c
diff --git a/new_magmamorse/compute/pzgemm.c b/compute/pzgemm.c
similarity index 100%
rename from new_magmamorse/compute/pzgemm.c
rename to compute/pzgemm.c
diff --git a/new_magmamorse/compute/pzgeqrf.c b/compute/pzgeqrf.c
similarity index 100%
rename from new_magmamorse/compute/pzgeqrf.c
rename to compute/pzgeqrf.c
diff --git a/new_magmamorse/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
similarity index 100%
rename from new_magmamorse/compute/pzgeqrfrh.c
rename to compute/pzgeqrfrh.c
diff --git a/new_magmamorse/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
similarity index 100%
rename from new_magmamorse/compute/pzgetrf_incpiv.c
rename to compute/pzgetrf_incpiv.c
diff --git a/new_magmamorse/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
similarity index 100%
rename from new_magmamorse/compute/pzgetrf_nopiv.c
rename to compute/pzgetrf_nopiv.c
diff --git a/new_magmamorse/compute/pzhemm.c b/compute/pzhemm.c
similarity index 100%
rename from new_magmamorse/compute/pzhemm.c
rename to compute/pzhemm.c
diff --git a/new_magmamorse/compute/pzher2k.c b/compute/pzher2k.c
similarity index 100%
rename from new_magmamorse/compute/pzher2k.c
rename to compute/pzher2k.c
diff --git a/new_magmamorse/compute/pzherk.c b/compute/pzherk.c
similarity index 100%
rename from new_magmamorse/compute/pzherk.c
rename to compute/pzherk.c
diff --git a/new_magmamorse/compute/pzlacpy.c b/compute/pzlacpy.c
similarity index 100%
rename from new_magmamorse/compute/pzlacpy.c
rename to compute/pzlacpy.c
diff --git a/new_magmamorse/compute/pzlag2c.c b/compute/pzlag2c.c
similarity index 100%
rename from new_magmamorse/compute/pzlag2c.c
rename to compute/pzlag2c.c
diff --git a/new_magmamorse/compute/pzlange.c b/compute/pzlange.c
similarity index 100%
rename from new_magmamorse/compute/pzlange.c
rename to compute/pzlange.c
diff --git a/new_magmamorse/compute/pzlanhe.c b/compute/pzlanhe.c
similarity index 100%
rename from new_magmamorse/compute/pzlanhe.c
rename to compute/pzlanhe.c
diff --git a/new_magmamorse/compute/pzlansy.c b/compute/pzlansy.c
similarity index 100%
rename from new_magmamorse/compute/pzlansy.c
rename to compute/pzlansy.c
diff --git a/new_magmamorse/compute/pzlantr.c b/compute/pzlantr.c
similarity index 100%
rename from new_magmamorse/compute/pzlantr.c
rename to compute/pzlantr.c
diff --git a/new_magmamorse/compute/pzlaset.c b/compute/pzlaset.c
similarity index 100%
rename from new_magmamorse/compute/pzlaset.c
rename to compute/pzlaset.c
diff --git a/new_magmamorse/compute/pzlaset2.c b/compute/pzlaset2.c
similarity index 100%
rename from new_magmamorse/compute/pzlaset2.c
rename to compute/pzlaset2.c
diff --git a/new_magmamorse/compute/pzlauum.c b/compute/pzlauum.c
similarity index 100%
rename from new_magmamorse/compute/pzlauum.c
rename to compute/pzlauum.c
diff --git a/new_magmamorse/compute/pzplghe.c b/compute/pzplghe.c
similarity index 100%
rename from new_magmamorse/compute/pzplghe.c
rename to compute/pzplghe.c
diff --git a/new_magmamorse/compute/pzplgsy.c b/compute/pzplgsy.c
similarity index 100%
rename from new_magmamorse/compute/pzplgsy.c
rename to compute/pzplgsy.c
diff --git a/new_magmamorse/compute/pzplrnt.c b/compute/pzplrnt.c
similarity index 100%
rename from new_magmamorse/compute/pzplrnt.c
rename to compute/pzplrnt.c
diff --git a/new_magmamorse/compute/pzpotrf.c b/compute/pzpotrf.c
similarity index 100%
rename from new_magmamorse/compute/pzpotrf.c
rename to compute/pzpotrf.c
diff --git a/new_magmamorse/compute/pzpotrimm.c b/compute/pzpotrimm.c
similarity index 100%
rename from new_magmamorse/compute/pzpotrimm.c
rename to compute/pzpotrimm.c
diff --git a/new_magmamorse/compute/pzsymm.c b/compute/pzsymm.c
similarity index 100%
rename from new_magmamorse/compute/pzsymm.c
rename to compute/pzsymm.c
diff --git a/new_magmamorse/compute/pzsyr2k.c b/compute/pzsyr2k.c
similarity index 100%
rename from new_magmamorse/compute/pzsyr2k.c
rename to compute/pzsyr2k.c
diff --git a/new_magmamorse/compute/pzsyrk.c b/compute/pzsyrk.c
similarity index 100%
rename from new_magmamorse/compute/pzsyrk.c
rename to compute/pzsyrk.c
diff --git a/new_magmamorse/compute/pzsytrf.c b/compute/pzsytrf.c
similarity index 100%
rename from new_magmamorse/compute/pzsytrf.c
rename to compute/pzsytrf.c
diff --git a/new_magmamorse/compute/pztile.c b/compute/pztile.c
similarity index 100%
rename from new_magmamorse/compute/pztile.c
rename to compute/pztile.c
diff --git a/new_magmamorse/compute/pztrmm.c b/compute/pztrmm.c
similarity index 100%
rename from new_magmamorse/compute/pztrmm.c
rename to compute/pztrmm.c
diff --git a/new_magmamorse/compute/pztrsm.c b/compute/pztrsm.c
similarity index 100%
rename from new_magmamorse/compute/pztrsm.c
rename to compute/pztrsm.c
diff --git a/new_magmamorse/compute/pztrsmpl.c b/compute/pztrsmpl.c
similarity index 100%
rename from new_magmamorse/compute/pztrsmpl.c
rename to compute/pztrsmpl.c
diff --git a/new_magmamorse/compute/pztrtri.c b/compute/pztrtri.c
similarity index 100%
rename from new_magmamorse/compute/pztrtri.c
rename to compute/pztrtri.c
diff --git a/new_magmamorse/compute/pzunglq.c b/compute/pzunglq.c
similarity index 100%
rename from new_magmamorse/compute/pzunglq.c
rename to compute/pzunglq.c
diff --git a/new_magmamorse/compute/pzunglqrh.c b/compute/pzunglqrh.c
similarity index 100%
rename from new_magmamorse/compute/pzunglqrh.c
rename to compute/pzunglqrh.c
diff --git a/new_magmamorse/compute/pzungqr.c b/compute/pzungqr.c
similarity index 100%
rename from new_magmamorse/compute/pzungqr.c
rename to compute/pzungqr.c
diff --git a/new_magmamorse/compute/pzungqrrh.c b/compute/pzungqrrh.c
similarity index 100%
rename from new_magmamorse/compute/pzungqrrh.c
rename to compute/pzungqrrh.c
diff --git a/new_magmamorse/compute/pzunmlq.c b/compute/pzunmlq.c
similarity index 100%
rename from new_magmamorse/compute/pzunmlq.c
rename to compute/pzunmlq.c
diff --git a/new_magmamorse/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
similarity index 100%
rename from new_magmamorse/compute/pzunmlqrh.c
rename to compute/pzunmlqrh.c
diff --git a/new_magmamorse/compute/pzunmqr.c b/compute/pzunmqr.c
similarity index 100%
rename from new_magmamorse/compute/pzunmqr.c
rename to compute/pzunmqr.c
diff --git a/new_magmamorse/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
similarity index 100%
rename from new_magmamorse/compute/pzunmqrrh.c
rename to compute/pzunmqrrh.c
diff --git a/new_magmamorse/compute/zgelqf.c b/compute/zgelqf.c
similarity index 100%
rename from new_magmamorse/compute/zgelqf.c
rename to compute/zgelqf.c
diff --git a/new_magmamorse/compute/zgelqs.c b/compute/zgelqs.c
similarity index 100%
rename from new_magmamorse/compute/zgelqs.c
rename to compute/zgelqs.c
diff --git a/new_magmamorse/compute/zgels.c b/compute/zgels.c
similarity index 100%
rename from new_magmamorse/compute/zgels.c
rename to compute/zgels.c
diff --git a/new_magmamorse/compute/zgemm.c b/compute/zgemm.c
similarity index 100%
rename from new_magmamorse/compute/zgemm.c
rename to compute/zgemm.c
diff --git a/new_magmamorse/compute/zgeqrf.c b/compute/zgeqrf.c
similarity index 100%
rename from new_magmamorse/compute/zgeqrf.c
rename to compute/zgeqrf.c
diff --git a/new_magmamorse/compute/zgeqrs.c b/compute/zgeqrs.c
similarity index 100%
rename from new_magmamorse/compute/zgeqrs.c
rename to compute/zgeqrs.c
diff --git a/new_magmamorse/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
similarity index 100%
rename from new_magmamorse/compute/zgesv_incpiv.c
rename to compute/zgesv_incpiv.c
diff --git a/new_magmamorse/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
similarity index 100%
rename from new_magmamorse/compute/zgesv_nopiv.c
rename to compute/zgesv_nopiv.c
diff --git a/new_magmamorse/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
similarity index 100%
rename from new_magmamorse/compute/zgetrf_incpiv.c
rename to compute/zgetrf_incpiv.c
diff --git a/new_magmamorse/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
similarity index 100%
rename from new_magmamorse/compute/zgetrf_nopiv.c
rename to compute/zgetrf_nopiv.c
diff --git a/new_magmamorse/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
similarity index 100%
rename from new_magmamorse/compute/zgetrs_incpiv.c
rename to compute/zgetrs_incpiv.c
diff --git a/new_magmamorse/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
similarity index 100%
rename from new_magmamorse/compute/zgetrs_nopiv.c
rename to compute/zgetrs_nopiv.c
diff --git a/new_magmamorse/compute/zhemm.c b/compute/zhemm.c
similarity index 100%
rename from new_magmamorse/compute/zhemm.c
rename to compute/zhemm.c
diff --git a/new_magmamorse/compute/zher2k.c b/compute/zher2k.c
similarity index 100%
rename from new_magmamorse/compute/zher2k.c
rename to compute/zher2k.c
diff --git a/new_magmamorse/compute/zherk.c b/compute/zherk.c
similarity index 100%
rename from new_magmamorse/compute/zherk.c
rename to compute/zherk.c
diff --git a/new_magmamorse/compute/zlacpy.c b/compute/zlacpy.c
similarity index 100%
rename from new_magmamorse/compute/zlacpy.c
rename to compute/zlacpy.c
diff --git a/new_magmamorse/compute/zlange.c b/compute/zlange.c
similarity index 100%
rename from new_magmamorse/compute/zlange.c
rename to compute/zlange.c
diff --git a/new_magmamorse/compute/zlanhe.c b/compute/zlanhe.c
similarity index 100%
rename from new_magmamorse/compute/zlanhe.c
rename to compute/zlanhe.c
diff --git a/new_magmamorse/compute/zlansy.c b/compute/zlansy.c
similarity index 100%
rename from new_magmamorse/compute/zlansy.c
rename to compute/zlansy.c
diff --git a/new_magmamorse/compute/zlantr.c b/compute/zlantr.c
similarity index 100%
rename from new_magmamorse/compute/zlantr.c
rename to compute/zlantr.c
diff --git a/new_magmamorse/compute/zlaset.c b/compute/zlaset.c
similarity index 100%
rename from new_magmamorse/compute/zlaset.c
rename to compute/zlaset.c
diff --git a/new_magmamorse/compute/zlauum.c b/compute/zlauum.c
similarity index 100%
rename from new_magmamorse/compute/zlauum.c
rename to compute/zlauum.c
diff --git a/new_magmamorse/compute/zplghe.c b/compute/zplghe.c
similarity index 100%
rename from new_magmamorse/compute/zplghe.c
rename to compute/zplghe.c
diff --git a/new_magmamorse/compute/zplgsy.c b/compute/zplgsy.c
similarity index 100%
rename from new_magmamorse/compute/zplgsy.c
rename to compute/zplgsy.c
diff --git a/new_magmamorse/compute/zplrnt.c b/compute/zplrnt.c
similarity index 100%
rename from new_magmamorse/compute/zplrnt.c
rename to compute/zplrnt.c
diff --git a/new_magmamorse/compute/zposv.c b/compute/zposv.c
similarity index 100%
rename from new_magmamorse/compute/zposv.c
rename to compute/zposv.c
diff --git a/new_magmamorse/compute/zpotrf.c b/compute/zpotrf.c
similarity index 100%
rename from new_magmamorse/compute/zpotrf.c
rename to compute/zpotrf.c
diff --git a/new_magmamorse/compute/zpotri.c b/compute/zpotri.c
similarity index 100%
rename from new_magmamorse/compute/zpotri.c
rename to compute/zpotri.c
diff --git a/new_magmamorse/compute/zpotrimm.c b/compute/zpotrimm.c
similarity index 100%
rename from new_magmamorse/compute/zpotrimm.c
rename to compute/zpotrimm.c
diff --git a/new_magmamorse/compute/zpotrs.c b/compute/zpotrs.c
similarity index 100%
rename from new_magmamorse/compute/zpotrs.c
rename to compute/zpotrs.c
diff --git a/new_magmamorse/compute/zsymm.c b/compute/zsymm.c
similarity index 100%
rename from new_magmamorse/compute/zsymm.c
rename to compute/zsymm.c
diff --git a/new_magmamorse/compute/zsyr2k.c b/compute/zsyr2k.c
similarity index 100%
rename from new_magmamorse/compute/zsyr2k.c
rename to compute/zsyr2k.c
diff --git a/new_magmamorse/compute/zsyrk.c b/compute/zsyrk.c
similarity index 100%
rename from new_magmamorse/compute/zsyrk.c
rename to compute/zsyrk.c
diff --git a/new_magmamorse/compute/zsysv.c b/compute/zsysv.c
similarity index 100%
rename from new_magmamorse/compute/zsysv.c
rename to compute/zsysv.c
diff --git a/new_magmamorse/compute/zsytrf.c b/compute/zsytrf.c
similarity index 100%
rename from new_magmamorse/compute/zsytrf.c
rename to compute/zsytrf.c
diff --git a/new_magmamorse/compute/zsytrs.c b/compute/zsytrs.c
similarity index 100%
rename from new_magmamorse/compute/zsytrs.c
rename to compute/zsytrs.c
diff --git a/new_magmamorse/compute/ztile.c b/compute/ztile.c
similarity index 100%
rename from new_magmamorse/compute/ztile.c
rename to compute/ztile.c
diff --git a/new_magmamorse/compute/ztrmm.c b/compute/ztrmm.c
similarity index 100%
rename from new_magmamorse/compute/ztrmm.c
rename to compute/ztrmm.c
diff --git a/new_magmamorse/compute/ztrsm.c b/compute/ztrsm.c
similarity index 100%
rename from new_magmamorse/compute/ztrsm.c
rename to compute/ztrsm.c
diff --git a/new_magmamorse/compute/ztrsmpl.c b/compute/ztrsmpl.c
similarity index 100%
rename from new_magmamorse/compute/ztrsmpl.c
rename to compute/ztrsmpl.c
diff --git a/new_magmamorse/compute/ztrtri.c b/compute/ztrtri.c
similarity index 100%
rename from new_magmamorse/compute/ztrtri.c
rename to compute/ztrtri.c
diff --git a/new_magmamorse/compute/zunglq.c b/compute/zunglq.c
similarity index 100%
rename from new_magmamorse/compute/zunglq.c
rename to compute/zunglq.c
diff --git a/new_magmamorse/compute/zungqr.c b/compute/zungqr.c
similarity index 100%
rename from new_magmamorse/compute/zungqr.c
rename to compute/zungqr.c
diff --git a/new_magmamorse/compute/zunmlq.c b/compute/zunmlq.c
similarity index 100%
rename from new_magmamorse/compute/zunmlq.c
rename to compute/zunmlq.c
diff --git a/new_magmamorse/compute/zunmqr.c b/compute/zunmqr.c
similarity index 100%
rename from new_magmamorse/compute/zunmqr.c
rename to compute/zunmqr.c
diff --git a/new_magmamorse/control/CMakeLists.txt b/control/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/control/CMakeLists.txt
rename to control/CMakeLists.txt
diff --git a/new_magmamorse/control/async.c b/control/async.c
similarity index 100%
rename from new_magmamorse/control/async.c
rename to control/async.c
diff --git a/new_magmamorse/control/async.h b/control/async.h
similarity index 100%
rename from new_magmamorse/control/async.h
rename to control/async.h
diff --git a/new_magmamorse/control/auxiliary.c b/control/auxiliary.c
similarity index 100%
rename from new_magmamorse/control/auxiliary.c
rename to control/auxiliary.c
diff --git a/new_magmamorse/control/auxiliary.h b/control/auxiliary.h
similarity index 100%
rename from new_magmamorse/control/auxiliary.h
rename to control/auxiliary.h
diff --git a/new_magmamorse/control/bulge.h b/control/bulge.h
similarity index 100%
rename from new_magmamorse/control/bulge.h
rename to control/bulge.h
diff --git a/new_magmamorse/control/common.h b/control/common.h
similarity index 100%
rename from new_magmamorse/control/common.h
rename to control/common.h
diff --git a/new_magmamorse/control/compute_z.h b/control/compute_z.h
similarity index 100%
rename from new_magmamorse/control/compute_z.h
rename to control/compute_z.h
diff --git a/new_magmamorse/control/context.c b/control/context.c
similarity index 100%
rename from new_magmamorse/control/context.c
rename to control/context.c
diff --git a/new_magmamorse/control/context.h b/control/context.h
similarity index 100%
rename from new_magmamorse/control/context.h
rename to control/context.h
diff --git a/new_magmamorse/control/control.c b/control/control.c
similarity index 100%
rename from new_magmamorse/control/control.c
rename to control/control.c
diff --git a/new_magmamorse/control/descriptor.c b/control/descriptor.c
similarity index 100%
rename from new_magmamorse/control/descriptor.c
rename to control/descriptor.c
diff --git a/new_magmamorse/control/descriptor.h b/control/descriptor.h
similarity index 100%
rename from new_magmamorse/control/descriptor.h
rename to control/descriptor.h
diff --git a/new_magmamorse/control/gkkleader.h b/control/gkkleader.h
similarity index 100%
rename from new_magmamorse/control/gkkleader.h
rename to control/gkkleader.h
diff --git a/new_magmamorse/control/global.h b/control/global.h
similarity index 100%
rename from new_magmamorse/control/global.h
rename to control/global.h
diff --git a/new_magmamorse/control/morse_f77.c b/control/morse_f77.c
similarity index 100%
rename from new_magmamorse/control/morse_f77.c
rename to control/morse_f77.c
diff --git a/new_magmamorse/control/morse_f90.f90 b/control/morse_f90.f90
similarity index 100%
rename from new_magmamorse/control/morse_f90.f90
rename to control/morse_f90.f90
diff --git a/new_magmamorse/control/morse_mf77.c b/control/morse_mf77.c
similarity index 100%
rename from new_magmamorse/control/morse_mf77.c
rename to control/morse_mf77.c
diff --git a/new_magmamorse/control/morse_zcf90.F90 b/control/morse_zcf90.F90
similarity index 100%
rename from new_magmamorse/control/morse_zcf90.F90
rename to control/morse_zcf90.F90
diff --git a/new_magmamorse/control/morse_zf77.c b/control/morse_zf77.c
similarity index 100%
rename from new_magmamorse/control/morse_zf77.c
rename to control/morse_zf77.c
diff --git a/new_magmamorse/control/morse_zf90.F90 b/control/morse_zf90.F90
similarity index 100%
rename from new_magmamorse/control/morse_zf90.F90
rename to control/morse_zf90.F90
diff --git a/new_magmamorse/control/morse_zf90_wrappers.F90 b/control/morse_zf90_wrappers.F90
similarity index 100%
rename from new_magmamorse/control/morse_zf90_wrappers.F90
rename to control/morse_zf90_wrappers.F90
diff --git a/new_magmamorse/control/morsewinthread.c b/control/morsewinthread.c
similarity index 100%
rename from new_magmamorse/control/morsewinthread.c
rename to control/morsewinthread.c
diff --git a/new_magmamorse/control/morsewinthread.h b/control/morsewinthread.h
similarity index 100%
rename from new_magmamorse/control/morsewinthread.h
rename to control/morsewinthread.h
diff --git a/new_magmamorse/control/primes.h b/control/primes.h
similarity index 100%
rename from new_magmamorse/control/primes.h
rename to control/primes.h
diff --git a/new_magmamorse/control/tile.c b/control/tile.c
similarity index 100%
rename from new_magmamorse/control/tile.c
rename to control/tile.c
diff --git a/new_magmamorse/control/tile.h b/control/tile.h
similarity index 100%
rename from new_magmamorse/control/tile.h
rename to control/tile.h
diff --git a/new_magmamorse/control/workspace.c b/control/workspace.c
similarity index 100%
rename from new_magmamorse/control/workspace.c
rename to control/workspace.c
diff --git a/new_magmamorse/control/workspace.h b/control/workspace.h
similarity index 100%
rename from new_magmamorse/control/workspace.h
rename to control/workspace.h
diff --git a/new_magmamorse/control/workspace_z.c b/control/workspace_z.c
similarity index 100%
rename from new_magmamorse/control/workspace_z.c
rename to control/workspace_z.c
diff --git a/new_magmamorse/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/coreblas/CMakeLists.txt
rename to coreblas/CMakeLists.txt
diff --git a/new_magmamorse/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/coreblas/compute/CMakeLists.txt
rename to coreblas/compute/CMakeLists.txt
diff --git a/new_magmamorse/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_dzasum.c
rename to coreblas/compute/core_dzasum.c
diff --git a/new_magmamorse/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgeadd.c
rename to coreblas/compute/core_zgeadd.c
diff --git a/new_magmamorse/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgelqt.c
rename to coreblas/compute/core_zgelqt.c
diff --git a/new_magmamorse/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgemm.c
rename to coreblas/compute/core_zgemm.c
diff --git a/new_magmamorse/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgeqrt.c
rename to coreblas/compute/core_zgeqrt.c
diff --git a/new_magmamorse/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgesplit.c
rename to coreblas/compute/core_zgesplit.c
diff --git a/new_magmamorse/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgessm.c
rename to coreblas/compute/core_zgessm.c
diff --git a/new_magmamorse/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgessq.c
rename to coreblas/compute/core_zgessq.c
diff --git a/new_magmamorse/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgetf2_nopiv.c
rename to coreblas/compute/core_zgetf2_nopiv.c
diff --git a/new_magmamorse/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgetrf.c
rename to coreblas/compute/core_zgetrf.c
diff --git a/new_magmamorse/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgetrf_incpiv.c
rename to coreblas/compute/core_zgetrf_incpiv.c
diff --git a/new_magmamorse/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zgetrf_nopiv.c
rename to coreblas/compute/core_zgetrf_nopiv.c
diff --git a/new_magmamorse/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zhemm.c
rename to coreblas/compute/core_zhemm.c
diff --git a/new_magmamorse/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zher2k.c
rename to coreblas/compute/core_zher2k.c
diff --git a/new_magmamorse/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zherk.c
rename to coreblas/compute/core_zherk.c
diff --git a/new_magmamorse/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zhessq.c
rename to coreblas/compute/core_zhessq.c
diff --git a/new_magmamorse/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlacpy.c
rename to coreblas/compute/core_zlacpy.c
diff --git a/new_magmamorse/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlag2c.c
rename to coreblas/compute/core_zlag2c.c
diff --git a/new_magmamorse/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlange.c
rename to coreblas/compute/core_zlange.c
diff --git a/new_magmamorse/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlanhe.c
rename to coreblas/compute/core_zlanhe.c
diff --git a/new_magmamorse/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlansy.c
rename to coreblas/compute/core_zlansy.c
diff --git a/new_magmamorse/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlantr.c
rename to coreblas/compute/core_zlantr.c
diff --git a/new_magmamorse/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlaset.c
rename to coreblas/compute/core_zlaset.c
diff --git a/new_magmamorse/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlaset2.c
rename to coreblas/compute/core_zlaset2.c
diff --git a/new_magmamorse/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zlauum.c
rename to coreblas/compute/core_zlauum.c
diff --git a/new_magmamorse/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zpamm.c
rename to coreblas/compute/core_zpamm.c
diff --git a/new_magmamorse/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zparfb.c
rename to coreblas/compute/core_zparfb.c
diff --git a/new_magmamorse/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zpemv.c
rename to coreblas/compute/core_zpemv.c
diff --git a/new_magmamorse/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zplghe.c
rename to coreblas/compute/core_zplghe.c
diff --git a/new_magmamorse/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zplgsy.c
rename to coreblas/compute/core_zplgsy.c
diff --git a/new_magmamorse/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zplrnt.c
rename to coreblas/compute/core_zplrnt.c
diff --git a/new_magmamorse/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zpotrf.c
rename to coreblas/compute/core_zpotrf.c
diff --git a/new_magmamorse/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zssssm.c
rename to coreblas/compute/core_zssssm.c
diff --git a/new_magmamorse/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zsymm.c
rename to coreblas/compute/core_zsymm.c
diff --git a/new_magmamorse/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zsyr2k.c
rename to coreblas/compute/core_zsyr2k.c
diff --git a/new_magmamorse/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zsyrk.c
rename to coreblas/compute/core_zsyrk.c
diff --git a/new_magmamorse/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zsyssq.c
rename to coreblas/compute/core_zsyssq.c
diff --git a/new_magmamorse/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zsytf2_nopiv.c
rename to coreblas/compute/core_zsytf2_nopiv.c
diff --git a/new_magmamorse/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztrasm.c
rename to coreblas/compute/core_ztrasm.c
diff --git a/new_magmamorse/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztrmm.c
rename to coreblas/compute/core_ztrmm.c
diff --git a/new_magmamorse/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztrsm.c
rename to coreblas/compute/core_ztrsm.c
diff --git a/new_magmamorse/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztrssq.c
rename to coreblas/compute/core_ztrssq.c
diff --git a/new_magmamorse/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztrtri.c
rename to coreblas/compute/core_ztrtri.c
diff --git a/new_magmamorse/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztslqt.c
rename to coreblas/compute/core_ztslqt.c
diff --git a/new_magmamorse/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztsmlq.c
rename to coreblas/compute/core_ztsmlq.c
diff --git a/new_magmamorse/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztsmqr.c
rename to coreblas/compute/core_ztsmqr.c
diff --git a/new_magmamorse/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztsqrt.c
rename to coreblas/compute/core_ztsqrt.c
diff --git a/new_magmamorse/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_ztstrf.c
rename to coreblas/compute/core_ztstrf.c
diff --git a/new_magmamorse/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zttlqt.c
rename to coreblas/compute/core_zttlqt.c
diff --git a/new_magmamorse/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zttmlq.c
rename to coreblas/compute/core_zttmlq.c
diff --git a/new_magmamorse/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zttmqr.c
rename to coreblas/compute/core_zttmqr.c
diff --git a/new_magmamorse/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zttqrt.c
rename to coreblas/compute/core_zttqrt.c
diff --git a/new_magmamorse/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zunmlq.c
rename to coreblas/compute/core_zunmlq.c
diff --git a/new_magmamorse/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/core_zunmqr.c
rename to coreblas/compute/core_zunmqr.c
diff --git a/new_magmamorse/coreblas/compute/global.c b/coreblas/compute/global.c
similarity index 100%
rename from new_magmamorse/coreblas/compute/global.c
rename to coreblas/compute/global.c
diff --git a/new_magmamorse/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/coreblas/include/CMakeLists.txt
rename to coreblas/include/CMakeLists.txt
diff --git a/new_magmamorse/coreblas/include/cblas.h b/coreblas/include/cblas.h
similarity index 100%
rename from new_magmamorse/coreblas/include/cblas.h
rename to coreblas/include/cblas.h
diff --git a/new_magmamorse/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
similarity index 100%
rename from new_magmamorse/coreblas/include/coreblas.h
rename to coreblas/include/coreblas.h
diff --git a/new_magmamorse/coreblas/include/coreblas_z.h b/coreblas/include/coreblas_z.h
similarity index 100%
rename from new_magmamorse/coreblas/include/coreblas_z.h
rename to coreblas/include/coreblas_z.h
diff --git a/new_magmamorse/coreblas/include/coreblas_zc.h b/coreblas/include/coreblas_zc.h
similarity index 100%
rename from new_magmamorse/coreblas/include/coreblas_zc.h
rename to coreblas/include/coreblas_zc.h
diff --git a/new_magmamorse/docs/CMakeLists.txt b/docs/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/docs/CMakeLists.txt
rename to docs/CMakeLists.txt
diff --git a/new_magmamorse/docs/doxygen/CMakeLists.txt b/docs/doxygen/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/docs/doxygen/CMakeLists.txt
rename to docs/doxygen/CMakeLists.txt
diff --git a/new_magmamorse/docs/doxygen/conf-dev-quark.dox.in b/docs/doxygen/conf-dev-quark.dox.in
similarity index 100%
rename from new_magmamorse/docs/doxygen/conf-dev-quark.dox.in
rename to docs/doxygen/conf-dev-quark.dox.in
diff --git a/new_magmamorse/docs/doxygen/conf-dev-starpu.dox.in b/docs/doxygen/conf-dev-starpu.dox.in
similarity index 100%
rename from new_magmamorse/docs/doxygen/conf-dev-starpu.dox.in
rename to docs/doxygen/conf-dev-starpu.dox.in
diff --git a/new_magmamorse/docs/doxygen/conf-usr-quark.dox.in b/docs/doxygen/conf-usr-quark.dox.in
similarity index 100%
rename from new_magmamorse/docs/doxygen/conf-usr-quark.dox.in
rename to docs/doxygen/conf-usr-quark.dox.in
diff --git a/new_magmamorse/docs/doxygen/conf-usr-starpu.dox.in b/docs/doxygen/conf-usr-starpu.dox.in
similarity index 100%
rename from new_magmamorse/docs/doxygen/conf-usr-starpu.dox.in
rename to docs/doxygen/conf-usr-starpu.dox.in
diff --git a/new_magmamorse/docs/doxygen/groups-dev.dox b/docs/doxygen/groups-dev.dox
similarity index 100%
rename from new_magmamorse/docs/doxygen/groups-dev.dox
rename to docs/doxygen/groups-dev.dox
diff --git a/new_magmamorse/docs/doxygen/groups-usr.dox b/docs/doxygen/groups-usr.dox
similarity index 100%
rename from new_magmamorse/docs/doxygen/groups-usr.dox
rename to docs/doxygen/groups-usr.dox
diff --git a/new_magmamorse/docs/texinfo/CMakeLists.txt b/docs/texinfo/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/docs/texinfo/CMakeLists.txt
rename to docs/texinfo/CMakeLists.txt
diff --git a/new_magmamorse/docs/texinfo/chapters/configuration.texi b/docs/texinfo/chapters/configuration.texi
similarity index 100%
rename from new_magmamorse/docs/texinfo/chapters/configuration.texi
rename to docs/texinfo/chapters/configuration.texi
diff --git a/new_magmamorse/docs/texinfo/chapters/installing.texi b/docs/texinfo/chapters/installing.texi
similarity index 100%
rename from new_magmamorse/docs/texinfo/chapters/installing.texi
rename to docs/texinfo/chapters/installing.texi
diff --git a/new_magmamorse/docs/texinfo/chapters/introduction.texi b/docs/texinfo/chapters/introduction.texi
similarity index 100%
rename from new_magmamorse/docs/texinfo/chapters/introduction.texi
rename to docs/texinfo/chapters/introduction.texi
diff --git a/new_magmamorse/docs/texinfo/chapters/using.texi b/docs/texinfo/chapters/using.texi
similarity index 100%
rename from new_magmamorse/docs/texinfo/chapters/using.texi
rename to docs/texinfo/chapters/using.texi
diff --git a/new_magmamorse/docs/texinfo/figures/morse_header.png b/docs/texinfo/figures/morse_header.png
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/morse_header.png
rename to docs/texinfo/figures/morse_header.png
diff --git a/new_magmamorse/docs/texinfo/figures/potri_async.png b/docs/texinfo/figures/potri_async.png
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/potri_async.png
rename to docs/texinfo/figures/potri_async.png
diff --git a/new_magmamorse/docs/texinfo/figures/tile_layout.jpg b/docs/texinfo/figures/tile_layout.jpg
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/tile_layout.jpg
rename to docs/texinfo/figures/tile_layout.jpg
diff --git a/new_magmamorse/docs/texinfo/figures/tile_layout.pdf b/docs/texinfo/figures/tile_layout.pdf
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/tile_layout.pdf
rename to docs/texinfo/figures/tile_layout.pdf
diff --git a/new_magmamorse/docs/texinfo/figures/tile_lu.jpg b/docs/texinfo/figures/tile_lu.jpg
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/tile_lu.jpg
rename to docs/texinfo/figures/tile_lu.jpg
diff --git a/new_magmamorse/docs/texinfo/figures/tile_lu.pdf b/docs/texinfo/figures/tile_lu.pdf
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/tile_lu.pdf
rename to docs/texinfo/figures/tile_lu.pdf
diff --git a/new_magmamorse/docs/texinfo/figures/trace_qr.jpg b/docs/texinfo/figures/trace_qr.jpg
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/trace_qr.jpg
rename to docs/texinfo/figures/trace_qr.jpg
diff --git a/new_magmamorse/docs/texinfo/figures/trace_qr.pdf b/docs/texinfo/figures/trace_qr.pdf
similarity index 100%
rename from new_magmamorse/docs/texinfo/figures/trace_qr.pdf
rename to docs/texinfo/figures/trace_qr.pdf
diff --git a/new_magmamorse/docs/texinfo/morse.css b/docs/texinfo/morse.css
similarity index 100%
rename from new_magmamorse/docs/texinfo/morse.css
rename to docs/texinfo/morse.css
diff --git a/new_magmamorse/docs/texinfo/users_guide.texi.in b/docs/texinfo/users_guide.texi.in
similarity index 100%
rename from new_magmamorse/docs/texinfo/users_guide.texi.in
rename to docs/texinfo/users_guide.texi.in
diff --git a/new_magmamorse/docs/texinfo/version.texi.in b/docs/texinfo/version.texi.in
similarity index 100%
rename from new_magmamorse/docs/texinfo/version.texi.in
rename to docs/texinfo/version.texi.in
diff --git a/new_magmamorse/example/CMakeLists.txt b/example/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/example/CMakeLists.txt
rename to example/CMakeLists.txt
diff --git a/new_magmamorse/example/basic_zposv/CMakeLists.txt b/example/basic_zposv/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/example/basic_zposv/CMakeLists.txt
rename to example/basic_zposv/CMakeLists.txt
diff --git a/new_magmamorse/example/basic_zposv/basic_posv.h b/example/basic_zposv/basic_posv.h
similarity index 100%
rename from new_magmamorse/example/basic_zposv/basic_posv.h
rename to example/basic_zposv/basic_posv.h
diff --git a/new_magmamorse/example/basic_zposv/posv_morse_functions.h b/example/basic_zposv/posv_morse_functions.h
similarity index 100%
rename from new_magmamorse/example/basic_zposv/posv_morse_functions.h
rename to example/basic_zposv/posv_morse_functions.h
diff --git a/new_magmamorse/example/basic_zposv/posv_users_functions.h b/example/basic_zposv/posv_users_functions.h
similarity index 100%
rename from new_magmamorse/example/basic_zposv/posv_users_functions.h
rename to example/basic_zposv/posv_users_functions.h
diff --git a/new_magmamorse/example/basic_zposv/zposv_morse_functions.c b/example/basic_zposv/zposv_morse_functions.c
similarity index 100%
rename from new_magmamorse/example/basic_zposv/zposv_morse_functions.c
rename to example/basic_zposv/zposv_morse_functions.c
diff --git a/new_magmamorse/example/basic_zposv/zposv_users_functions.c b/example/basic_zposv/zposv_users_functions.c
similarity index 100%
rename from new_magmamorse/example/basic_zposv/zposv_users_functions.c
rename to example/basic_zposv/zposv_users_functions.c
diff --git a/new_magmamorse/example/lapack_to_morse/CMakeLists.txt b/example/lapack_to_morse/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/CMakeLists.txt
rename to example/lapack_to_morse/CMakeLists.txt
diff --git a/new_magmamorse/example/lapack_to_morse/lapack_to_morse.h b/example/lapack_to_morse/lapack_to_morse.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/lapack_to_morse.h
rename to example/lapack_to_morse/lapack_to_morse.h
diff --git a/new_magmamorse/example/lapack_to_morse/step0.c b/example/lapack_to_morse/step0.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step0.c
rename to example/lapack_to_morse/step0.c
diff --git a/new_magmamorse/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step0.h
rename to example/lapack_to_morse/step0.h
diff --git a/new_magmamorse/example/lapack_to_morse/step1.c b/example/lapack_to_morse/step1.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step1.c
rename to example/lapack_to_morse/step1.c
diff --git a/new_magmamorse/example/lapack_to_morse/step1.h b/example/lapack_to_morse/step1.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step1.h
rename to example/lapack_to_morse/step1.h
diff --git a/new_magmamorse/example/lapack_to_morse/step2.c b/example/lapack_to_morse/step2.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step2.c
rename to example/lapack_to_morse/step2.c
diff --git a/new_magmamorse/example/lapack_to_morse/step2.h b/example/lapack_to_morse/step2.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step2.h
rename to example/lapack_to_morse/step2.h
diff --git a/new_magmamorse/example/lapack_to_morse/step3.c b/example/lapack_to_morse/step3.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step3.c
rename to example/lapack_to_morse/step3.c
diff --git a/new_magmamorse/example/lapack_to_morse/step3.h b/example/lapack_to_morse/step3.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step3.h
rename to example/lapack_to_morse/step3.h
diff --git a/new_magmamorse/example/lapack_to_morse/step4.c b/example/lapack_to_morse/step4.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step4.c
rename to example/lapack_to_morse/step4.c
diff --git a/new_magmamorse/example/lapack_to_morse/step4.h b/example/lapack_to_morse/step4.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step4.h
rename to example/lapack_to_morse/step4.h
diff --git a/new_magmamorse/example/lapack_to_morse/step5.c b/example/lapack_to_morse/step5.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step5.c
rename to example/lapack_to_morse/step5.c
diff --git a/new_magmamorse/example/lapack_to_morse/step5.h b/example/lapack_to_morse/step5.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step5.h
rename to example/lapack_to_morse/step5.h
diff --git a/new_magmamorse/example/lapack_to_morse/step6.c b/example/lapack_to_morse/step6.c
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step6.c
rename to example/lapack_to_morse/step6.c
diff --git a/new_magmamorse/example/lapack_to_morse/step6.h b/example/lapack_to_morse/step6.h
similarity index 100%
rename from new_magmamorse/example/lapack_to_morse/step6.h
rename to example/lapack_to_morse/step6.h
diff --git a/new_magmamorse/include/CMakeLists.txt b/include/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/include/CMakeLists.txt
rename to include/CMakeLists.txt
diff --git a/new_magmamorse/include/morse.h b/include/morse.h
similarity index 100%
rename from new_magmamorse/include/morse.h
rename to include/morse.h
diff --git a/new_magmamorse/include/morse_constants.h b/include/morse_constants.h
similarity index 100%
rename from new_magmamorse/include/morse_constants.h
rename to include/morse_constants.h
diff --git a/new_magmamorse/include/morse_fortran.h b/include/morse_fortran.h
similarity index 100%
rename from new_magmamorse/include/morse_fortran.h
rename to include/morse_fortran.h
diff --git a/new_magmamorse/include/morse_kernels.h b/include/morse_kernels.h
similarity index 100%
rename from new_magmamorse/include/morse_kernels.h
rename to include/morse_kernels.h
diff --git a/new_magmamorse/include/morse_simulate.h b/include/morse_simulate.h
similarity index 100%
rename from new_magmamorse/include/morse_simulate.h
rename to include/morse_simulate.h
diff --git a/new_magmamorse/include/morse_struct.h b/include/morse_struct.h
similarity index 100%
rename from new_magmamorse/include/morse_struct.h
rename to include/morse_struct.h
diff --git a/new_magmamorse/include/morse_types.h b/include/morse_types.h
similarity index 100%
rename from new_magmamorse/include/morse_types.h
rename to include/morse_types.h
diff --git a/new_magmamorse/include/morse_z.h b/include/morse_z.h
similarity index 100%
rename from new_magmamorse/include/morse_z.h
rename to include/morse_z.h
diff --git a/new_magmamorse/include/morse_zc.h b/include/morse_zc.h
similarity index 100%
rename from new_magmamorse/include/morse_zc.h
rename to include/morse_zc.h
diff --git a/new_magmamorse/include/runtime.h b/include/runtime.h
similarity index 100%
rename from new_magmamorse/include/runtime.h
rename to include/runtime.h
diff --git a/new_magmamorse/include/runtime_z.h b/include/runtime_z.h
similarity index 100%
rename from new_magmamorse/include/runtime_z.h
rename to include/runtime_z.h
diff --git a/new_magmamorse/include/runtime_zc.h b/include/runtime_zc.h
similarity index 100%
rename from new_magmamorse/include/runtime_zc.h
rename to include/runtime_zc.h
diff --git a/new_magmamorse/lib/pkgconfig/magmamorse-quark.pc.in b/lib/pkgconfig/magmamorse-quark.pc.in
similarity index 100%
rename from new_magmamorse/lib/pkgconfig/magmamorse-quark.pc.in
rename to lib/pkgconfig/magmamorse-quark.pc.in
diff --git a/new_magmamorse/lib/pkgconfig/magmamorse-starpu.pc.in b/lib/pkgconfig/magmamorse-starpu.pc.in
similarity index 100%
rename from new_magmamorse/lib/pkgconfig/magmamorse-starpu.pc.in
rename to lib/pkgconfig/magmamorse-starpu.pc.in
diff --git a/new_magmamorse/.dir-locals.el b/new_magmamorse/.dir-locals.el
deleted file mode 100644
index abafe9600..000000000
--- a/new_magmamorse/.dir-locals.el
+++ /dev/null
@@ -1,105 +0,0 @@
-;; C style for Emacs, to assist in following DAGuE coding conventions (originally from PETSc project)
-((nil . ((indent-tabs-mode         . nil)
-         (tab-width                . 8)
-         (show-trailing-whitespace . t)))
- (c-mode . ((c-tab-always-indent        . t)
-            (c-basic-offset		. 4)
-            (c-comment-only-line-offset . 0)
-            (c-hanging-braces-alist     . ((substatement-open after)
-                                           (brace-list-open after)
-                                           (brace-entry-open)
-                                           (defun-open after)
-                                           (class-open after)
-                                           (inline-open after)
-                                           (block-open after)
-                                           (block-close . c-snug-do-while)
-                                           (statement-case-open after)
-                                           (substatement after)))
-            (c-hanging-colons-alist     . ((member-init-intro before)
-                                           (inher-intro)
-                                           (case-label after)
-                                           (label after)
-                                           (access-label after)))
-            (c-hanging-semi&comma-criteria . (c-semi&comma-no-newlines-before-nonblanks))
-            (c-cleanup-list             . (scope-operator
-                                           brace-else-brace
-                                           brace-elseif-brace
-                                           brace-catch-brace
-                                           empty-defun-braces
-                                           list-close-comma
-                                           defun-close-semi))
-            (c-offsets-alist            . ((inexpr-class . +)
-                                           (inexpr-statement . +)
-                                           (lambda-intro-cont . +)
-                                           (inlambda . c-lineup-inexpr-block)
-                                           (template-args-cont c-lineup-template-args +)
-                                           (incomposition . +)
-                                           (inmodule . +)
-                                           (innamespace . +)
-                                           (inextern-lang . +)
-                                           (composition-close . 0)
-                                           (module-close . 0)
-                                           (namespace-close . 0)
-                                           (extern-lang-close . 0)
-                                           (composition-open . 0)
-                                           (module-open . 0)
-                                           (namespace-open . 0)
-                                           (extern-lang-open . 0)
-                                           (objc-method-call-cont c-lineup-ObjC-method-call-colons c-lineup-ObjC-method-call +)
-                                           (objc-method-args-cont . c-lineup-ObjC-method-args)
-                                           (objc-method-intro .
-                                                              [0])
-                                           (friend . 0)
-                                           (cpp-define-intro c-lineup-cpp-define +)
-                                           (cpp-macro-cont . +)
-                                           (cpp-macro .
-                                                      [0])
-                                           (inclass . +)
-                                           (stream-op . c-lineup-streamop)
-                                           (arglist-cont-nonempty c-lineup-gcc-asm-reg c-lineup-arglist)
-                                           (arglist-cont c-lineup-gcc-asm-reg 0)
-                                           (arglist-intro . +)
-                                           (catch-clause . 0)
-                                           (else-clause . 0)
-                                           (do-while-closure . 0)
-                                           (label . 2)
-                                           (access-label . -)
-                                           (substatement-label . 2)
-                                           (substatement . +)
-                                           (statement-case-open . 0)
-                                           (statement-case-intro . +)
-                                           (statement-block-intro . +)
-                                           (statement-cont . +)
-                                           (statement . 0)
-                                           (brace-entry-open . 0)
-                                           (brace-list-entry . 0)
-                                           (brace-list-intro . +)
-                                           (brace-list-close . 0)
-                                           (brace-list-open . 0)
-                                           (block-close . 0)
-                                           (inher-cont . c-lineup-multi-inher)
-                                           (inher-intro . +)
-                                           (member-init-cont . c-lineup-multi-inher)
-                                           (member-init-intro . +)
-                                           (annotation-var-cont . +)
-                                           (annotation-top-cont . 0)
-                                           (topmost-intro-cont . c-lineup-topmost-intro-cont)
-                                           (topmost-intro . 0)
-                                           (knr-argdecl . 0)
-                                           (func-decl-cont . +)
-                                           (inline-close . 0)
-                                           (inline-open . +)
-                                           (class-close . 0)
-                                           (class-open . 0)
-                                           (defun-block-intro . +)
-                                           (defun-close . 0)
-                                           (defun-open . 0)
-                                           (string . c-lineup-dont-change)
-                                           (arglist-close . c-lineup-arglist)
-                                           (substatement-open . 0)
-                                           (case-label . 0)
-                                           (block-open . 0)
-                                           (c . 1)
-                                           (comment-intro . 0)
-                                           (knr-argdecl-intro . -)))
-            (fill-column . 80))))
diff --git a/new_magmamorse/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/runtime/CMakeLists.txt
rename to runtime/CMakeLists.txt
diff --git a/new_magmamorse/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/runtime/quark/CMakeLists.txt
rename to runtime/quark/CMakeLists.txt
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_dataflush.c b/runtime/quark/codelets/codelet_dataflush.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_dataflush.c
rename to runtime/quark/codelets/codelet_dataflush.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zasum.c b/runtime/quark/codelets/codelet_zasum.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zasum.c
rename to runtime/quark/codelets/codelet_zasum.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zaxpy.c
rename to runtime/quark/codelets/codelet_zaxpy.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgeadd.c
rename to runtime/quark/codelets/codelet_zgeadd.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgelqt.c
rename to runtime/quark/codelets/codelet_zgelqt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgemm.c
rename to runtime/quark/codelets/codelet_zgemm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgeqrt.c
rename to runtime/quark/codelets/codelet_zgeqrt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgessm.c
rename to runtime/quark/codelets/codelet_zgessm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgessq.c
rename to runtime/quark/codelets/codelet_zgessq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgetrf.c
rename to runtime/quark/codelets/codelet_zgetrf.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgetrf_incpiv.c
rename to runtime/quark/codelets/codelet_zgetrf_incpiv.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zgetrf_nopiv.c
rename to runtime/quark/codelets/codelet_zgetrf_nopiv.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zhemm.c
rename to runtime/quark/codelets/codelet_zhemm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zher2k.c
rename to runtime/quark/codelets/codelet_zher2k.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zherk.c
rename to runtime/quark/codelets/codelet_zherk.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zhessq.c
rename to runtime/quark/codelets/codelet_zhessq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlacpy.c
rename to runtime/quark/codelets/codelet_zlacpy.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlag2c.c
rename to runtime/quark/codelets/codelet_zlag2c.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlange.c
rename to runtime/quark/codelets/codelet_zlange.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlanhe.c
rename to runtime/quark/codelets/codelet_zlanhe.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlansy.c
rename to runtime/quark/codelets/codelet_zlansy.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlantr.c
rename to runtime/quark/codelets/codelet_zlantr.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlaset.c
rename to runtime/quark/codelets/codelet_zlaset.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlaset2.c
rename to runtime/quark/codelets/codelet_zlaset2.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zlauum.c
rename to runtime/quark/codelets/codelet_zlauum.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zpamm.c
rename to runtime/quark/codelets/codelet_zpamm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zplghe.c
rename to runtime/quark/codelets/codelet_zplghe.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zplgsy.c
rename to runtime/quark/codelets/codelet_zplgsy.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zplrnt.c
rename to runtime/quark/codelets/codelet_zplrnt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zplssq.c
rename to runtime/quark/codelets/codelet_zplssq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zpotrf.c
rename to runtime/quark/codelets/codelet_zpotrf.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zssssm.c
rename to runtime/quark/codelets/codelet_zssssm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zsymm.c
rename to runtime/quark/codelets/codelet_zsymm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zsyr2k.c
rename to runtime/quark/codelets/codelet_zsyr2k.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zsyrk.c
rename to runtime/quark/codelets/codelet_zsyrk.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zsyssq.c
rename to runtime/quark/codelets/codelet_zsyssq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zsytrf_nopiv.c
rename to runtime/quark/codelets/codelet_zsytrf_nopiv.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztile_zero.c
rename to runtime/quark/codelets/codelet_ztile_zero.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztrasm.c
rename to runtime/quark/codelets/codelet_ztrasm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztrmm.c
rename to runtime/quark/codelets/codelet_ztrmm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztrsm.c
rename to runtime/quark/codelets/codelet_ztrsm.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztrssq.c
rename to runtime/quark/codelets/codelet_ztrssq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztrtri.c
rename to runtime/quark/codelets/codelet_ztrtri.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztslqt.c
rename to runtime/quark/codelets/codelet_ztslqt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztsmlq.c b/runtime/quark/codelets/codelet_ztsmlq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztsmlq.c
rename to runtime/quark/codelets/codelet_ztsmlq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztsmqr.c b/runtime/quark/codelets/codelet_ztsmqr.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztsmqr.c
rename to runtime/quark/codelets/codelet_ztsmqr.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztsqrt.c
rename to runtime/quark/codelets/codelet_ztsqrt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_ztstrf.c
rename to runtime/quark/codelets/codelet_ztstrf.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zttlqt.c
rename to runtime/quark/codelets/codelet_zttlqt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zttmlq.c b/runtime/quark/codelets/codelet_zttmlq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zttmlq.c
rename to runtime/quark/codelets/codelet_zttmlq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zttmqr.c b/runtime/quark/codelets/codelet_zttmqr.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zttmqr.c
rename to runtime/quark/codelets/codelet_zttmqr.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zttqrt.c
rename to runtime/quark/codelets/codelet_zttqrt.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zunmlq.c
rename to runtime/quark/codelets/codelet_zunmlq.c
diff --git a/new_magmamorse/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
similarity index 100%
rename from new_magmamorse/runtime/quark/codelets/codelet_zunmqr.c
rename to runtime/quark/codelets/codelet_zunmqr.c
diff --git a/new_magmamorse/runtime/quark/control/async.c b/runtime/quark/control/async.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/async.c
rename to runtime/quark/control/async.c
diff --git a/new_magmamorse/runtime/quark/control/context.c b/runtime/quark/control/context.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/context.c
rename to runtime/quark/control/context.c
diff --git a/new_magmamorse/runtime/quark/control/control.c b/runtime/quark/control/control.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/control.c
rename to runtime/quark/control/control.c
diff --git a/new_magmamorse/runtime/quark/control/descriptor.c b/runtime/quark/control/descriptor.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/descriptor.c
rename to runtime/quark/control/descriptor.c
diff --git a/new_magmamorse/runtime/quark/control/options.c b/runtime/quark/control/options.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/options.c
rename to runtime/quark/control/options.c
diff --git a/new_magmamorse/runtime/quark/control/profiling.c b/runtime/quark/control/profiling.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/profiling.c
rename to runtime/quark/control/profiling.c
diff --git a/new_magmamorse/runtime/quark/control/zlocality.c b/runtime/quark/control/zlocality.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/zlocality.c
rename to runtime/quark/control/zlocality.c
diff --git a/new_magmamorse/runtime/quark/control/zprofiling.c b/runtime/quark/control/zprofiling.c
similarity index 100%
rename from new_magmamorse/runtime/quark/control/zprofiling.c
rename to runtime/quark/control/zprofiling.c
diff --git a/new_magmamorse/runtime/quark/include/CMakeLists.txt b/runtime/quark/include/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/runtime/quark/include/CMakeLists.txt
rename to runtime/quark/include/CMakeLists.txt
diff --git a/new_magmamorse/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
similarity index 100%
rename from new_magmamorse/runtime/quark/include/core_blas_dag.h
rename to runtime/quark/include/core_blas_dag.h
diff --git a/new_magmamorse/runtime/quark/include/morse_quark.h b/runtime/quark/include/morse_quark.h
similarity index 100%
rename from new_magmamorse/runtime/quark/include/morse_quark.h
rename to runtime/quark/include/morse_quark.h
diff --git a/new_magmamorse/runtime/quark/include/quark_blas.h b/runtime/quark/include/quark_blas.h
similarity index 100%
rename from new_magmamorse/runtime/quark/include/quark_blas.h
rename to runtime/quark/include/quark_blas.h
diff --git a/new_magmamorse/runtime/quark/include/quark_zblas.h b/runtime/quark/include/quark_zblas.h
similarity index 100%
rename from new_magmamorse/runtime/quark/include/quark_zblas.h
rename to runtime/quark/include/quark_zblas.h
diff --git a/new_magmamorse/runtime/quark/include/quark_zcblas.h b/runtime/quark/include/quark_zcblas.h
similarity index 100%
rename from new_magmamorse/runtime/quark/include/quark_zcblas.h
rename to runtime/quark/include/quark_zcblas.h
diff --git a/new_magmamorse/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/runtime/starpu/CMakeLists.txt
rename to runtime/starpu/CMakeLists.txt
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_dataflush.c b/runtime/starpu/codelets/codelet_dataflush.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_dataflush.c
rename to runtime/starpu/codelets/codelet_dataflush.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zasum.c b/runtime/starpu/codelets/codelet_zasum.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zasum.c
rename to runtime/starpu/codelets/codelet_zasum.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zaxpy.c
rename to runtime/starpu/codelets/codelet_zaxpy.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zcallback.c
rename to runtime/starpu/codelets/codelet_zcallback.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgeadd.c
rename to runtime/starpu/codelets/codelet_zgeadd.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgelqt.c
rename to runtime/starpu/codelets/codelet_zgelqt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgemm.c
rename to runtime/starpu/codelets/codelet_zgemm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgeqrt.c
rename to runtime/starpu/codelets/codelet_zgeqrt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgessm.c
rename to runtime/starpu/codelets/codelet_zgessm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgessq.c
rename to runtime/starpu/codelets/codelet_zgessq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgetrf.c
rename to runtime/starpu/codelets/codelet_zgetrf.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
rename to runtime/starpu/codelets/codelet_zgetrf_incpiv.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
rename to runtime/starpu/codelets/codelet_zgetrf_nopiv.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zhemm.c
rename to runtime/starpu/codelets/codelet_zhemm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zher2k.c
rename to runtime/starpu/codelets/codelet_zher2k.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zherk.c
rename to runtime/starpu/codelets/codelet_zherk.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zhessq.c
rename to runtime/starpu/codelets/codelet_zhessq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlacpy.c
rename to runtime/starpu/codelets/codelet_zlacpy.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlag2c.c
rename to runtime/starpu/codelets/codelet_zlag2c.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlange.c
rename to runtime/starpu/codelets/codelet_zlange.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlanhe.c
rename to runtime/starpu/codelets/codelet_zlanhe.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlansy.c
rename to runtime/starpu/codelets/codelet_zlansy.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlantr.c
rename to runtime/starpu/codelets/codelet_zlantr.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlaset.c
rename to runtime/starpu/codelets/codelet_zlaset.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlaset2.c
rename to runtime/starpu/codelets/codelet_zlaset2.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zlauum.c
rename to runtime/starpu/codelets/codelet_zlauum.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zpamm.c b/runtime/starpu/codelets/codelet_zpamm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zpamm.c
rename to runtime/starpu/codelets/codelet_zpamm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zplghe.c
rename to runtime/starpu/codelets/codelet_zplghe.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zplgsy.c
rename to runtime/starpu/codelets/codelet_zplgsy.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zplrnt.c
rename to runtime/starpu/codelets/codelet_zplrnt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zplssq.c
rename to runtime/starpu/codelets/codelet_zplssq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zpotrf.c
rename to runtime/starpu/codelets/codelet_zpotrf.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zssssm.c
rename to runtime/starpu/codelets/codelet_zssssm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zsymm.c
rename to runtime/starpu/codelets/codelet_zsymm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zsyr2k.c
rename to runtime/starpu/codelets/codelet_zsyr2k.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zsyrk.c
rename to runtime/starpu/codelets/codelet_zsyrk.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zsyssq.c
rename to runtime/starpu/codelets/codelet_zsyssq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
rename to runtime/starpu/codelets/codelet_zsytrf_nopiv.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztile_zero.c b/runtime/starpu/codelets/codelet_ztile_zero.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztile_zero.c
rename to runtime/starpu/codelets/codelet_ztile_zero.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztrasm.c
rename to runtime/starpu/codelets/codelet_ztrasm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztrmm.c
rename to runtime/starpu/codelets/codelet_ztrmm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztrsm.c
rename to runtime/starpu/codelets/codelet_ztrsm.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztrssq.c
rename to runtime/starpu/codelets/codelet_ztrssq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztrtri.c
rename to runtime/starpu/codelets/codelet_ztrtri.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztslqt.c
rename to runtime/starpu/codelets/codelet_ztslqt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztsmlq.c b/runtime/starpu/codelets/codelet_ztsmlq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztsmlq.c
rename to runtime/starpu/codelets/codelet_ztsmlq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztsmqr.c b/runtime/starpu/codelets/codelet_ztsmqr.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztsmqr.c
rename to runtime/starpu/codelets/codelet_ztsmqr.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztsqrt.c
rename to runtime/starpu/codelets/codelet_ztsqrt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_ztstrf.c
rename to runtime/starpu/codelets/codelet_ztstrf.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zttlqt.c b/runtime/starpu/codelets/codelet_zttlqt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zttlqt.c
rename to runtime/starpu/codelets/codelet_zttlqt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zttmlq.c b/runtime/starpu/codelets/codelet_zttmlq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zttmlq.c
rename to runtime/starpu/codelets/codelet_zttmlq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zttmqr.c b/runtime/starpu/codelets/codelet_zttmqr.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zttmqr.c
rename to runtime/starpu/codelets/codelet_zttmqr.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zttqrt.c b/runtime/starpu/codelets/codelet_zttqrt.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zttqrt.c
rename to runtime/starpu/codelets/codelet_zttqrt.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zunmlq.c
rename to runtime/starpu/codelets/codelet_zunmlq.c
diff --git a/new_magmamorse/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/codelets/codelet_zunmqr.c
rename to runtime/starpu/codelets/codelet_zunmqr.c
diff --git a/new_magmamorse/runtime/starpu/control/async.c b/runtime/starpu/control/async.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/async.c
rename to runtime/starpu/control/async.c
diff --git a/new_magmamorse/runtime/starpu/control/context.c b/runtime/starpu/control/context.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/context.c
rename to runtime/starpu/control/context.c
diff --git a/new_magmamorse/runtime/starpu/control/control.c b/runtime/starpu/control/control.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/control.c
rename to runtime/starpu/control/control.c
diff --git a/new_magmamorse/runtime/starpu/control/descriptor.c b/runtime/starpu/control/descriptor.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/descriptor.c
rename to runtime/starpu/control/descriptor.c
diff --git a/new_magmamorse/runtime/starpu/control/options.c b/runtime/starpu/control/options.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/options.c
rename to runtime/starpu/control/options.c
diff --git a/new_magmamorse/runtime/starpu/control/profiling.c b/runtime/starpu/control/profiling.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/profiling.c
rename to runtime/starpu/control/profiling.c
diff --git a/new_magmamorse/runtime/starpu/control/workspace.c b/runtime/starpu/control/workspace.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/workspace.c
rename to runtime/starpu/control/workspace.c
diff --git a/new_magmamorse/runtime/starpu/control/zlocality.c b/runtime/starpu/control/zlocality.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/zlocality.c
rename to runtime/starpu/control/zlocality.c
diff --git a/new_magmamorse/runtime/starpu/control/zprofiling.c b/runtime/starpu/control/zprofiling.c
similarity index 100%
rename from new_magmamorse/runtime/starpu/control/zprofiling.c
rename to runtime/starpu/control/zprofiling.c
diff --git a/new_magmamorse/runtime/starpu/include/codelet_profile.h b/runtime/starpu/include/codelet_profile.h
similarity index 100%
rename from new_magmamorse/runtime/starpu/include/codelet_profile.h
rename to runtime/starpu/include/codelet_profile.h
diff --git a/new_magmamorse/runtime/starpu/include/codelet_z.h b/runtime/starpu/include/codelet_z.h
similarity index 100%
rename from new_magmamorse/runtime/starpu/include/codelet_z.h
rename to runtime/starpu/include/codelet_z.h
diff --git a/new_magmamorse/runtime/starpu/include/codelets.h b/runtime/starpu/include/codelets.h
similarity index 100%
rename from new_magmamorse/runtime/starpu/include/codelets.h
rename to runtime/starpu/include/codelets.h
diff --git a/new_magmamorse/runtime/starpu/include/morse_starpu.h b/runtime/starpu/include/morse_starpu.h
similarity index 100%
rename from new_magmamorse/runtime/starpu/include/morse_starpu.h
rename to runtime/starpu/include/morse_starpu.h
diff --git a/new_magmamorse/runtime/starpu/include/profiling.h b/runtime/starpu/include/profiling.h
similarity index 100%
rename from new_magmamorse/runtime/starpu/include/profiling.h
rename to runtime/starpu/include/profiling.h
diff --git a/new_magmamorse/runtime/starpu/include/workspace.h b/runtime/starpu/include/workspace.h
similarity index 100%
rename from new_magmamorse/runtime/starpu/include/workspace.h
rename to runtime/starpu/include/workspace.h
diff --git a/new_magmamorse/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/simucore/CMakeLists.txt
rename to simucore/CMakeLists.txt
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.affinity b/simucore/perfmodels/.starpu/sampling/bus/mirage.affinity
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.affinity
rename to simucore/perfmodels/.starpu/sampling/bus/mirage.affinity
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.bandwidth b/simucore/perfmodels/.starpu/sampling/bus/mirage.bandwidth
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.bandwidth
rename to simucore/perfmodels/.starpu/sampling/bus/mirage.bandwidth
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.config b/simucore/perfmodels/.starpu/sampling/bus/mirage.config
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.config
rename to simucore/perfmodels/.starpu/sampling/bus/mirage.config
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.latency b/simucore/perfmodels/.starpu/sampling/bus/mirage.latency
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.latency
rename to simucore/perfmodels/.starpu/sampling/bus/mirage.latency
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.platform.xml b/simucore/perfmodels/.starpu/sampling/bus/mirage.platform.xml
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/bus/mirage.platform.xml
rename to simucore/perfmodels/.starpu/sampling/bus/mirage.platform.xml
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dgemm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/dgemm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dgemm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/dgemm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dplgsy.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/dplgsy.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dplgsy.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/dplgsy.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dpotrf.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/dpotrf.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dpotrf.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/dpotrf.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dsyrk.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/dsyrk.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dsyrk.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/dsyrk.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dtrsm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/dtrsm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/dtrsm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/dtrsm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/sgemm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/sgemm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/sgemm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/sgemm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/splgsy.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/splgsy.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/splgsy.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/splgsy.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/spotrf.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/spotrf.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/spotrf.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/spotrf.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/ssyrk.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/ssyrk.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/ssyrk.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/ssyrk.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/strsm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/42/strsm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/42/strsm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/42/strsm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dgemm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/dgemm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dgemm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/dgemm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dplgsy.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/dplgsy.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dplgsy.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/dplgsy.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dpotrf.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/dpotrf.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dpotrf.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/dpotrf.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dsyrk.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/dsyrk.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dsyrk.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/dsyrk.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dtrsm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/dtrsm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/dtrsm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/dtrsm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/sgemm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/sgemm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/sgemm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/sgemm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/splgsy.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/splgsy.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/splgsy.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/splgsy.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/spotrf.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/spotrf.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/spotrf.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/spotrf.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/ssyrk.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/ssyrk.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/ssyrk.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/ssyrk.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/strsm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/43/strsm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/43/strsm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/43/strsm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dgemm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/dgemm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dgemm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/dgemm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dplgsy.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/dplgsy.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dplgsy.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/dplgsy.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dpotrf.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/dpotrf.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dpotrf.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/dpotrf.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dsyrk.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/dsyrk.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dsyrk.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/dsyrk.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dtrsm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/dtrsm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/dtrsm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/dtrsm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/sgemm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/sgemm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/sgemm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/sgemm.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/splgsy.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/splgsy.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/splgsy.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/splgsy.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/spotrf.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/spotrf.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/spotrf.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/spotrf.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/ssyrk.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/ssyrk.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/ssyrk.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/ssyrk.mirage
diff --git a/new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/strsm.mirage b/simucore/perfmodels/.starpu/sampling/codelets/44/strsm.mirage
similarity index 100%
rename from new_magmamorse/simucore/perfmodels/.starpu/sampling/codelets/44/strsm.mirage
rename to simucore/perfmodels/.starpu/sampling/codelets/44/strsm.mirage
diff --git a/new_magmamorse/simucore/simucblas/CMakeLists.txt b/simucore/simucblas/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/simucore/simucblas/CMakeLists.txt
rename to simucore/simucblas/CMakeLists.txt
diff --git a/new_magmamorse/simucore/simucblas/cblas.h b/simucore/simucblas/cblas.h
similarity index 100%
rename from new_magmamorse/simucore/simucblas/cblas.h
rename to simucore/simucblas/cblas.h
diff --git a/new_magmamorse/simucore/simucblas/simucblas.c b/simucore/simucblas/simucblas.c
similarity index 100%
rename from new_magmamorse/simucore/simucblas/simucblas.c
rename to simucore/simucblas/simucblas.c
diff --git a/new_magmamorse/simucore/simulapacke/CMakeLists.txt b/simucore/simulapacke/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/simucore/simulapacke/CMakeLists.txt
rename to simucore/simulapacke/CMakeLists.txt
diff --git a/new_magmamorse/simucore/simulapacke/lapacke.h b/simucore/simulapacke/lapacke.h
similarity index 100%
rename from new_magmamorse/simucore/simulapacke/lapacke.h
rename to simucore/simulapacke/lapacke.h
diff --git a/new_magmamorse/simucore/simulapacke/lapacke_config.h b/simucore/simulapacke/lapacke_config.h
similarity index 100%
rename from new_magmamorse/simucore/simulapacke/lapacke_config.h
rename to simucore/simulapacke/lapacke_config.h
diff --git a/new_magmamorse/simucore/simulapacke/lapacke_mangling.h b/simucore/simulapacke/lapacke_mangling.h
similarity index 100%
rename from new_magmamorse/simucore/simulapacke/lapacke_mangling.h
rename to simucore/simulapacke/lapacke_mangling.h
diff --git a/new_magmamorse/simucore/simulapacke/simulapacke.c b/simucore/simulapacke/simulapacke.c
similarity index 100%
rename from new_magmamorse/simucore/simulapacke/simulapacke.c
rename to simucore/simulapacke/simulapacke.c
diff --git a/new_magmamorse/testing/CMakeLists.txt b/testing/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/testing/CMakeLists.txt
rename to testing/CMakeLists.txt
diff --git a/new_magmamorse/testing/CTestLists.cmake b/testing/CTestLists.cmake
similarity index 100%
rename from new_magmamorse/testing/CTestLists.cmake
rename to testing/CTestLists.cmake
diff --git a/new_magmamorse/testing/lin/CMakeLists.txt b/testing/lin/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/testing/lin/CMakeLists.txt
rename to testing/lin/CMakeLists.txt
diff --git a/new_magmamorse/testing/lin/aladhd.f b/testing/lin/aladhd.f
similarity index 100%
rename from new_magmamorse/testing/lin/aladhd.f
rename to testing/lin/aladhd.f
diff --git a/new_magmamorse/testing/lin/alaerh.f b/testing/lin/alaerh.f
similarity index 100%
rename from new_magmamorse/testing/lin/alaerh.f
rename to testing/lin/alaerh.f
diff --git a/new_magmamorse/testing/lin/alaesm.f b/testing/lin/alaesm.f
similarity index 100%
rename from new_magmamorse/testing/lin/alaesm.f
rename to testing/lin/alaesm.f
diff --git a/new_magmamorse/testing/lin/alahd.f b/testing/lin/alahd.f
similarity index 100%
rename from new_magmamorse/testing/lin/alahd.f
rename to testing/lin/alahd.f
diff --git a/new_magmamorse/testing/lin/alareq.f b/testing/lin/alareq.f
similarity index 100%
rename from new_magmamorse/testing/lin/alareq.f
rename to testing/lin/alareq.f
diff --git a/new_magmamorse/testing/lin/alasum.f b/testing/lin/alasum.f
similarity index 100%
rename from new_magmamorse/testing/lin/alasum.f
rename to testing/lin/alasum.f
diff --git a/new_magmamorse/testing/lin/alasvm.f b/testing/lin/alasvm.f
similarity index 100%
rename from new_magmamorse/testing/lin/alasvm.f
rename to testing/lin/alasvm.f
diff --git a/new_magmamorse/testing/lin/cchkaa.f b/testing/lin/cchkaa.f
similarity index 100%
rename from new_magmamorse/testing/lin/cchkaa.f
rename to testing/lin/cchkaa.f
diff --git a/new_magmamorse/testing/lin/cchkge.f b/testing/lin/cchkge.f
similarity index 100%
rename from new_magmamorse/testing/lin/cchkge.f
rename to testing/lin/cchkge.f
diff --git a/new_magmamorse/testing/lin/cchklq.f b/testing/lin/cchklq.f
similarity index 100%
rename from new_magmamorse/testing/lin/cchklq.f
rename to testing/lin/cchklq.f
diff --git a/new_magmamorse/testing/lin/cchkpo.f b/testing/lin/cchkpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/cchkpo.f
rename to testing/lin/cchkpo.f
diff --git a/new_magmamorse/testing/lin/cchkqr.f b/testing/lin/cchkqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/cchkqr.f
rename to testing/lin/cchkqr.f
diff --git a/new_magmamorse/testing/lin/cdrvge.f b/testing/lin/cdrvge.f
similarity index 100%
rename from new_magmamorse/testing/lin/cdrvge.f
rename to testing/lin/cdrvge.f
diff --git a/new_magmamorse/testing/lin/cdrvls.f b/testing/lin/cdrvls.f
similarity index 100%
rename from new_magmamorse/testing/lin/cdrvls.f
rename to testing/lin/cdrvls.f
diff --git a/new_magmamorse/testing/lin/cdrvpo.f b/testing/lin/cdrvpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/cdrvpo.f
rename to testing/lin/cdrvpo.f
diff --git a/new_magmamorse/testing/lin/cerrge.f b/testing/lin/cerrge.f
similarity index 100%
rename from new_magmamorse/testing/lin/cerrge.f
rename to testing/lin/cerrge.f
diff --git a/new_magmamorse/testing/lin/cerrlq.f b/testing/lin/cerrlq.f
similarity index 100%
rename from new_magmamorse/testing/lin/cerrlq.f
rename to testing/lin/cerrlq.f
diff --git a/new_magmamorse/testing/lin/cerrls.f b/testing/lin/cerrls.f
similarity index 100%
rename from new_magmamorse/testing/lin/cerrls.f
rename to testing/lin/cerrls.f
diff --git a/new_magmamorse/testing/lin/cerrpo.f b/testing/lin/cerrpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/cerrpo.f
rename to testing/lin/cerrpo.f
diff --git a/new_magmamorse/testing/lin/cerrqr.f b/testing/lin/cerrqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/cerrqr.f
rename to testing/lin/cerrqr.f
diff --git a/new_magmamorse/testing/lin/cerrvx.f b/testing/lin/cerrvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/cerrvx.f
rename to testing/lin/cerrvx.f
diff --git a/new_magmamorse/testing/lin/cgeequ.f b/testing/lin/cgeequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/cgeequ.f
rename to testing/lin/cgeequ.f
diff --git a/new_magmamorse/testing/lin/cgennd.f b/testing/lin/cgennd.f
similarity index 100%
rename from new_magmamorse/testing/lin/cgennd.f
rename to testing/lin/cgennd.f
diff --git a/new_magmamorse/testing/lin/cget02.f b/testing/lin/cget02.f
similarity index 100%
rename from new_magmamorse/testing/lin/cget02.f
rename to testing/lin/cget02.f
diff --git a/new_magmamorse/testing/lin/cget04.f b/testing/lin/cget04.f
similarity index 100%
rename from new_magmamorse/testing/lin/cget04.f
rename to testing/lin/cget04.f
diff --git a/new_magmamorse/testing/lin/chkxer.f b/testing/lin/chkxer.f
similarity index 100%
rename from new_magmamorse/testing/lin/chkxer.f
rename to testing/lin/chkxer.f
diff --git a/new_magmamorse/testing/lin/clacn2.f b/testing/lin/clacn2.f
similarity index 100%
rename from new_magmamorse/testing/lin/clacn2.f
rename to testing/lin/clacn2.f
diff --git a/new_magmamorse/testing/lin/clagge.f b/testing/lin/clagge.f
similarity index 100%
rename from new_magmamorse/testing/lin/clagge.f
rename to testing/lin/clagge.f
diff --git a/new_magmamorse/testing/lin/clagsy.f b/testing/lin/clagsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/clagsy.f
rename to testing/lin/clagsy.f
diff --git a/new_magmamorse/testing/lin/claipd.f b/testing/lin/claipd.f
similarity index 100%
rename from new_magmamorse/testing/lin/claipd.f
rename to testing/lin/claipd.f
diff --git a/new_magmamorse/testing/lin/clanhe.f b/testing/lin/clanhe.f
similarity index 100%
rename from new_magmamorse/testing/lin/clanhe.f
rename to testing/lin/clanhe.f
diff --git a/new_magmamorse/testing/lin/claqge.f b/testing/lin/claqge.f
similarity index 100%
rename from new_magmamorse/testing/lin/claqge.f
rename to testing/lin/claqge.f
diff --git a/new_magmamorse/testing/lin/claqhe.f b/testing/lin/claqhe.f
similarity index 100%
rename from new_magmamorse/testing/lin/claqhe.f
rename to testing/lin/claqhe.f
diff --git a/new_magmamorse/testing/lin/claqsy.f b/testing/lin/claqsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/claqsy.f
rename to testing/lin/claqsy.f
diff --git a/new_magmamorse/testing/lin/clarhs.f b/testing/lin/clarhs.f
similarity index 100%
rename from new_magmamorse/testing/lin/clarhs.f
rename to testing/lin/clarhs.f
diff --git a/new_magmamorse/testing/lin/clarnd.f b/testing/lin/clarnd.f
similarity index 100%
rename from new_magmamorse/testing/lin/clarnd.f
rename to testing/lin/clarnd.f
diff --git a/new_magmamorse/testing/lin/claror.f b/testing/lin/claror.f
similarity index 100%
rename from new_magmamorse/testing/lin/claror.f
rename to testing/lin/claror.f
diff --git a/new_magmamorse/testing/lin/clarot.f b/testing/lin/clarot.f
similarity index 100%
rename from new_magmamorse/testing/lin/clarot.f
rename to testing/lin/clarot.f
diff --git a/new_magmamorse/testing/lin/clartg.f b/testing/lin/clartg.f
similarity index 100%
rename from new_magmamorse/testing/lin/clartg.f
rename to testing/lin/clartg.f
diff --git a/new_magmamorse/testing/lin/clascl.f b/testing/lin/clascl.f
similarity index 100%
rename from new_magmamorse/testing/lin/clascl.f
rename to testing/lin/clascl.f
diff --git a/new_magmamorse/testing/lin/claset.f b/testing/lin/claset.f
similarity index 100%
rename from new_magmamorse/testing/lin/claset.f
rename to testing/lin/claset.f
diff --git a/new_magmamorse/testing/lin/clatb4.f b/testing/lin/clatb4.f
similarity index 100%
rename from new_magmamorse/testing/lin/clatb4.f
rename to testing/lin/clatb4.f
diff --git a/new_magmamorse/testing/lin/clatm1.f b/testing/lin/clatm1.f
similarity index 100%
rename from new_magmamorse/testing/lin/clatm1.f
rename to testing/lin/clatm1.f
diff --git a/new_magmamorse/testing/lin/clatms.f b/testing/lin/clatms.f
similarity index 100%
rename from new_magmamorse/testing/lin/clatms.f
rename to testing/lin/clatms.f
diff --git a/new_magmamorse/testing/lin/clatrs.f b/testing/lin/clatrs.f
similarity index 100%
rename from new_magmamorse/testing/lin/clatrs.f
rename to testing/lin/clatrs.f
diff --git a/new_magmamorse/testing/lin/clauu2.f b/testing/lin/clauu2.f
similarity index 100%
rename from new_magmamorse/testing/lin/clauu2.f
rename to testing/lin/clauu2.f
diff --git a/new_magmamorse/testing/lin/clauum.f b/testing/lin/clauum.f
similarity index 100%
rename from new_magmamorse/testing/lin/clauum.f
rename to testing/lin/clauum.f
diff --git a/new_magmamorse/testing/lin/clqt01.f b/testing/lin/clqt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/clqt01.f
rename to testing/lin/clqt01.f
diff --git a/new_magmamorse/testing/lin/clqt02.f b/testing/lin/clqt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/clqt02.f
rename to testing/lin/clqt02.f
diff --git a/new_magmamorse/testing/lin/clqt03.f b/testing/lin/clqt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/clqt03.f
rename to testing/lin/clqt03.f
diff --git a/new_magmamorse/testing/lin/cpocon.f b/testing/lin/cpocon.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpocon.f
rename to testing/lin/cpocon.f
diff --git a/new_magmamorse/testing/lin/cpoequ.f b/testing/lin/cpoequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpoequ.f
rename to testing/lin/cpoequ.f
diff --git a/new_magmamorse/testing/lin/cporfs.f b/testing/lin/cporfs.f
similarity index 100%
rename from new_magmamorse/testing/lin/cporfs.f
rename to testing/lin/cporfs.f
diff --git a/new_magmamorse/testing/lin/cposvx.f b/testing/lin/cposvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/cposvx.f
rename to testing/lin/cposvx.f
diff --git a/new_magmamorse/testing/lin/cpot01.f b/testing/lin/cpot01.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpot01.f
rename to testing/lin/cpot01.f
diff --git a/new_magmamorse/testing/lin/cpot02.f b/testing/lin/cpot02.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpot02.f
rename to testing/lin/cpot02.f
diff --git a/new_magmamorse/testing/lin/cpot03.f b/testing/lin/cpot03.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpot03.f
rename to testing/lin/cpot03.f
diff --git a/new_magmamorse/testing/lin/cpot05.f b/testing/lin/cpot05.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpot05.f
rename to testing/lin/cpot05.f
diff --git a/new_magmamorse/testing/lin/cpotri.f b/testing/lin/cpotri.f
similarity index 100%
rename from new_magmamorse/testing/lin/cpotri.f
rename to testing/lin/cpotri.f
diff --git a/new_magmamorse/testing/lin/cqrt01.f b/testing/lin/cqrt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt01.f
rename to testing/lin/cqrt01.f
diff --git a/new_magmamorse/testing/lin/cqrt02.f b/testing/lin/cqrt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt02.f
rename to testing/lin/cqrt02.f
diff --git a/new_magmamorse/testing/lin/cqrt03.f b/testing/lin/cqrt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt03.f
rename to testing/lin/cqrt03.f
diff --git a/new_magmamorse/testing/lin/cqrt13.f b/testing/lin/cqrt13.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt13.f
rename to testing/lin/cqrt13.f
diff --git a/new_magmamorse/testing/lin/cqrt14.f b/testing/lin/cqrt14.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt14.f
rename to testing/lin/cqrt14.f
diff --git a/new_magmamorse/testing/lin/cqrt15.f b/testing/lin/cqrt15.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt15.f
rename to testing/lin/cqrt15.f
diff --git a/new_magmamorse/testing/lin/cqrt16.f b/testing/lin/cqrt16.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt16.f
rename to testing/lin/cqrt16.f
diff --git a/new_magmamorse/testing/lin/cqrt17.f b/testing/lin/cqrt17.f
similarity index 100%
rename from new_magmamorse/testing/lin/cqrt17.f
rename to testing/lin/cqrt17.f
diff --git a/new_magmamorse/testing/lin/csbmv.f b/testing/lin/csbmv.f
similarity index 100%
rename from new_magmamorse/testing/lin/csbmv.f
rename to testing/lin/csbmv.f
diff --git a/new_magmamorse/testing/lin/cspmv.f b/testing/lin/cspmv.f
similarity index 100%
rename from new_magmamorse/testing/lin/cspmv.f
rename to testing/lin/cspmv.f
diff --git a/new_magmamorse/testing/lin/csrscl.f b/testing/lin/csrscl.f
similarity index 100%
rename from new_magmamorse/testing/lin/csrscl.f
rename to testing/lin/csrscl.f
diff --git a/new_magmamorse/testing/lin/csymv.f b/testing/lin/csymv.f
similarity index 100%
rename from new_magmamorse/testing/lin/csymv.f
rename to testing/lin/csymv.f
diff --git a/new_magmamorse/testing/lin/ctest.in b/testing/lin/ctest.in
similarity index 100%
rename from new_magmamorse/testing/lin/ctest.in
rename to testing/lin/ctest.in
diff --git a/new_magmamorse/testing/lin/ctestdyn.in b/testing/lin/ctestdyn.in
similarity index 100%
rename from new_magmamorse/testing/lin/ctestdyn.in
rename to testing/lin/ctestdyn.in
diff --git a/new_magmamorse/testing/lin/ctrti2.f b/testing/lin/ctrti2.f
similarity index 100%
rename from new_magmamorse/testing/lin/ctrti2.f
rename to testing/lin/ctrti2.f
diff --git a/new_magmamorse/testing/lin/ctrtri.f b/testing/lin/ctrtri.f
similarity index 100%
rename from new_magmamorse/testing/lin/ctrtri.f
rename to testing/lin/ctrtri.f
diff --git a/new_magmamorse/testing/lin/dchkaa.f b/testing/lin/dchkaa.f
similarity index 100%
rename from new_magmamorse/testing/lin/dchkaa.f
rename to testing/lin/dchkaa.f
diff --git a/new_magmamorse/testing/lin/dchkge.f b/testing/lin/dchkge.f
similarity index 100%
rename from new_magmamorse/testing/lin/dchkge.f
rename to testing/lin/dchkge.f
diff --git a/new_magmamorse/testing/lin/dchklq.f b/testing/lin/dchklq.f
similarity index 100%
rename from new_magmamorse/testing/lin/dchklq.f
rename to testing/lin/dchklq.f
diff --git a/new_magmamorse/testing/lin/dchkpo.f b/testing/lin/dchkpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/dchkpo.f
rename to testing/lin/dchkpo.f
diff --git a/new_magmamorse/testing/lin/dchkqr.f b/testing/lin/dchkqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/dchkqr.f
rename to testing/lin/dchkqr.f
diff --git a/new_magmamorse/testing/lin/ddrvge.f b/testing/lin/ddrvge.f
similarity index 100%
rename from new_magmamorse/testing/lin/ddrvge.f
rename to testing/lin/ddrvge.f
diff --git a/new_magmamorse/testing/lin/ddrvls.f b/testing/lin/ddrvls.f
similarity index 100%
rename from new_magmamorse/testing/lin/ddrvls.f
rename to testing/lin/ddrvls.f
diff --git a/new_magmamorse/testing/lin/ddrvpo.f b/testing/lin/ddrvpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/ddrvpo.f
rename to testing/lin/ddrvpo.f
diff --git a/new_magmamorse/testing/lin/derrge.f b/testing/lin/derrge.f
similarity index 100%
rename from new_magmamorse/testing/lin/derrge.f
rename to testing/lin/derrge.f
diff --git a/new_magmamorse/testing/lin/derrlq.f b/testing/lin/derrlq.f
similarity index 100%
rename from new_magmamorse/testing/lin/derrlq.f
rename to testing/lin/derrlq.f
diff --git a/new_magmamorse/testing/lin/derrls.f b/testing/lin/derrls.f
similarity index 100%
rename from new_magmamorse/testing/lin/derrls.f
rename to testing/lin/derrls.f
diff --git a/new_magmamorse/testing/lin/derrpo.f b/testing/lin/derrpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/derrpo.f
rename to testing/lin/derrpo.f
diff --git a/new_magmamorse/testing/lin/derrqr.f b/testing/lin/derrqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/derrqr.f
rename to testing/lin/derrqr.f
diff --git a/new_magmamorse/testing/lin/derrvx.f b/testing/lin/derrvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/derrvx.f
rename to testing/lin/derrvx.f
diff --git a/new_magmamorse/testing/lin/dgeequ.f b/testing/lin/dgeequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/dgeequ.f
rename to testing/lin/dgeequ.f
diff --git a/new_magmamorse/testing/lin/dgennd.f b/testing/lin/dgennd.f
similarity index 100%
rename from new_magmamorse/testing/lin/dgennd.f
rename to testing/lin/dgennd.f
diff --git a/new_magmamorse/testing/lin/dget02.f b/testing/lin/dget02.f
similarity index 100%
rename from new_magmamorse/testing/lin/dget02.f
rename to testing/lin/dget02.f
diff --git a/new_magmamorse/testing/lin/dget04.f b/testing/lin/dget04.f
similarity index 100%
rename from new_magmamorse/testing/lin/dget04.f
rename to testing/lin/dget04.f
diff --git a/new_magmamorse/testing/lin/dget06.f b/testing/lin/dget06.f
similarity index 100%
rename from new_magmamorse/testing/lin/dget06.f
rename to testing/lin/dget06.f
diff --git a/new_magmamorse/testing/lin/dlabad.f b/testing/lin/dlabad.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlabad.f
rename to testing/lin/dlabad.f
diff --git a/new_magmamorse/testing/lin/dlacn2.f b/testing/lin/dlacn2.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlacn2.f
rename to testing/lin/dlacn2.f
diff --git a/new_magmamorse/testing/lin/dlagge.f b/testing/lin/dlagge.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlagge.f
rename to testing/lin/dlagge.f
diff --git a/new_magmamorse/testing/lin/dlagsy.f b/testing/lin/dlagsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlagsy.f
rename to testing/lin/dlagsy.f
diff --git a/new_magmamorse/testing/lin/dlaord.f b/testing/lin/dlaord.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlaord.f
rename to testing/lin/dlaord.f
diff --git a/new_magmamorse/testing/lin/dlaqge.f b/testing/lin/dlaqge.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlaqge.f
rename to testing/lin/dlaqge.f
diff --git a/new_magmamorse/testing/lin/dlaqsy.f b/testing/lin/dlaqsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlaqsy.f
rename to testing/lin/dlaqsy.f
diff --git a/new_magmamorse/testing/lin/dlaran.f b/testing/lin/dlaran.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlaran.f
rename to testing/lin/dlaran.f
diff --git a/new_magmamorse/testing/lin/dlarhs.f b/testing/lin/dlarhs.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlarhs.f
rename to testing/lin/dlarhs.f
diff --git a/new_magmamorse/testing/lin/dlarnd.f b/testing/lin/dlarnd.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlarnd.f
rename to testing/lin/dlarnd.f
diff --git a/new_magmamorse/testing/lin/dlaror.f b/testing/lin/dlaror.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlaror.f
rename to testing/lin/dlaror.f
diff --git a/new_magmamorse/testing/lin/dlarot.f b/testing/lin/dlarot.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlarot.f
rename to testing/lin/dlarot.f
diff --git a/new_magmamorse/testing/lin/dlartg.f b/testing/lin/dlartg.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlartg.f
rename to testing/lin/dlartg.f
diff --git a/new_magmamorse/testing/lin/dlascl.f b/testing/lin/dlascl.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlascl.f
rename to testing/lin/dlascl.f
diff --git a/new_magmamorse/testing/lin/dlaset.f b/testing/lin/dlaset.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlaset.f
rename to testing/lin/dlaset.f
diff --git a/new_magmamorse/testing/lin/dlatb4.f b/testing/lin/dlatb4.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlatb4.f
rename to testing/lin/dlatb4.f
diff --git a/new_magmamorse/testing/lin/dlatm1.f b/testing/lin/dlatm1.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlatm1.f
rename to testing/lin/dlatm1.f
diff --git a/new_magmamorse/testing/lin/dlatms.f b/testing/lin/dlatms.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlatms.f
rename to testing/lin/dlatms.f
diff --git a/new_magmamorse/testing/lin/dlatrs.f b/testing/lin/dlatrs.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlatrs.f
rename to testing/lin/dlatrs.f
diff --git a/new_magmamorse/testing/lin/dlauu2.f b/testing/lin/dlauu2.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlauu2.f
rename to testing/lin/dlauu2.f
diff --git a/new_magmamorse/testing/lin/dlauum.f b/testing/lin/dlauum.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlauum.f
rename to testing/lin/dlauum.f
diff --git a/new_magmamorse/testing/lin/dlqt01.f b/testing/lin/dlqt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlqt01.f
rename to testing/lin/dlqt01.f
diff --git a/new_magmamorse/testing/lin/dlqt02.f b/testing/lin/dlqt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlqt02.f
rename to testing/lin/dlqt02.f
diff --git a/new_magmamorse/testing/lin/dlqt03.f b/testing/lin/dlqt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/dlqt03.f
rename to testing/lin/dlqt03.f
diff --git a/new_magmamorse/testing/lin/dpocon.f b/testing/lin/dpocon.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpocon.f
rename to testing/lin/dpocon.f
diff --git a/new_magmamorse/testing/lin/dpoequ.f b/testing/lin/dpoequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpoequ.f
rename to testing/lin/dpoequ.f
diff --git a/new_magmamorse/testing/lin/dporfs.f b/testing/lin/dporfs.f
similarity index 100%
rename from new_magmamorse/testing/lin/dporfs.f
rename to testing/lin/dporfs.f
diff --git a/new_magmamorse/testing/lin/dposvx.f b/testing/lin/dposvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/dposvx.f
rename to testing/lin/dposvx.f
diff --git a/new_magmamorse/testing/lin/dpot01.f b/testing/lin/dpot01.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpot01.f
rename to testing/lin/dpot01.f
diff --git a/new_magmamorse/testing/lin/dpot02.f b/testing/lin/dpot02.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpot02.f
rename to testing/lin/dpot02.f
diff --git a/new_magmamorse/testing/lin/dpot03.f b/testing/lin/dpot03.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpot03.f
rename to testing/lin/dpot03.f
diff --git a/new_magmamorse/testing/lin/dpot05.f b/testing/lin/dpot05.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpot05.f
rename to testing/lin/dpot05.f
diff --git a/new_magmamorse/testing/lin/dpotri.f b/testing/lin/dpotri.f
similarity index 100%
rename from new_magmamorse/testing/lin/dpotri.f
rename to testing/lin/dpotri.f
diff --git a/new_magmamorse/testing/lin/dqrt01.f b/testing/lin/dqrt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt01.f
rename to testing/lin/dqrt01.f
diff --git a/new_magmamorse/testing/lin/dqrt02.f b/testing/lin/dqrt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt02.f
rename to testing/lin/dqrt02.f
diff --git a/new_magmamorse/testing/lin/dqrt03.f b/testing/lin/dqrt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt03.f
rename to testing/lin/dqrt03.f
diff --git a/new_magmamorse/testing/lin/dqrt13.f b/testing/lin/dqrt13.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt13.f
rename to testing/lin/dqrt13.f
diff --git a/new_magmamorse/testing/lin/dqrt14.f b/testing/lin/dqrt14.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt14.f
rename to testing/lin/dqrt14.f
diff --git a/new_magmamorse/testing/lin/dqrt15.f b/testing/lin/dqrt15.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt15.f
rename to testing/lin/dqrt15.f
diff --git a/new_magmamorse/testing/lin/dqrt16.f b/testing/lin/dqrt16.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt16.f
rename to testing/lin/dqrt16.f
diff --git a/new_magmamorse/testing/lin/dqrt17.f b/testing/lin/dqrt17.f
similarity index 100%
rename from new_magmamorse/testing/lin/dqrt17.f
rename to testing/lin/dqrt17.f
diff --git a/new_magmamorse/testing/lin/drscl.f b/testing/lin/drscl.f
similarity index 100%
rename from new_magmamorse/testing/lin/drscl.f
rename to testing/lin/drscl.f
diff --git a/new_magmamorse/testing/lin/dtest.in b/testing/lin/dtest.in
similarity index 100%
rename from new_magmamorse/testing/lin/dtest.in
rename to testing/lin/dtest.in
diff --git a/new_magmamorse/testing/lin/dtestdyn.in b/testing/lin/dtestdyn.in
similarity index 100%
rename from new_magmamorse/testing/lin/dtestdyn.in
rename to testing/lin/dtestdyn.in
diff --git a/new_magmamorse/testing/lin/dtrti2.f b/testing/lin/dtrti2.f
similarity index 100%
rename from new_magmamorse/testing/lin/dtrti2.f
rename to testing/lin/dtrti2.f
diff --git a/new_magmamorse/testing/lin/dtrtri.f b/testing/lin/dtrtri.f
similarity index 100%
rename from new_magmamorse/testing/lin/dtrtri.f
rename to testing/lin/dtrtri.f
diff --git a/new_magmamorse/testing/lin/dzsum1.f b/testing/lin/dzsum1.f
similarity index 100%
rename from new_magmamorse/testing/lin/dzsum1.f
rename to testing/lin/dzsum1.f
diff --git a/new_magmamorse/testing/lin/icmax1.f b/testing/lin/icmax1.f
similarity index 100%
rename from new_magmamorse/testing/lin/icmax1.f
rename to testing/lin/icmax1.f
diff --git a/new_magmamorse/testing/lin/izmax1.f b/testing/lin/izmax1.f
similarity index 100%
rename from new_magmamorse/testing/lin/izmax1.f
rename to testing/lin/izmax1.f
diff --git a/new_magmamorse/testing/lin/lsamen.f b/testing/lin/lsamen.f
similarity index 100%
rename from new_magmamorse/testing/lin/lsamen.f
rename to testing/lin/lsamen.f
diff --git a/new_magmamorse/testing/lin/morse_lintesting.py b/testing/lin/morse_lintesting.py
similarity index 100%
rename from new_magmamorse/testing/lin/morse_lintesting.py
rename to testing/lin/morse_lintesting.py
diff --git a/new_magmamorse/testing/lin/schkaa.f b/testing/lin/schkaa.f
similarity index 100%
rename from new_magmamorse/testing/lin/schkaa.f
rename to testing/lin/schkaa.f
diff --git a/new_magmamorse/testing/lin/schkge.f b/testing/lin/schkge.f
similarity index 100%
rename from new_magmamorse/testing/lin/schkge.f
rename to testing/lin/schkge.f
diff --git a/new_magmamorse/testing/lin/schklq.f b/testing/lin/schklq.f
similarity index 100%
rename from new_magmamorse/testing/lin/schklq.f
rename to testing/lin/schklq.f
diff --git a/new_magmamorse/testing/lin/schkpo.f b/testing/lin/schkpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/schkpo.f
rename to testing/lin/schkpo.f
diff --git a/new_magmamorse/testing/lin/schkqr.f b/testing/lin/schkqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/schkqr.f
rename to testing/lin/schkqr.f
diff --git a/new_magmamorse/testing/lin/scsum1.f b/testing/lin/scsum1.f
similarity index 100%
rename from new_magmamorse/testing/lin/scsum1.f
rename to testing/lin/scsum1.f
diff --git a/new_magmamorse/testing/lin/sdrvge.f b/testing/lin/sdrvge.f
similarity index 100%
rename from new_magmamorse/testing/lin/sdrvge.f
rename to testing/lin/sdrvge.f
diff --git a/new_magmamorse/testing/lin/sdrvls.f b/testing/lin/sdrvls.f
similarity index 100%
rename from new_magmamorse/testing/lin/sdrvls.f
rename to testing/lin/sdrvls.f
diff --git a/new_magmamorse/testing/lin/sdrvpo.f b/testing/lin/sdrvpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/sdrvpo.f
rename to testing/lin/sdrvpo.f
diff --git a/new_magmamorse/testing/lin/serrge.f b/testing/lin/serrge.f
similarity index 100%
rename from new_magmamorse/testing/lin/serrge.f
rename to testing/lin/serrge.f
diff --git a/new_magmamorse/testing/lin/serrlq.f b/testing/lin/serrlq.f
similarity index 100%
rename from new_magmamorse/testing/lin/serrlq.f
rename to testing/lin/serrlq.f
diff --git a/new_magmamorse/testing/lin/serrls.f b/testing/lin/serrls.f
similarity index 100%
rename from new_magmamorse/testing/lin/serrls.f
rename to testing/lin/serrls.f
diff --git a/new_magmamorse/testing/lin/serrpo.f b/testing/lin/serrpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/serrpo.f
rename to testing/lin/serrpo.f
diff --git a/new_magmamorse/testing/lin/serrqr.f b/testing/lin/serrqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/serrqr.f
rename to testing/lin/serrqr.f
diff --git a/new_magmamorse/testing/lin/serrvx.f b/testing/lin/serrvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/serrvx.f
rename to testing/lin/serrvx.f
diff --git a/new_magmamorse/testing/lin/sgeequ.f b/testing/lin/sgeequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/sgeequ.f
rename to testing/lin/sgeequ.f
diff --git a/new_magmamorse/testing/lin/sgennd.f b/testing/lin/sgennd.f
similarity index 100%
rename from new_magmamorse/testing/lin/sgennd.f
rename to testing/lin/sgennd.f
diff --git a/new_magmamorse/testing/lin/sget02.f b/testing/lin/sget02.f
similarity index 100%
rename from new_magmamorse/testing/lin/sget02.f
rename to testing/lin/sget02.f
diff --git a/new_magmamorse/testing/lin/sget04.f b/testing/lin/sget04.f
similarity index 100%
rename from new_magmamorse/testing/lin/sget04.f
rename to testing/lin/sget04.f
diff --git a/new_magmamorse/testing/lin/sget06.f b/testing/lin/sget06.f
similarity index 100%
rename from new_magmamorse/testing/lin/sget06.f
rename to testing/lin/sget06.f
diff --git a/new_magmamorse/testing/lin/slabad.f b/testing/lin/slabad.f
similarity index 100%
rename from new_magmamorse/testing/lin/slabad.f
rename to testing/lin/slabad.f
diff --git a/new_magmamorse/testing/lin/slacn2.f b/testing/lin/slacn2.f
similarity index 100%
rename from new_magmamorse/testing/lin/slacn2.f
rename to testing/lin/slacn2.f
diff --git a/new_magmamorse/testing/lin/slagge.f b/testing/lin/slagge.f
similarity index 100%
rename from new_magmamorse/testing/lin/slagge.f
rename to testing/lin/slagge.f
diff --git a/new_magmamorse/testing/lin/slagsy.f b/testing/lin/slagsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/slagsy.f
rename to testing/lin/slagsy.f
diff --git a/new_magmamorse/testing/lin/slaord.f b/testing/lin/slaord.f
similarity index 100%
rename from new_magmamorse/testing/lin/slaord.f
rename to testing/lin/slaord.f
diff --git a/new_magmamorse/testing/lin/slaqge.f b/testing/lin/slaqge.f
similarity index 100%
rename from new_magmamorse/testing/lin/slaqge.f
rename to testing/lin/slaqge.f
diff --git a/new_magmamorse/testing/lin/slaqsy.f b/testing/lin/slaqsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/slaqsy.f
rename to testing/lin/slaqsy.f
diff --git a/new_magmamorse/testing/lin/slaran.f b/testing/lin/slaran.f
similarity index 100%
rename from new_magmamorse/testing/lin/slaran.f
rename to testing/lin/slaran.f
diff --git a/new_magmamorse/testing/lin/slarhs.f b/testing/lin/slarhs.f
similarity index 100%
rename from new_magmamorse/testing/lin/slarhs.f
rename to testing/lin/slarhs.f
diff --git a/new_magmamorse/testing/lin/slarnd.f b/testing/lin/slarnd.f
similarity index 100%
rename from new_magmamorse/testing/lin/slarnd.f
rename to testing/lin/slarnd.f
diff --git a/new_magmamorse/testing/lin/slaror.f b/testing/lin/slaror.f
similarity index 100%
rename from new_magmamorse/testing/lin/slaror.f
rename to testing/lin/slaror.f
diff --git a/new_magmamorse/testing/lin/slarot.f b/testing/lin/slarot.f
similarity index 100%
rename from new_magmamorse/testing/lin/slarot.f
rename to testing/lin/slarot.f
diff --git a/new_magmamorse/testing/lin/slartg.f b/testing/lin/slartg.f
similarity index 100%
rename from new_magmamorse/testing/lin/slartg.f
rename to testing/lin/slartg.f
diff --git a/new_magmamorse/testing/lin/slascl.f b/testing/lin/slascl.f
similarity index 100%
rename from new_magmamorse/testing/lin/slascl.f
rename to testing/lin/slascl.f
diff --git a/new_magmamorse/testing/lin/slaset.f b/testing/lin/slaset.f
similarity index 100%
rename from new_magmamorse/testing/lin/slaset.f
rename to testing/lin/slaset.f
diff --git a/new_magmamorse/testing/lin/slatb4.f b/testing/lin/slatb4.f
similarity index 100%
rename from new_magmamorse/testing/lin/slatb4.f
rename to testing/lin/slatb4.f
diff --git a/new_magmamorse/testing/lin/slatm1.f b/testing/lin/slatm1.f
similarity index 100%
rename from new_magmamorse/testing/lin/slatm1.f
rename to testing/lin/slatm1.f
diff --git a/new_magmamorse/testing/lin/slatms.f b/testing/lin/slatms.f
similarity index 100%
rename from new_magmamorse/testing/lin/slatms.f
rename to testing/lin/slatms.f
diff --git a/new_magmamorse/testing/lin/slatrs.f b/testing/lin/slatrs.f
similarity index 100%
rename from new_magmamorse/testing/lin/slatrs.f
rename to testing/lin/slatrs.f
diff --git a/new_magmamorse/testing/lin/slauu2.f b/testing/lin/slauu2.f
similarity index 100%
rename from new_magmamorse/testing/lin/slauu2.f
rename to testing/lin/slauu2.f
diff --git a/new_magmamorse/testing/lin/slauum.f b/testing/lin/slauum.f
similarity index 100%
rename from new_magmamorse/testing/lin/slauum.f
rename to testing/lin/slauum.f
diff --git a/new_magmamorse/testing/lin/slqt01.f b/testing/lin/slqt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/slqt01.f
rename to testing/lin/slqt01.f
diff --git a/new_magmamorse/testing/lin/slqt02.f b/testing/lin/slqt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/slqt02.f
rename to testing/lin/slqt02.f
diff --git a/new_magmamorse/testing/lin/slqt03.f b/testing/lin/slqt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/slqt03.f
rename to testing/lin/slqt03.f
diff --git a/new_magmamorse/testing/lin/spocon.f b/testing/lin/spocon.f
similarity index 100%
rename from new_magmamorse/testing/lin/spocon.f
rename to testing/lin/spocon.f
diff --git a/new_magmamorse/testing/lin/spoequ.f b/testing/lin/spoequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/spoequ.f
rename to testing/lin/spoequ.f
diff --git a/new_magmamorse/testing/lin/sporfs.f b/testing/lin/sporfs.f
similarity index 100%
rename from new_magmamorse/testing/lin/sporfs.f
rename to testing/lin/sporfs.f
diff --git a/new_magmamorse/testing/lin/sposvx.f b/testing/lin/sposvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/sposvx.f
rename to testing/lin/sposvx.f
diff --git a/new_magmamorse/testing/lin/spot01.f b/testing/lin/spot01.f
similarity index 100%
rename from new_magmamorse/testing/lin/spot01.f
rename to testing/lin/spot01.f
diff --git a/new_magmamorse/testing/lin/spot02.f b/testing/lin/spot02.f
similarity index 100%
rename from new_magmamorse/testing/lin/spot02.f
rename to testing/lin/spot02.f
diff --git a/new_magmamorse/testing/lin/spot03.f b/testing/lin/spot03.f
similarity index 100%
rename from new_magmamorse/testing/lin/spot03.f
rename to testing/lin/spot03.f
diff --git a/new_magmamorse/testing/lin/spot05.f b/testing/lin/spot05.f
similarity index 100%
rename from new_magmamorse/testing/lin/spot05.f
rename to testing/lin/spot05.f
diff --git a/new_magmamorse/testing/lin/spotri.f b/testing/lin/spotri.f
similarity index 100%
rename from new_magmamorse/testing/lin/spotri.f
rename to testing/lin/spotri.f
diff --git a/new_magmamorse/testing/lin/sqrt01.f b/testing/lin/sqrt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt01.f
rename to testing/lin/sqrt01.f
diff --git a/new_magmamorse/testing/lin/sqrt02.f b/testing/lin/sqrt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt02.f
rename to testing/lin/sqrt02.f
diff --git a/new_magmamorse/testing/lin/sqrt03.f b/testing/lin/sqrt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt03.f
rename to testing/lin/sqrt03.f
diff --git a/new_magmamorse/testing/lin/sqrt13.f b/testing/lin/sqrt13.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt13.f
rename to testing/lin/sqrt13.f
diff --git a/new_magmamorse/testing/lin/sqrt14.f b/testing/lin/sqrt14.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt14.f
rename to testing/lin/sqrt14.f
diff --git a/new_magmamorse/testing/lin/sqrt15.f b/testing/lin/sqrt15.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt15.f
rename to testing/lin/sqrt15.f
diff --git a/new_magmamorse/testing/lin/sqrt16.f b/testing/lin/sqrt16.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt16.f
rename to testing/lin/sqrt16.f
diff --git a/new_magmamorse/testing/lin/sqrt17.f b/testing/lin/sqrt17.f
similarity index 100%
rename from new_magmamorse/testing/lin/sqrt17.f
rename to testing/lin/sqrt17.f
diff --git a/new_magmamorse/testing/lin/srscl.f b/testing/lin/srscl.f
similarity index 100%
rename from new_magmamorse/testing/lin/srscl.f
rename to testing/lin/srscl.f
diff --git a/new_magmamorse/testing/lin/stest.in b/testing/lin/stest.in
similarity index 100%
rename from new_magmamorse/testing/lin/stest.in
rename to testing/lin/stest.in
diff --git a/new_magmamorse/testing/lin/stestdyn.in b/testing/lin/stestdyn.in
similarity index 100%
rename from new_magmamorse/testing/lin/stestdyn.in
rename to testing/lin/stestdyn.in
diff --git a/new_magmamorse/testing/lin/strti2.f b/testing/lin/strti2.f
similarity index 100%
rename from new_magmamorse/testing/lin/strti2.f
rename to testing/lin/strti2.f
diff --git a/new_magmamorse/testing/lin/strtri.f b/testing/lin/strtri.f
similarity index 100%
rename from new_magmamorse/testing/lin/strtri.f
rename to testing/lin/strtri.f
diff --git a/new_magmamorse/testing/lin/xerbla.f b/testing/lin/xerbla.f
similarity index 100%
rename from new_magmamorse/testing/lin/xerbla.f
rename to testing/lin/xerbla.f
diff --git a/new_magmamorse/testing/lin/xlaenv.f b/testing/lin/xlaenv.f
similarity index 100%
rename from new_magmamorse/testing/lin/xlaenv.f
rename to testing/lin/xlaenv.f
diff --git a/new_magmamorse/testing/lin/zchkaa.f b/testing/lin/zchkaa.f
similarity index 100%
rename from new_magmamorse/testing/lin/zchkaa.f
rename to testing/lin/zchkaa.f
diff --git a/new_magmamorse/testing/lin/zchkge.f b/testing/lin/zchkge.f
similarity index 100%
rename from new_magmamorse/testing/lin/zchkge.f
rename to testing/lin/zchkge.f
diff --git a/new_magmamorse/testing/lin/zchklq.f b/testing/lin/zchklq.f
similarity index 100%
rename from new_magmamorse/testing/lin/zchklq.f
rename to testing/lin/zchklq.f
diff --git a/new_magmamorse/testing/lin/zchkpo.f b/testing/lin/zchkpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/zchkpo.f
rename to testing/lin/zchkpo.f
diff --git a/new_magmamorse/testing/lin/zchkqr.f b/testing/lin/zchkqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/zchkqr.f
rename to testing/lin/zchkqr.f
diff --git a/new_magmamorse/testing/lin/zdrscl.f b/testing/lin/zdrscl.f
similarity index 100%
rename from new_magmamorse/testing/lin/zdrscl.f
rename to testing/lin/zdrscl.f
diff --git a/new_magmamorse/testing/lin/zdrvge.f b/testing/lin/zdrvge.f
similarity index 100%
rename from new_magmamorse/testing/lin/zdrvge.f
rename to testing/lin/zdrvge.f
diff --git a/new_magmamorse/testing/lin/zdrvls.f b/testing/lin/zdrvls.f
similarity index 100%
rename from new_magmamorse/testing/lin/zdrvls.f
rename to testing/lin/zdrvls.f
diff --git a/new_magmamorse/testing/lin/zdrvpo.f b/testing/lin/zdrvpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/zdrvpo.f
rename to testing/lin/zdrvpo.f
diff --git a/new_magmamorse/testing/lin/zerrge.f b/testing/lin/zerrge.f
similarity index 100%
rename from new_magmamorse/testing/lin/zerrge.f
rename to testing/lin/zerrge.f
diff --git a/new_magmamorse/testing/lin/zerrlq.f b/testing/lin/zerrlq.f
similarity index 100%
rename from new_magmamorse/testing/lin/zerrlq.f
rename to testing/lin/zerrlq.f
diff --git a/new_magmamorse/testing/lin/zerrls.f b/testing/lin/zerrls.f
similarity index 100%
rename from new_magmamorse/testing/lin/zerrls.f
rename to testing/lin/zerrls.f
diff --git a/new_magmamorse/testing/lin/zerrpo.f b/testing/lin/zerrpo.f
similarity index 100%
rename from new_magmamorse/testing/lin/zerrpo.f
rename to testing/lin/zerrpo.f
diff --git a/new_magmamorse/testing/lin/zerrqr.f b/testing/lin/zerrqr.f
similarity index 100%
rename from new_magmamorse/testing/lin/zerrqr.f
rename to testing/lin/zerrqr.f
diff --git a/new_magmamorse/testing/lin/zerrvx.f b/testing/lin/zerrvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/zerrvx.f
rename to testing/lin/zerrvx.f
diff --git a/new_magmamorse/testing/lin/zgeequ.f b/testing/lin/zgeequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/zgeequ.f
rename to testing/lin/zgeequ.f
diff --git a/new_magmamorse/testing/lin/zgennd.f b/testing/lin/zgennd.f
similarity index 100%
rename from new_magmamorse/testing/lin/zgennd.f
rename to testing/lin/zgennd.f
diff --git a/new_magmamorse/testing/lin/zgeqrs.f b/testing/lin/zgeqrs.f
similarity index 100%
rename from new_magmamorse/testing/lin/zgeqrs.f
rename to testing/lin/zgeqrs.f
diff --git a/new_magmamorse/testing/lin/zget02.f b/testing/lin/zget02.f
similarity index 100%
rename from new_magmamorse/testing/lin/zget02.f
rename to testing/lin/zget02.f
diff --git a/new_magmamorse/testing/lin/zget04.f b/testing/lin/zget04.f
similarity index 100%
rename from new_magmamorse/testing/lin/zget04.f
rename to testing/lin/zget04.f
diff --git a/new_magmamorse/testing/lin/zlacn2.f b/testing/lin/zlacn2.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlacn2.f
rename to testing/lin/zlacn2.f
diff --git a/new_magmamorse/testing/lin/zlagge.f b/testing/lin/zlagge.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlagge.f
rename to testing/lin/zlagge.f
diff --git a/new_magmamorse/testing/lin/zlagsy.f b/testing/lin/zlagsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlagsy.f
rename to testing/lin/zlagsy.f
diff --git a/new_magmamorse/testing/lin/zlaipd.f b/testing/lin/zlaipd.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlaipd.f
rename to testing/lin/zlaipd.f
diff --git a/new_magmamorse/testing/lin/zlanhe.f b/testing/lin/zlanhe.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlanhe.f
rename to testing/lin/zlanhe.f
diff --git a/new_magmamorse/testing/lin/zlaqge.f b/testing/lin/zlaqge.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlaqge.f
rename to testing/lin/zlaqge.f
diff --git a/new_magmamorse/testing/lin/zlaqhe.f b/testing/lin/zlaqhe.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlaqhe.f
rename to testing/lin/zlaqhe.f
diff --git a/new_magmamorse/testing/lin/zlaqsy.f b/testing/lin/zlaqsy.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlaqsy.f
rename to testing/lin/zlaqsy.f
diff --git a/new_magmamorse/testing/lin/zlarhs.f b/testing/lin/zlarhs.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlarhs.f
rename to testing/lin/zlarhs.f
diff --git a/new_magmamorse/testing/lin/zlarnd.f b/testing/lin/zlarnd.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlarnd.f
rename to testing/lin/zlarnd.f
diff --git a/new_magmamorse/testing/lin/zlaror.f b/testing/lin/zlaror.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlaror.f
rename to testing/lin/zlaror.f
diff --git a/new_magmamorse/testing/lin/zlarot.f b/testing/lin/zlarot.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlarot.f
rename to testing/lin/zlarot.f
diff --git a/new_magmamorse/testing/lin/zlartg.f b/testing/lin/zlartg.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlartg.f
rename to testing/lin/zlartg.f
diff --git a/new_magmamorse/testing/lin/zlascl.f b/testing/lin/zlascl.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlascl.f
rename to testing/lin/zlascl.f
diff --git a/new_magmamorse/testing/lin/zlaset.f b/testing/lin/zlaset.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlaset.f
rename to testing/lin/zlaset.f
diff --git a/new_magmamorse/testing/lin/zlatb4.f b/testing/lin/zlatb4.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlatb4.f
rename to testing/lin/zlatb4.f
diff --git a/new_magmamorse/testing/lin/zlatm1.f b/testing/lin/zlatm1.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlatm1.f
rename to testing/lin/zlatm1.f
diff --git a/new_magmamorse/testing/lin/zlatms.f b/testing/lin/zlatms.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlatms.f
rename to testing/lin/zlatms.f
diff --git a/new_magmamorse/testing/lin/zlatrs.f b/testing/lin/zlatrs.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlatrs.f
rename to testing/lin/zlatrs.f
diff --git a/new_magmamorse/testing/lin/zlauu2.f b/testing/lin/zlauu2.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlauu2.f
rename to testing/lin/zlauu2.f
diff --git a/new_magmamorse/testing/lin/zlauum.f b/testing/lin/zlauum.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlauum.f
rename to testing/lin/zlauum.f
diff --git a/new_magmamorse/testing/lin/zlqt01.f b/testing/lin/zlqt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlqt01.f
rename to testing/lin/zlqt01.f
diff --git a/new_magmamorse/testing/lin/zlqt02.f b/testing/lin/zlqt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlqt02.f
rename to testing/lin/zlqt02.f
diff --git a/new_magmamorse/testing/lin/zlqt03.f b/testing/lin/zlqt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/zlqt03.f
rename to testing/lin/zlqt03.f
diff --git a/new_magmamorse/testing/lin/zpocon.f b/testing/lin/zpocon.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpocon.f
rename to testing/lin/zpocon.f
diff --git a/new_magmamorse/testing/lin/zpoequ.f b/testing/lin/zpoequ.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpoequ.f
rename to testing/lin/zpoequ.f
diff --git a/new_magmamorse/testing/lin/zporfs.f b/testing/lin/zporfs.f
similarity index 100%
rename from new_magmamorse/testing/lin/zporfs.f
rename to testing/lin/zporfs.f
diff --git a/new_magmamorse/testing/lin/zposvx.f b/testing/lin/zposvx.f
similarity index 100%
rename from new_magmamorse/testing/lin/zposvx.f
rename to testing/lin/zposvx.f
diff --git a/new_magmamorse/testing/lin/zpot01.f b/testing/lin/zpot01.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpot01.f
rename to testing/lin/zpot01.f
diff --git a/new_magmamorse/testing/lin/zpot02.f b/testing/lin/zpot02.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpot02.f
rename to testing/lin/zpot02.f
diff --git a/new_magmamorse/testing/lin/zpot03.f b/testing/lin/zpot03.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpot03.f
rename to testing/lin/zpot03.f
diff --git a/new_magmamorse/testing/lin/zpot05.f b/testing/lin/zpot05.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpot05.f
rename to testing/lin/zpot05.f
diff --git a/new_magmamorse/testing/lin/zpot06.f b/testing/lin/zpot06.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpot06.f
rename to testing/lin/zpot06.f
diff --git a/new_magmamorse/testing/lin/zpotri.f b/testing/lin/zpotri.f
similarity index 100%
rename from new_magmamorse/testing/lin/zpotri.f
rename to testing/lin/zpotri.f
diff --git a/new_magmamorse/testing/lin/zqrt01.f b/testing/lin/zqrt01.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt01.f
rename to testing/lin/zqrt01.f
diff --git a/new_magmamorse/testing/lin/zqrt02.f b/testing/lin/zqrt02.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt02.f
rename to testing/lin/zqrt02.f
diff --git a/new_magmamorse/testing/lin/zqrt03.f b/testing/lin/zqrt03.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt03.f
rename to testing/lin/zqrt03.f
diff --git a/new_magmamorse/testing/lin/zqrt13.f b/testing/lin/zqrt13.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt13.f
rename to testing/lin/zqrt13.f
diff --git a/new_magmamorse/testing/lin/zqrt14.f b/testing/lin/zqrt14.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt14.f
rename to testing/lin/zqrt14.f
diff --git a/new_magmamorse/testing/lin/zqrt15.f b/testing/lin/zqrt15.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt15.f
rename to testing/lin/zqrt15.f
diff --git a/new_magmamorse/testing/lin/zqrt16.f b/testing/lin/zqrt16.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt16.f
rename to testing/lin/zqrt16.f
diff --git a/new_magmamorse/testing/lin/zqrt17.f b/testing/lin/zqrt17.f
similarity index 100%
rename from new_magmamorse/testing/lin/zqrt17.f
rename to testing/lin/zqrt17.f
diff --git a/new_magmamorse/testing/lin/zsbmv.f b/testing/lin/zsbmv.f
similarity index 100%
rename from new_magmamorse/testing/lin/zsbmv.f
rename to testing/lin/zsbmv.f
diff --git a/new_magmamorse/testing/lin/zspmv.f b/testing/lin/zspmv.f
similarity index 100%
rename from new_magmamorse/testing/lin/zspmv.f
rename to testing/lin/zspmv.f
diff --git a/new_magmamorse/testing/lin/zsymv.f b/testing/lin/zsymv.f
similarity index 100%
rename from new_magmamorse/testing/lin/zsymv.f
rename to testing/lin/zsymv.f
diff --git a/new_magmamorse/testing/lin/ztest.in b/testing/lin/ztest.in
similarity index 100%
rename from new_magmamorse/testing/lin/ztest.in
rename to testing/lin/ztest.in
diff --git a/new_magmamorse/testing/lin/ztestdyn.in b/testing/lin/ztestdyn.in
similarity index 100%
rename from new_magmamorse/testing/lin/ztestdyn.in
rename to testing/lin/ztestdyn.in
diff --git a/new_magmamorse/testing/lin/ztrti2.f b/testing/lin/ztrti2.f
similarity index 100%
rename from new_magmamorse/testing/lin/ztrti2.f
rename to testing/lin/ztrti2.f
diff --git a/new_magmamorse/testing/lin/ztrtri.f b/testing/lin/ztrtri.f
similarity index 100%
rename from new_magmamorse/testing/lin/ztrtri.f
rename to testing/lin/ztrtri.f
diff --git a/new_magmamorse/testing/morse_testing_quark.py b/testing/morse_testing_quark.py
similarity index 100%
rename from new_magmamorse/testing/morse_testing_quark.py
rename to testing/morse_testing_quark.py
diff --git a/new_magmamorse/testing/morse_testing_starpu.py b/testing/morse_testing_starpu.py
similarity index 100%
rename from new_magmamorse/testing/morse_testing_starpu.py
rename to testing/morse_testing_starpu.py
diff --git a/new_magmamorse/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
similarity index 100%
rename from new_magmamorse/testing/testing_zauxiliary.c
rename to testing/testing_zauxiliary.c
diff --git a/new_magmamorse/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h
similarity index 100%
rename from new_magmamorse/testing/testing_zauxiliary.h
rename to testing/testing_zauxiliary.h
diff --git a/new_magmamorse/testing/testing_zgels.c b/testing/testing_zgels.c
similarity index 100%
rename from new_magmamorse/testing/testing_zgels.c
rename to testing/testing_zgels.c
diff --git a/new_magmamorse/testing/testing_zgemm.c b/testing/testing_zgemm.c
similarity index 100%
rename from new_magmamorse/testing/testing_zgemm.c
rename to testing/testing_zgemm.c
diff --git a/new_magmamorse/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
similarity index 100%
rename from new_magmamorse/testing/testing_zgesv_incpiv.c
rename to testing/testing_zgesv_incpiv.c
diff --git a/new_magmamorse/testing/testing_zhemm.c b/testing/testing_zhemm.c
similarity index 100%
rename from new_magmamorse/testing/testing_zhemm.c
rename to testing/testing_zhemm.c
diff --git a/new_magmamorse/testing/testing_zher2k.c b/testing/testing_zher2k.c
similarity index 100%
rename from new_magmamorse/testing/testing_zher2k.c
rename to testing/testing_zher2k.c
diff --git a/new_magmamorse/testing/testing_zherk.c b/testing/testing_zherk.c
similarity index 100%
rename from new_magmamorse/testing/testing_zherk.c
rename to testing/testing_zherk.c
diff --git a/new_magmamorse/testing/testing_zlange.c b/testing/testing_zlange.c
similarity index 100%
rename from new_magmamorse/testing/testing_zlange.c
rename to testing/testing_zlange.c
diff --git a/new_magmamorse/testing/testing_zpemv.c b/testing/testing_zpemv.c
similarity index 100%
rename from new_magmamorse/testing/testing_zpemv.c
rename to testing/testing_zpemv.c
diff --git a/new_magmamorse/testing/testing_zposv.c b/testing/testing_zposv.c
similarity index 100%
rename from new_magmamorse/testing/testing_zposv.c
rename to testing/testing_zposv.c
diff --git a/new_magmamorse/testing/testing_zpotri.c b/testing/testing_zpotri.c
similarity index 100%
rename from new_magmamorse/testing/testing_zpotri.c
rename to testing/testing_zpotri.c
diff --git a/new_magmamorse/testing/testing_zsymm.c b/testing/testing_zsymm.c
similarity index 100%
rename from new_magmamorse/testing/testing_zsymm.c
rename to testing/testing_zsymm.c
diff --git a/new_magmamorse/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
similarity index 100%
rename from new_magmamorse/testing/testing_zsyr2k.c
rename to testing/testing_zsyr2k.c
diff --git a/new_magmamorse/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
similarity index 100%
rename from new_magmamorse/testing/testing_zsyrk.c
rename to testing/testing_zsyrk.c
diff --git a/new_magmamorse/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
similarity index 100%
rename from new_magmamorse/testing/testing_ztrmm.c
rename to testing/testing_ztrmm.c
diff --git a/new_magmamorse/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
similarity index 100%
rename from new_magmamorse/testing/testing_ztrsm.c
rename to testing/testing_ztrsm.c
diff --git a/new_magmamorse/timing/CMakeLists.txt b/timing/CMakeLists.txt
similarity index 100%
rename from new_magmamorse/timing/CMakeLists.txt
rename to timing/CMakeLists.txt
diff --git a/new_magmamorse/timing/CTestLists.cmake b/timing/CTestLists.cmake
similarity index 100%
rename from new_magmamorse/timing/CTestLists.cmake
rename to timing/CTestLists.cmake
diff --git a/new_magmamorse/timing/auxiliary.c b/timing/auxiliary.c
similarity index 100%
rename from new_magmamorse/timing/auxiliary.c
rename to timing/auxiliary.c
diff --git a/new_magmamorse/timing/auxiliary.h b/timing/auxiliary.h
similarity index 100%
rename from new_magmamorse/timing/auxiliary.h
rename to timing/auxiliary.h
diff --git a/new_magmamorse/timing/flops.h b/timing/flops.h
similarity index 100%
rename from new_magmamorse/timing/flops.h
rename to timing/flops.h
diff --git a/new_magmamorse/timing/time_zgels.c b/timing/time_zgels.c
similarity index 100%
rename from new_magmamorse/timing/time_zgels.c
rename to timing/time_zgels.c
diff --git a/new_magmamorse/timing/time_zgels_tile.c b/timing/time_zgels_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgels_tile.c
rename to timing/time_zgels_tile.c
diff --git a/new_magmamorse/timing/time_zgemm.c b/timing/time_zgemm.c
similarity index 100%
rename from new_magmamorse/timing/time_zgemm.c
rename to timing/time_zgemm.c
diff --git a/new_magmamorse/timing/time_zgemm_tile.c b/timing/time_zgemm_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgemm_tile.c
rename to timing/time_zgemm_tile.c
diff --git a/new_magmamorse/timing/time_zgeqrf.c b/timing/time_zgeqrf.c
similarity index 100%
rename from new_magmamorse/timing/time_zgeqrf.c
rename to timing/time_zgeqrf.c
diff --git a/new_magmamorse/timing/time_zgeqrf_tile.c b/timing/time_zgeqrf_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgeqrf_tile.c
rename to timing/time_zgeqrf_tile.c
diff --git a/new_magmamorse/timing/time_zgesv_incpiv.c b/timing/time_zgesv_incpiv.c
similarity index 100%
rename from new_magmamorse/timing/time_zgesv_incpiv.c
rename to timing/time_zgesv_incpiv.c
diff --git a/new_magmamorse/timing/time_zgesv_incpiv_tile.c b/timing/time_zgesv_incpiv_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgesv_incpiv_tile.c
rename to timing/time_zgesv_incpiv_tile.c
diff --git a/new_magmamorse/timing/time_zgesv_nopiv.c b/timing/time_zgesv_nopiv.c
similarity index 100%
rename from new_magmamorse/timing/time_zgesv_nopiv.c
rename to timing/time_zgesv_nopiv.c
diff --git a/new_magmamorse/timing/time_zgesv_nopiv_tile.c b/timing/time_zgesv_nopiv_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgesv_nopiv_tile.c
rename to timing/time_zgesv_nopiv_tile.c
diff --git a/new_magmamorse/timing/time_zgetrf_incpiv.c b/timing/time_zgetrf_incpiv.c
similarity index 100%
rename from new_magmamorse/timing/time_zgetrf_incpiv.c
rename to timing/time_zgetrf_incpiv.c
diff --git a/new_magmamorse/timing/time_zgetrf_incpiv_tile.c b/timing/time_zgetrf_incpiv_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgetrf_incpiv_tile.c
rename to timing/time_zgetrf_incpiv_tile.c
diff --git a/new_magmamorse/timing/time_zgetrf_nopiv.c b/timing/time_zgetrf_nopiv.c
similarity index 100%
rename from new_magmamorse/timing/time_zgetrf_nopiv.c
rename to timing/time_zgetrf_nopiv.c
diff --git a/new_magmamorse/timing/time_zgetrf_nopiv_tile.c b/timing/time_zgetrf_nopiv_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgetrf_nopiv_tile.c
rename to timing/time_zgetrf_nopiv_tile.c
diff --git a/new_magmamorse/timing/time_zgetri_tile.c b/timing/time_zgetri_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zgetri_tile.c
rename to timing/time_zgetri_tile.c
diff --git a/new_magmamorse/timing/time_zlange.c b/timing/time_zlange.c
similarity index 100%
rename from new_magmamorse/timing/time_zlange.c
rename to timing/time_zlange.c
diff --git a/new_magmamorse/timing/time_zlange_tile.c b/timing/time_zlange_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zlange_tile.c
rename to timing/time_zlange_tile.c
diff --git a/new_magmamorse/timing/time_zposv.c b/timing/time_zposv.c
similarity index 100%
rename from new_magmamorse/timing/time_zposv.c
rename to timing/time_zposv.c
diff --git a/new_magmamorse/timing/time_zposv_tile.c b/timing/time_zposv_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zposv_tile.c
rename to timing/time_zposv_tile.c
diff --git a/new_magmamorse/timing/time_zpotrf.c b/timing/time_zpotrf.c
similarity index 100%
rename from new_magmamorse/timing/time_zpotrf.c
rename to timing/time_zpotrf.c
diff --git a/new_magmamorse/timing/time_zpotrf_tile.c b/timing/time_zpotrf_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zpotrf_tile.c
rename to timing/time_zpotrf_tile.c
diff --git a/new_magmamorse/timing/time_zpotri_tile.c b/timing/time_zpotri_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zpotri_tile.c
rename to timing/time_zpotri_tile.c
diff --git a/new_magmamorse/timing/time_zsytrf_tile.c b/timing/time_zsytrf_tile.c
similarity index 100%
rename from new_magmamorse/timing/time_zsytrf_tile.c
rename to timing/time_zsytrf_tile.c
diff --git a/new_magmamorse/timing/time_ztrsm.c b/timing/time_ztrsm.c
similarity index 100%
rename from new_magmamorse/timing/time_ztrsm.c
rename to timing/time_ztrsm.c
diff --git a/new_magmamorse/timing/timing.c b/timing/timing.c
similarity index 100%
rename from new_magmamorse/timing/timing.c
rename to timing/timing.c
diff --git a/new_magmamorse/timing/timing.h b/timing/timing.h
similarity index 100%
rename from new_magmamorse/timing/timing.h
rename to timing/timing.h
diff --git a/new_magmamorse/timing/zauxiliary.c b/timing/zauxiliary.c
similarity index 100%
rename from new_magmamorse/timing/zauxiliary.c
rename to timing/zauxiliary.c
diff --git a/new_magmamorse/timing/zauxiliary.h b/timing/zauxiliary.h
similarity index 100%
rename from new_magmamorse/timing/zauxiliary.h
rename to timing/zauxiliary.h
-- 
GitLab