- Oct 12, 2016
-
-
Guillaume Sylvand authored
Remove large blocks of duplicated code by calling morse_desc_init_user() from morse_desc_init() and morse_desc_init_diag()
-
- Mar 17, 2016
-
-
THIBAULT Samuel authored
-
- Feb 25, 2016
-
-
THIBAULT Samuel authored
-
- Nov 15, 2015
-
-
Mathieu Faverge authored
-
- Nov 04, 2015
-
-
Mathieu Faverge authored
-
- Sep 17, 2015
-
-
THIBAULT Samuel authored
instead of introducing RUNTIME_distributed_barrier
-
- Sep 16, 2015
-
-
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
-
- May 22, 2015
-
-
PRUVOST Florent authored
-
- Feb 11, 2015
-
-
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
-
- 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
-
- Dec 16, 2014
-
-
PRUVOST Florent authored
-
- Dec 10, 2014
-
-
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
-
- 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
-