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
Branches
Tags
1 merge request!72PaRSEC DTD Interface
......@@ -26,14 +26,13 @@
static inline int
CORE_zsytrf_nopiv_parsec( parsec_execution_stream_t *context,
parsec_task_t *this_task )
parsec_task_t *this_task )
{
MORSE_enum *uplo;
int *n;
MORSE_Complex64_t *A;
int *lda;
int *iinfo;
int info;
parsec_dtd_unpack_args(
this_task,
......@@ -64,4 +63,6 @@ void MORSE_TASK_zsytrf_nopiv(const MORSE_option_t *options,
sizeof(int), &lda, VALUE,
sizeof(int), &iinfo, VALUE,
0);
(void)nb;
}
......@@ -142,4 +142,6 @@ void MORSE_TASK_ztradd(const MORSE_option_t *options,
PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT,
sizeof(int), &ldb, VALUE,
0);
(void)nb;
}
......@@ -86,4 +86,6 @@ void MORSE_TASK_ztrmm(const MORSE_option_t *options,
PASSED_BY_REF, RTBLKADDR( B, MORSE_Complex64_t, Bm, Bn ), INOUT,
sizeof(int), &ldb, VALUE,
0);
(void)nb;
}
......@@ -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,
sizeof(int), &ldb, VALUE,
0);
(void)nb;
}
......@@ -68,4 +68,6 @@ void MORSE_TASK_ztrtri( const MORSE_option_t *options,
sizeof(int), &lda, VALUE,
sizeof(int), &iinfo, VALUE,
0);
(void)nb;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment