Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1afb3f85 authored by BOUCHERIE Raphael's avatar BOUCHERIE Raphael
Browse files

Resloved last discussion

parent d6615733
No related branches found
No related tags found
1 merge request!47Integration of hierarchicah householder reduction trees
...@@ -176,6 +176,8 @@ set(ZSRC ...@@ -176,6 +176,8 @@ set(ZSRC
zpotrs.c zpotrs.c
zsytrs.c zsytrs.c
ztrtri.c ztrtri.c
ztpgqrt.c
ztpqrt.c
zunglq.c zunglq.c
zunglq_param.c zunglq_param.c
zungqr.c zungqr.c
...@@ -184,8 +186,6 @@ set(ZSRC ...@@ -184,8 +186,6 @@ set(ZSRC
zunmlq_param.c zunmlq_param.c
zunmqr.c zunmqr.c
zunmqr_param.c zunmqr_param.c
ztpgqrt.c
ztpqrt.c
################## ##################
# MIXED PRECISION # MIXED PRECISION
################## ##################
......
...@@ -184,5 +184,5 @@ void morse_pztpgqrt( int L, ...@@ -184,5 +184,5 @@ void morse_pztpgqrt( int L,
morse_desc_mat_free(DIAG); morse_desc_mat_free(DIAG);
free(DIAG); free(DIAG);
#endif #endif
(void)DIAG; (void)DIAG; (void)minMT;
} }
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
#include "runtime/quark/include/quark_blas.h" #include "runtime/quark/include/quark_blas.h"
#include "runtime/quark/include/core_blas_dag.h" #include "runtime/quark/include/core_blas_dag.h"
#define QUARK_Insert_Task QUARK_Execute_Task
#include "control/common.h" #include "control/common.h"
typedef struct quark_option_s { typedef struct quark_option_s {
......
...@@ -142,7 +142,6 @@ if(NOT CHAMELEON_SIMULATION) ...@@ -142,7 +142,6 @@ if(NOT CHAMELEON_SIMULATION)
${CBLAS_LIBRARIES} ${CBLAS_LIBRARIES}
${BLAS_LIBRARIES} ${BLAS_LIBRARIES}
${HWLOC_LIBRARIES} ${HWLOC_LIBRARIES}
${LIBHQR_LIBRARIES}
${EXTRA_LIBRARIES} ${EXTRA_LIBRARIES}
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment