- Dec 23, 2016
-
-
SYLVAND Guillaume authored
-
- Dec 22, 2016
-
-
SYLVAND Guillaume authored
-
- Dec 21, 2016
-
-
Mathieu Faverge authored
-
- Dec 16, 2016
-
-
Mathieu Faverge authored
-
- Dec 15, 2016
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Dec 14, 2016
-
-
PRUVOST Florent authored
-
- Dec 13, 2016
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Dec 09, 2016
-
-
Mathieu Faverge authored
-
- Dec 05, 2016
-
-
Mathieu Faverge authored
-
- Dec 04, 2016
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Dec 01, 2016
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
PRUVOST Florent authored
- use (starpu_cpu_func_t) 1 trick, same as cuda_func - cpu funtions are not defined anymore avoiding the dependency to coreblas - add #if !defined(CHAMELEON_SIMULATION) where it is needed - remove dependency to the coreblas library (become useless) - remove useless simucblas, simulapacke libraries - remove CHAMELEON_SIMULATION_MAGMA cmake variable and definition - keep using CHAMELEON_USE_CUDA and CHAMELEON_USE_MAGMA to consider CUDA kernels - this avoid to introduce useless new variables - work on messages
-
PRUVOST Florent authored
-
- Nov 30, 2016
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Nov 28, 2016
-
-
PRUVOST Florent authored
-
THIBAULT Samuel authored
don't force calibration in simulation mode. It does not make sense, and hides the StarPU detailed warning about missing calibration
-
- Nov 04, 2016
-
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
-
- Oct 29, 2016
-
-
Guillaume Sylvand authored
to change the default values for tag_width(=31) and tag_sep(=24). Today, it serves only with starPU.
-
- Oct 14, 2016
-
-
PRUVOST Florent authored
chameleon: enrich the dependencies between chameleon_parsec lib and parsec libs with the _DEP variable coming from morse finds
-
PRUVOST Florent authored
chameleon: enrich the dependencies between the runtime interface libs of chameleon and the runtime libs with the _DEP variable coming from morse finds
-
- Oct 13, 2016
-
-
Guillaume Sylvand authored
-
- Oct 12, 2016
-
-
Guillaume Sylvand authored
MPI tag upper bound: MPI_TAG_UB is included (so on most platform the default values tag_width=31, tag_sep=24 are ok)
-
Guillaume Sylvand authored
-
Guillaume Sylvand authored
To use your own progress indicator, - Define a function with prototype "void my_update_progress(int currentValue, int maximumValue)" - Pass it to chameleon with "ierr=MORSE_Set_update_progress_callback(my_update_progress)" - Activate progress indicator with MORSE_Enable(MORSE_PROGRESS)
-
- Sep 22, 2016
-
-
Guillaume Sylvand authored
-