diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c index d1e4035f75ed7d011645484f1a1471746a4a6643..0fb9a8ef8c1c5fb7dcde92599da27944e9eee1eb 100644 --- a/runtime/quark/codelets/codelet_zgelqt.c +++ b/runtime/quark/codelets/codelet_zgelqt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c index 5850cdaa99f3a4926b67f752bcb692cf9071b14d..644fbc3f5a9b7f44e5264485eb664c08b090412e 100644 --- a/runtime/quark/codelets/codelet_zgeqrt.c +++ b/runtime/quark/codelets/codelet_zgeqrt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c index d2d3a4f5d37c8b0631d82a563a5f51f60833c052..857997be762d3de51be1d226f60e2964277462b0 100644 --- a/runtime/quark/codelets/codelet_zgessm.c +++ b/runtime/quark/codelets/codelet_zgessm.c @@ -29,7 +29,7 @@ * **/ #include "coreblas/include/cblas.h" -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c index d10fd5af316f9d48b94aa673b9a0e714e6114a89..a73e7e7b51fa2c45b8c2c8de52e94b12c45a61ee 100644 --- a/runtime/quark/codelets/codelet_zgetrf.c +++ b/runtime/quark/codelets/codelet_zgetrf.c @@ -26,7 +26,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" void MORSE_TASK_zgetrf(MORSE_option_t *options, diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c index 66c8aa084bc280daba159b0621240f0d2e4e922f..efd3f93720f9d5ff318073a77849fbeb0d26f191 100644 --- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c index 219eade44b2ec96fc0d3efb84d210d9cac87383e..a48db4e20db709c327da2fe54039f675feba1d13 100644 --- a/runtime/quark/codelets/codelet_zlacpy.c +++ b/runtime/quark/codelets/codelet_zlacpy.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c index fcc782aa936de8a3d94f1c238e7160003f4ac262..43804a3e43265450d451dd14e990b092c12d81d6 100644 --- a/runtime/quark/codelets/codelet_zlag2c.c +++ b/runtime/quark/codelets/codelet_zlag2c.c @@ -26,7 +26,7 @@ * @precisions mixed zc -> ds * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c index e2f24cceca2f2f38c11fad92af7d0d8c06b4cb6e..8c48d6dfef3a6e053573e4590470f12cb23d912b 100644 --- a/runtime/quark/codelets/codelet_zlange.c +++ b/runtime/quark/codelets/codelet_zlange.c @@ -26,7 +26,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" void MORSE_TASK_zlange(MORSE_option_t *options, diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c index 5ccec001aca4a888a1aa2e1bf4f0afc13a6b2720..5eb0865e861981f507268ffc9b93b3be48dfe0cf 100644 --- a/runtime/quark/codelets/codelet_zlanhe.c +++ b/runtime/quark/codelets/codelet_zlanhe.c @@ -26,7 +26,7 @@ * @precisions normal z -> c * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" void MORSE_TASK_zlanhe(MORSE_option_t *options, diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c index d2fa49e750af4d3316ea29f26908dc0d04fcc6dc..bf454f5b19c6a9c0de2edb5c4aad30001694cfe3 100644 --- a/runtime/quark/codelets/codelet_zlansy.c +++ b/runtime/quark/codelets/codelet_zlansy.c @@ -26,7 +26,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" void MORSE_TASK_zlansy(MORSE_option_t *options, diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c index 13852bd3ce8d3a1d83515973527d0582e275b63a..37ef013993134e28faaaf00b546d0c11fda40dec 100644 --- a/runtime/quark/codelets/codelet_zlaset.c +++ b/runtime/quark/codelets/codelet_zlaset.c @@ -27,7 +27,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c index 8b87c1e14b6c33ca772e94e64a8595e30c565b74..b814ce64cf6b46258af1cfcb4fdcff7350c4c66b 100644 --- a/runtime/quark/codelets/codelet_zlaset2.c +++ b/runtime/quark/codelets/codelet_zlaset2.c @@ -27,7 +27,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c index 2d13637144764b46dc1c509e5427d0fe466f5260..bc36ab363dedd983d437c57a802c3aac7249c694 100644 --- a/runtime/quark/codelets/codelet_zlauum.c +++ b/runtime/quark/codelets/codelet_zlauum.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c index 205c951afc6a6cf418e9a065af44d88379483fc6..a0765d3776067c915c8f1a58c9d177e7a0fcea47 100644 --- a/runtime/quark/codelets/codelet_zpamm.c +++ b/runtime/quark/codelets/codelet_zpamm.c @@ -28,7 +28,7 @@ * **/ #include "coreblas/include/cblas.h" -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c index 6ea1feed8f850575e4e84c219f4ae7e59a787f63..de22c1698c7407fa639a6207d0c79d71de2b77e7 100644 --- a/runtime/quark/codelets/codelet_zpotrf.c +++ b/runtime/quark/codelets/codelet_zpotrf.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c index f4d96329c9f9cb25179015174f97bb8d935a65c9..d502fc3eb51be578405eaa87eebdde15b12cf84c 100644 --- a/runtime/quark/codelets/codelet_ztrtri.c +++ b/runtime/quark/codelets/codelet_ztrtri.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c index 854303cc5d475d60321fa576cce7202b3f03cbce..f4d84d135d233d3b620153fe97a7f21df39485f7 100644 --- a/runtime/quark/codelets/codelet_ztslqt.c +++ b/runtime/quark/codelets/codelet_ztslqt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" #undef REAL #define COMPLEX diff --git a/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c index 2ee21b9563b5853c74aabfc35c60aa193f394189..db9388620815f59ef6d45736d01b5f83561f5359 100644 --- a/runtime/quark/codelets/codelet_ztsqrt.c +++ b/runtime/quark/codelets/codelet_ztsqrt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" #undef REAL #define COMPLEX diff --git a/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c index c384b84a2529c8817f5e8cdeea820a98e7853ee3..ae4d5de9ca391131ddf38e5cf911374c14fb2c07 100644 --- a/runtime/quark/codelets/codelet_zttlqt.c +++ b/runtime/quark/codelets/codelet_zttlqt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" #undef REAL #define COMPLEX diff --git a/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c index 985d279cc6c8793dc29ae96e5ba92c76bd18e701..03f7bef87d36b8254f375e263d2aa03c10796c79 100644 --- a/runtime/quark/codelets/codelet_zttqrt.c +++ b/runtime/quark/codelets/codelet_zttqrt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" #undef REAL #define COMPLEX diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c index ce6456af453ba35a29d285adc71aeafbbc3b2a5e..6b734b4eb2794245ffe8cbb309832b91bd11eba1 100644 --- a/runtime/quark/codelets/codelet_zunmlq.c +++ b/runtime/quark/codelets/codelet_zunmlq.c @@ -29,7 +29,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c index 19a2bbb586bba338355b889f8561a8101aa7602f..c8eb4c845fb3bde7950672a4cf855c3c3546ca33 100644 --- a/runtime/quark/codelets/codelet_zunmqr.c +++ b/runtime/quark/codelets/codelet_zunmqr.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/quark/include/morse_quark.h" /***************************************************************************//** diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c index b0ee80073939e49a94fe5f5cb874b5f1d00ff064..665e88e95d5e70f789f45c54147be2eab85180a2 100644 --- a/runtime/starpu/codelets/codelet_zgelqt.c +++ b/runtime/starpu/codelets/codelet_zgelqt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c index e4b844e456e2520f6115d6efa31deaa92c26d33b..7257676cdd81f750486237fb12eb7898a7d981ae 100644 --- a/runtime/starpu/codelets/codelet_zgeqrt.c +++ b/runtime/starpu/codelets/codelet_zgeqrt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c index 97a8ab7f8748819dfec0d81ab8281abdc9887bcf..a63c803d0d66563e5b8d4babc7fdc2f796d01691 100644 --- a/runtime/starpu/codelets/codelet_zgessm.c +++ b/runtime/starpu/codelets/codelet_zgessm.c @@ -29,7 +29,7 @@ * **/ #include "coreblas/include/cblas.h" -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c index 7b0c9c7b563383d70975fcc9efa051bd81604e00..1f6bcef9d7ac6e84b598aa635ab60f6fa3b67f41 100644 --- a/runtime/starpu/codelets/codelet_zgetrf.c +++ b/runtime/starpu/codelets/codelet_zgetrf.c @@ -26,7 +26,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c index b7c944ce763c7d5136a579927929b717fc8e6493..489a48665a82aa099ff777fda503f453e7674320 100644 --- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c +++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c index 31d3708463f7e02684bd558ec7d92bf0a305fb37..088601d9ab986dc9163b407d5fd918c9e6a99e62 100644 --- a/runtime/starpu/codelets/codelet_zlacpy.c +++ b/runtime/starpu/codelets/codelet_zlacpy.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c index b2941d7103e19e1847be5bb96389f85fa5db2f67..3352b4cccfe352cf7dfc0e9ccd1a1fc9692e6ef3 100644 --- a/runtime/starpu/codelets/codelet_zlag2c.c +++ b/runtime/starpu/codelets/codelet_zlag2c.c @@ -26,7 +26,7 @@ * @precisions mixed zc -> ds * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c index c536dad4513d476faac2d1558ef56389ed2bd556..1056dcbb8fa54c5dfaf80fc711f1027ca39f179b 100644 --- a/runtime/starpu/codelets/codelet_zlange.c +++ b/runtime/starpu/codelets/codelet_zlange.c @@ -26,7 +26,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c index 09fc7d37e48694be974e110db283b5e46992af52..e5e6eb146988037c5e9b3a674a8d626d576dfb16 100644 --- a/runtime/starpu/codelets/codelet_zlansy.c +++ b/runtime/starpu/codelets/codelet_zlansy.c @@ -26,7 +26,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c index c9644af396904b8400a8cf9700c9aa937ae53465..18096ecf68092729191b7824a8fd2f66161e6dbd 100644 --- a/runtime/starpu/codelets/codelet_zlaset.c +++ b/runtime/starpu/codelets/codelet_zlaset.c @@ -27,7 +27,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c index f87193a52f5ebb11754f9ea436d10993526a8157..b269a2bc52946614f3cc97bb3ce9bea8016001b8 100644 --- a/runtime/starpu/codelets/codelet_zlaset2.c +++ b/runtime/starpu/codelets/codelet_zlaset2.c @@ -27,7 +27,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c index 619060f869d4038984e777785525f7f627a9a22e..155e9fa7414780a34c26cb14bcb05796169c2b05 100644 --- a/runtime/starpu/codelets/codelet_zlauum.c +++ b/runtime/starpu/codelets/codelet_zlauum.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zpamm.c b/runtime/starpu/codelets/codelet_zpamm.c index 22aff4faf66d93e1e2330cc729f27753a9365fbd..c08f33db649592f9f4b2666a9cd2fc82230abdd2 100644 --- a/runtime/starpu/codelets/codelet_zpamm.c +++ b/runtime/starpu/codelets/codelet_zpamm.c @@ -28,7 +28,7 @@ * **/ #include "coreblas/include/cblas.h" -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c index 2f1f9cfd389d0f7f4edd15467046039f8d930803..c3cf8adc0541c4577de80197205eb41639326802 100644 --- a/runtime/starpu/codelets/codelet_zpotrf.c +++ b/runtime/starpu/codelets/codelet_zpotrf.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c index 8103fd87b3209d92a072457aabecc759f5533a83..0acfe578624b2fbfc2bb28f9e6f2a92285320bc1 100644 --- a/runtime/starpu/codelets/codelet_ztrtri.c +++ b/runtime/starpu/codelets/codelet_ztrtri.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c index a7e5bf60c7eedb38a8102c34ac6fc66b04c6e305..6957cce31f2a1fb5106284d7d8e91e9ea9d727e5 100644 --- a/runtime/starpu/codelets/codelet_ztslqt.c +++ b/runtime/starpu/codelets/codelet_ztslqt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" #undef REAL diff --git a/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c index 240605594b3124a56da6c4dd392cb90f66f1215c..8fd3383bece918ef86dc5e51e2e10182f881ea41 100644 --- a/runtime/starpu/codelets/codelet_ztsqrt.c +++ b/runtime/starpu/codelets/codelet_ztsqrt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" #undef REAL diff --git a/runtime/starpu/codelets/codelet_zttlqt.c b/runtime/starpu/codelets/codelet_zttlqt.c index e4cdf3db76ee68e60c017a39ab35bd7a83bb287f..41253a34a8df83ab16e7af45e1b73477c0c02406 100644 --- a/runtime/starpu/codelets/codelet_zttlqt.c +++ b/runtime/starpu/codelets/codelet_zttlqt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zttqrt.c b/runtime/starpu/codelets/codelet_zttqrt.c index 3905e4d82ca9ac39361277a003638231af067b7c..2d5967921835e88bfbca388f2c08c493f54f8985 100644 --- a/runtime/starpu/codelets/codelet_zttqrt.c +++ b/runtime/starpu/codelets/codelet_zttqrt.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c index 2bc5834eb19f71d1a86490e8ec30d508ad55d313..7dbc938e2581ddb96ef068463f36961d6fe1df22 100644 --- a/runtime/starpu/codelets/codelet_zunmlq.c +++ b/runtime/starpu/codelets/codelet_zunmlq.c @@ -29,7 +29,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h" diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c index 0d88c47607a7bcc435b556994ef6bf860747c9a5..dff4ca7f9caaa3ee4f0dd313a74f5c9cca7b269e 100644 --- a/runtime/starpu/codelets/codelet_zunmqr.c +++ b/runtime/starpu/codelets/codelet_zunmqr.c @@ -28,7 +28,7 @@ * @precisions normal z -> c d s * **/ -#include "coreblas/include/lapacke.h" + #include "runtime/starpu/include/morse_starpu.h" #include "runtime/starpu/include/runtime_codelet_z.h"