Mentions légales du service

Skip to content
Snippets Groups Projects

gitlab-ci-initial-cache.cmake: CMAKE_C_FLAGS must be set as a cache variable...

Merged PRUVOST Florent requested to merge fpruvost/chameleon:werror into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -631,7 +631,7 @@ int check_zscale_std( run_arg_list_t *args, cham_uplo_t uplo, int M, int N, CHAM
@@ -631,7 +631,7 @@ int check_zscale_std( run_arg_list_t *args, cham_uplo_t uplo, int M, int N, CHAM
*/
*/
int check_zscale( run_arg_list_t *args, cham_uplo_t uplo, CHAMELEON_Complex64_t alpha, CHAM_desc_t *descAinit, CHAM_desc_t *descA )
int check_zscale( run_arg_list_t *args, cham_uplo_t uplo, CHAMELEON_Complex64_t alpha, CHAM_desc_t *descAinit, CHAM_desc_t *descA )
{
{
int info_solution;
int info_solution = 0;
int M = descA->m;
int M = descA->m;
int N = descA->n;
int N = descA->n;
int LDA = M;
int LDA = M;
Loading