Mentions légales du service

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

Merge branch 'Fixes' into 'master'

Fixes

See merge request !17
parents 271423c4 e2d2bb6a
Branches
Tags
1 merge request!17Fixes
Pipeline #
...@@ -119,7 +119,7 @@ add_dependencies(chameleon_parsec ...@@ -119,7 +119,7 @@ add_dependencies(chameleon_parsec
) )
if (CHAMELEON_USE_CUDA AND NOT CHAMELEON_SIMULATION) if (CHAMELEON_USE_CUDA AND NOT CHAMELEON_SIMULATION)
add_dependencies(chameleon_starpu cudablas_include) add_dependencies(chameleon_parsec cudablas_include)
endif() endif()
# installation # installation
......
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
#include <sys/resource.h> #include <sys/resource.h>
#endif #endif
#include <coreblas/include/cblas.h> #include "coreblas/include/cblas.h"
#include <coreblas/include/lapacke.h> #include "coreblas/include/lapacke.h"
#include <morse.h> #include <morse.h>
#include <coreblas/include/coreblas.h> #include "coreblas/include/coreblas.h"
#include "flops.h" #include "flops.h"
#include "timing.h" #include "timing.h"
#include <control/auxiliary.h> #include "control/auxiliary.h"
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI)
#include <mpi.h> #include <mpi.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment