Samuel Thibault
|
666fd063bf
drop thread parameter of starpu_pthread_setname, Darwin doesn't support it and we don't use it anyway
|
9 年 前 |
Olivier Aumage
|
94425283ed
- pthread_setname_np does not have the same prototype on Darwin...
|
9 年 前 |
Olivier Aumage
|
7e735b6fef
- add native Fortran support for setting various codelet flags (main flags, cuda/opencl flags, where flags)
|
9 年 前 |
Samuel Thibault
|
c3d5cca5af
Fix tasks_size_overhead taking a long time on simgrid profiles
|
9 年 前 |
Samuel Thibault
|
8ad603c5a1
Call post_exec scheduler hook before releasing dependencies, so the scheduler has a chance to work on the tasks which were depending on this task
|
9 年 前 |
Andra Hugo
|
fe1885bdbe
fix heteroprio with contexts (the ctx id sent to the callback function as a parameter)
|
9 年 前 |
Samuel Thibault
|
1691636086
Drop graph nodes lazily, to avoid workers getting stuck on deallocating a job while a smart scheduler is holding the task graph lock
|
9 年 前 |
Samuel Thibault
|
387e8b0789
fix build with enable-debug
|
9 年 前 |
Samuel Thibault
|
2da4df7056
externalize task graph into its own graph structure which does not rely on the existence of jobs
|
9 年 前 |
Samuel Thibault
|
cda9181705
generalize job list into multilist
|
9 年 前 |
Nathalie Furmento
|
c7eff17ebb
configure.ac: revert #19041, we do not want to fail when no C++ compiler is available
|
9 年 前 |
Corentin Salingue
|
004a354dd5
fix -r19041 : if C++ compiler is not found, is not set
|
9 年 前 |
Nathalie Furmento
|
766592f653
configure.ac: fail when no C++ compiler is found
|
9 年 前 |
Samuel Thibault
|
c48739839a
"undocument" --enable-mpi-progression-hook
|
9 年 前 |
Samuel Thibault
|
7339c8f5fe
Use pthread_setname_np when available
|
9 年 前 |
Corentin Salingue
|
78c28d1c2c
* Count mpi master-slave in maxnodes and in nmaxworker
|
9 年 前 |
Samuel Thibault
|
b263776d66
Use librt for aio_read too
|
9 年 前 |
Corentin Salingue
|
b12d595be9
Update compilers to MPI compilers when MPI Master/slave is activated in configure.ac
|
9 年 前 |
Corentin Salingue
|
3bddd16f9b
Revert 19018 : Update compilers to MPI compilers when MPI Master/slave is activated
|
9 年 前 |
Corentin Salingue
|
a563414b41
Update compilers to MPI compilers when MPI Master/slave is activated
|
9 年 前 |
Samuel Thibault
|
6eaae0d23c
Fix potential use of NULL task from bound.c
|
9 年 前 |
Samuel Thibault
|
3b2261e689
mingw doesn't have setenv
|
9 年 前 |
Samuel Thibault
|
8dc65df7df
disable data invalidation in the trace, it's heavy, noisy, and only rarely useful
|
9 年 前 |
Samuel Thibault
|
c6dd318e3f
prevent starpu_tasks_rec_complete from overwriting the FxT trace
|
9 年 前 |
Samuel Thibault
|
2c17120339
also show data size when calibration is not enough
|
9 年 前 |
Corentin Salingue
|
bec53bf25e
Check if mpicxx or mpic++ is installed
|
9 年 前 |
Olivier Aumage
|
167a39b08d
- Give some more informations about basic sched policies vs DMx sched policies
|
9 年 前 |
Olivier Aumage
|
a4668b645a
- add some statistics about perf-modelled tasks vs eager tasks processed by the DMx family of sched policies
|
9 年 前 |
Olivier Aumage
|
48563de46a
- avoid dumping tons of source code when debugging real application, unless the user really wants it
|
9 年 前 |
Corentin Salingue
|
4428b03cbd
* Add --disable-mpi to chose to built or not the StarPU MPI Library
|
9 年 前 |