- Jun 21, 2017
-
-
Mathieu Faverge authored
-
- May 21, 2017
-
-
Mathieu Faverge authored
-
- Mar 29, 2017
-
-
THIBAULT Samuel authored
Do not enable calibration by default, so people get to see the warnings about codelets still not being calibrated
-
- Mar 08, 2017
-
-
THIBAULT Samuel authored
-
- Mar 06, 2017
-
-
Mathieu Faverge authored
-
- Mar 03, 2017
-
-
THIBAULT Samuel authored
-
- Mar 02, 2017
-
-
THIBAULT Samuel authored
-
- Jan 11, 2017
-
-
PRUVOST Florent authored
-
- Jan 09, 2017
-
-
PRUVOST Florent authored
- create config files to store definitions - include/chameleon_config.h: definitions exposed to the public (installed file) - control/config.h: additional definitions used internally - modify source code to call the config files when it is necessary (when the different "if defined" are used)
-
- Dec 01, 2016
-
-
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
-
- Nov 28, 2016
-
-
THIBAULT Samuel authored
don't force calibration in simulation mode. It does not make sense, and hides the StarPU detailed warning about missing calibration
-
- Sep 15, 2016
-
-
THIBAULT Samuel authored
-
- Sep 07, 2016
-
-
Guillaume Sylvand authored
-
- Mar 11, 2016
-
-
THIBAULT Samuel authored
-
- Feb 25, 2016
-
-
THIBAULT Samuel authored
-
- Sep 22, 2015
-
-
THIBAULT Samuel authored
Fix build with starpu1.1 which doesn't have starpu_mpi_comm_{rank,size}: let's just call RUNTIME_comm_{rank,size} which already do things properly
-
- Sep 17, 2015
-
-
THIBAULT Samuel authored
-
THIBAULT Samuel authored
instead of introducing RUNTIME_distributed_barrier
-
- Sep 16, 2015
-
-
THIBAULT Samuel authored
Also make StarPU-MPI initialization assume that in the simgrid-mpi case we do not have any outer mpi initialization
-
THIBAULT Samuel authored
MORSE_Distributed_size, MORSE_Distributed_rank so that applications do not hardcode the use of MPI. Introduce RUNTIME_distributed_rank, RUNTIME_distributed_size, RUNTIME_distributed_barrier, so that MORSE does not hardcode the use of MPI either. This allows to use simgrid-mpi.
-
- Jul 28, 2015
-
-
PRUVOST Florent authored
-
- Jul 20, 2015
-
-
Mathieu Faverge authored
Add the possibility to enter Chameleon with an existing starpu (Need to be cleanup on the starpu_initialized function)
-
Mathieu Faverge authored
-
- May 22, 2015
-
-
PRUVOST Florent authored
-
- May 19, 2015
-
-
PRUVOST Florent authored
add MORSE_Pause/Resume function to avoid CPU consumption when no tasks have to be executed - call starpu_pause/resume, do nothing for quark (no need)
-
- May 11, 2015
-
-
PRUVOST Florent authored
move init of starpu parameters in a single place (RUNTIME_init_scheduler) and use dmdas default scheduling strategy
-
- Feb 05, 2015
-
-
PRUVOST Florent authored
change the way we include our own header files --> relative to the root - when plasma is in the same env, chameleon can take some headers not belonging to it (ex: #include descriptor.h, this file states in plasma install dir also) which make compilation errors
-
- Nov 19, 2014
-
-
PRUVOST Florent authored
change copyright - correct whitespace - place cmake module depending on chameleon in cmake_modules and no more in cmake_modules/morse
-
- Nov 16, 2014
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-