- 22 Jan, 2018 1 commit
-
-
Mathieu Faverge authored
-
- 15 Jan, 2018 2 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 11 Jan, 2018 1 commit
-
-
Mathieu Faverge authored
-
- 13 Sep, 2017 2 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 12 Jun, 2017 1 commit
-
-
BOUCHERIE Raphael authored
-
- 14 Apr, 2017 4 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Add MORSE_Desc_Create_OOC, which is like MORSE_Desc_Create, but does not actually allocate a matrix, thus letting the runtime allocate on-demand the tiles, possibly pushing them to the disk. Add a --ooc option to tests to enable this.
-
- 10 Apr, 2017 1 commit
-
-
Mathieu Faverge authored
-
- 29 Oct, 2016 1 commit
-
-
Guillaume Sylvand authored
to change the default values for tag_width(=31) and tag_sep(=24). Today, it serves only with starPU.
-
- 12 Oct, 2016 2 commits
-
-
Guillaume Sylvand authored
morse_desc_init_user(): If one of the function get_* is NULL, we switch back to the default, like in morse_desc_init() This allows to change only 1 or 2 of the 3 functions, and keep the other unchanged. For example, in OOC, only the 1st is modified (to always return NULL).
-
Guillaume Sylvand authored
Remove large blocks of duplicated code by calling morse_desc_init_user() from morse_desc_init() and morse_desc_init_diag()
-
- 17 Mar, 2016 1 commit
-
-
THIBAULT Samuel authored
-
- 25 Feb, 2016 1 commit
-
-
THIBAULT Samuel authored
-
- 15 Nov, 2015 1 commit
-
-
Mathieu Faverge authored
-
- 04 Nov, 2015 1 commit
-
-
Mathieu Faverge authored
-
- 17 Sep, 2015 1 commit
-
-
THIBAULT Samuel authored
instead of introducing RUNTIME_distributed_barrier
-
- 16 Sep, 2015 1 commit
-
-
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.
-
- 28 Jul, 2015 1 commit
-
-
PRUVOST Florent authored
-
- 22 May, 2015 1 commit
-
-
PRUVOST Florent authored
-
- 11 Feb, 2015 1 commit
-
-
PRUVOST Florent authored
in MORSE_Desc_Create_User we can use the matrix in mat field without allocating it --> avoid to free it in this case, users could need it and will manage deallocation
-
- 05 Feb, 2015 1 commit
-
-
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
-
- 16 Dec, 2014 1 commit
-
-
PRUVOST Florent authored
-
- 10 Dec, 2014 1 commit
-
-
PRUVOST Florent authored
do not allocate a matrix if NULL pointer is given for mat in MORSE_Desc_Create_User --> let the user manage the allocation of his data
-
- 19 Nov, 2014 1 commit
-
-
PRUVOST Florent authored
change copyright - correct whitespace - place cmake module depending on chameleon in cmake_modules and no more in cmake_modules/morse
-
- 16 Nov, 2014 4 commits
-
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-
PRUVOST Florent authored
-