- Jun 26, 2020
-
-
Mathieu Faverge authored
Reduce the data access types whenever it's possible to get more flexibility with the allocation onf the fly
-
- Jun 23, 2020
-
-
Mathieu Faverge authored
StarPU - Add copy method for starpu <= 1.3.3 See merge request !214
-
- Jun 19, 2020
-
-
Mathieu Faverge authored
-
- Jun 02, 2020
-
-
Mathieu Faverge authored
specify a specific time limit that can exceed the project-level timeout, jobs... See merge request solverstack/chameleon!213
-
- May 26, 2020
-
-
PRUVOST Florent authored
specify a specific time limit that can exceed the project-level timeout, jobs submitted on a supercomputer like plafrim can be delayed due to the job scheduler, one week seems fair because we want this profiling done once a week
-
- 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 !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
-