- Apr 22, 2020
-
-
Mathieu Faverge authored
starpu: use starpu_mpi_wait_for_all when available See merge request !210
-
starpu_mpi_barrier is not really supposed to properly synchronize with STF.
-
Mathieu Faverge authored
Add execute_on_worker feature of starpu thanks to a new field `schedopt` in the runtime_request_s struct See merge request solverstack/chameleon!211
-
Add execute_on_worker feature of starpu thanks to a new field `schedopt` in the runtime_request_s struct
-
- Apr 13, 2020
-
-
Mathieu Faverge authored
starpu: Call starpu_fxt_autostart_profiling in non-MPI case too See merge request !209
-
- Apr 12, 2020
-
-
THIBAULT Samuel authored
-
- Mar 27, 2020
-
-
Mathieu Faverge authored
fix int overflow in core gram See merge request solverstack/chameleon!208
-
-
- Mar 18, 2020
-
-
Mathieu Faverge authored
Ci/kibana See merge request solverstack/chameleon!205
-
-
- Mar 13, 2020
-
-
Mathieu Faverge authored
Feature/issue94 * The API of Lapack_to_Tile/Tile_to_Lapack family function is modified to integrate the uplo parameter (This is done to enable the following points) * A new option `mtxfmt` is introduced to change the allocation of the matrix. * 0: The matrices are allocated as a single big allocation * 1: The matrices are allocated tile by tile (Only with StarPU) * 2: The matrices are out-of-core (Only with StarPU) * Fix issue #96 by adding an example at the end of the usage function * Fix an issue with the descriptor copy functions that was using the incorrect get_blkldd/get_blkaddr functions. See merge request !199
-
- Mar 12, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Make lapack_to_tile/tile_to_lapack interfaces deprecated and add Lap2Desc/Desc2Lap interfaces that takes into account an uplo parameter to limit the copy.
-
Mathieu Faverge authored
Set correct values for footprint in perfmodel files See merge request !202
-
Nathalie Furmento authored
-
- Mar 11, 2020
-
-
Mathieu Faverge authored
Testings cleanup See merge request !200
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- Mar 04, 2020
-
-
Mathieu Faverge authored
Tune openmpi mapping option and adapt some parameters to improve performances See merge request solverstack/chameleon!198
-
PRUVOST Florent authored
-
- Mar 03, 2020
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Cleanup testings/timing directories and prepare release * Remove testing directory * Remove timing directory * Remove plasma-conversion directory * Rename new-testing into testing directory, and binaries `new_Xtesting` become `chameleon_Xtesting` * Update release number, copyrights, date * Add testing helpers See merge request solverstack/chameleon!197
-
Mathieu Faverge authored
-
- Feb 28, 2020
-
-
Mathieu Faverge authored
Update to new kibana server and scripts factorization See merge request solverstack/chameleon!195
-
-
- Feb 27, 2020
-
-
Mathieu Faverge authored
restore coverity badge See merge request solverstack/chameleon!196
-
PRUVOST Florent authored
-
- Feb 19, 2020
-
-
Mathieu Faverge authored
-
- Feb 17, 2020
-
-
Mathieu Faverge authored
Needs StarPU commit 7b21ab4e50e34f0e92823610f8152d1dfa19b8eb to be effective. StarPU configuration key `ncpus` is overridden only if Chameleon's user provided a specific value (with `-t` parameter for instance). This allows to keep the value of the environment variable `STARPU_NCPU`, if defined. (ping @furmento) See merge request solverstack/chameleon!194
-
Philippe SWARTVAGHER authored
Need StarPU commit 7b21ab4e50e34f0e92823610f8152d1dfa19b8eb to be effective
-
Mathieu Faverge authored
starpu: Add data transfer support to new interface Closes #86 See merge request solverstack/chameleon!192
-
Fixes #86
-
- Feb 12, 2020
-
-
Mathieu Faverge authored
Really use starpu_mpi_init_conf if detected See merge request solverstack/chameleon!193
-