- Sep 24, 2018
-
-
Mathieu Faverge authored
-
- Sep 12, 2018
-
-
Mathieu Faverge authored
Re-update cmake_modules/morse_cmake submodule See merge request !110
-
THIBAULT Samuel authored
Wrongly reverted by d73d6858
-
- Aug 29, 2018
-
-
Mathieu Faverge authored
Use starpu_mpi_init_conf when available instead of starpu_mpi_init See merge request !109
-
THIBAULT Samuel authored
to automatically the MPI thread to a free core.
-
- Aug 22, 2018
-
-
Mathieu Faverge authored
Update morse cmake and clean env used with the new docker image See merge request solverstack/chameleon!107
-
- Aug 21, 2018
-
-
PRUVOST Florent authored
-
- Aug 09, 2018
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Jul 31, 2018
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
- Jul 25, 2018
-
-
Mathieu Faverge authored
CMAKE flags are used in check function exists, we should replace semicolons as soon as possible See merge request solverstack/chameleon!105
-
- Jul 24, 2018
-
-
PRUVOST Florent authored
-
- Jul 13, 2018
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Hotfix/renaming See merge request solverstack/chameleon!104
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Make cmake include starpu_simgrid_wrap.h only after tests See merge request solverstack/chameleon!103
-
Because it #define main and thus makes link tests fail.
-
- Jul 12, 2018
-
-
Mathieu Faverge authored
Renaming This MR is supposed to fix issue #47 by applying the suggestion of renaming discussed and a little more. Here is a summary of the filename changes: In include directory: * `morse.h` => `chameleon.h` * `chameleon/chameleon_config.h.in` stays as it is * `chameleon/morse_zc.h` => `chameleon/chameleon_zc.h` with all mixed-precision routines * `chameleon/morse_z.h` => `chameleon/chameleon_z.h` with all single precision routines * `chameleon/morse_constants.h` => `chameleon/chameleon_constants.h` for all Chameleon constants * `chameleon/morse_fortran.h` => `chameleon/chameleon_fortran.h` for wrappers of `CHAMELEON_...` routines only * `chameleon/morse_simulate.h` => `chameleon/chameleon_simulate.h` might be integrated in `chameleon.h` * `chameleon/morse_struct.h` => `chameleon/chameleon_struct.h` for CHAMELEON structures (descriptors, context) * `chameleon/morse_types.h` => `chameleon/chameleon_types.h` * `chameleon/morse_runtime.h` => `runtime.h` * `chameleon/morse_struct.h` => `runtime/runtime_struct.h` for RUNTIME structures (context, sequence, options) * `chameleon/morse_kernels.h` => Integrated into chameleon_tasks.h * `chameleon/morse_tasks.h` => `chameleon/chameleon_tasks.h` * `chameleon/morse_tasks_z.h` => `chameleon/chameleon_tasks_z.h` * `chameleon/morse_tasks_zc.h` => `chameleon/chameleon_tasks_zc.h` Regarding the functions and structures: * Everything related to the RUNTIME API (except the tasks) becomes RUNTIME_ something * This includes RUNTIME_sequence_t, RUNTIME_request_t and RUNTIME_option_t that were called MORSE_xxxx * MORSE_TASK_xxx becomes InsertTask_xxxx to remove the MORSE keyword, and not put the RUNTIME one, but any other suggestion is more than welcome * All MORSE_ functions become CHAMELEON_ * The same for all structure related to Chameleon, except morse_desc_t that become matrix_desc_t in an attempt to be generic. All, and especially those involved in #47 discussions (@sylvand, @ltaief, @agullo, @fpruvost, @thibault, @furmento) please have a look and comment directly in the code on the web interface to start discussions where it's needed. I would like to close this issue as soon as possible, so we can definitely move towards the 1.0.0. Thanks. See merge request solverstack/chameleon!90
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Jul 11, 2018
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Apr 24, 2018
-
-
Mathieu Faverge authored
Test shared libs See merge request solverstack/chameleon!102
-
PRUVOST Florent authored
-