Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6c041b94 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Cleanup all warnigns in parsec

parent f767ebae
No related branches found
No related tags found
1 merge request!72PaRSEC DTD Interface
...@@ -26,14 +26,13 @@ ...@@ -26,14 +26,13 @@
static inline int static inline int
CORE_zsytrf_nopiv_parsec( parsec_execution_stream_t *context, CORE_zsytrf_nopiv_parsec( parsec_execution_stream_t *context,
parsec_task_t *this_task ) parsec_task_t *this_task )
{ {
MORSE_enum *uplo; MORSE_enum *uplo;
int *n; int *n;
MORSE_Complex64_t *A; MORSE_Complex64_t *A;
int *lda; int *lda;
int *iinfo; int *iinfo;
int info;
parsec_dtd_unpack_args( parsec_dtd_unpack_args(
this_task, this_task,
...@@ -64,4 +63,6 @@ void MORSE_TASK_zsytrf_nopiv(const MORSE_option_t *options, ...@@ -64,4 +63,6 @@ void MORSE_TASK_zsytrf_nopiv(const MORSE_option_t *options,
sizeof(int), &lda, VALUE, sizeof(int), &lda, VALUE,
sizeof(int), &iinfo, VALUE, sizeof(int), &iinfo, VALUE,
0); 0);
(void)nb;
} }
...@@ -142,4 +142,6 @@ void MORSE_TASK_ztradd(const MORSE_option_t *options, ...@@ -142,4 +142,6 @@ void MORSE_TASK_ztradd(const MORSE_option_t *options,
PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT, PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT,
sizeof(int), &ldb, VALUE, sizeof(int), &ldb, VALUE,
0); 0);
(void)nb;
} }
...@@ -86,4 +86,6 @@ void MORSE_TASK_ztrmm(const MORSE_option_t *options, ...@@ -86,4 +86,6 @@ void MORSE_TASK_ztrmm(const MORSE_option_t *options,
PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT, PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT,
sizeof(int), &ldb, VALUE, sizeof(int), &ldb, VALUE,
0); 0);
(void)nb;
} }
...@@ -78,4 +78,6 @@ void MORSE_TASK_ztrsm(const MORSE_option_t *options, ...@@ -78,4 +78,6 @@ void MORSE_TASK_ztrsm(const MORSE_option_t *options,
PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT | morse_parsec_get_arena_index(A) | AFFINITY, PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT | morse_parsec_get_arena_index(A) | AFFINITY,
sizeof(int), &ldb, VALUE, sizeof(int), &ldb, VALUE,
0); 0);
(void)nb;
} }
...@@ -68,4 +68,6 @@ void MORSE_TASK_ztrtri( const MORSE_option_t *options, ...@@ -68,4 +68,6 @@ void MORSE_TASK_ztrtri( const MORSE_option_t *options,
sizeof(int), &lda, VALUE, sizeof(int), &lda, VALUE,
sizeof(int), &iinfo, VALUE, sizeof(int), &iinfo, VALUE,
0); 0);
(void)nb;
} }
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