Nathalie Furmento
|
842b7b131a
src: check if there is enough memory available on a node before allocation
|
12 年 前 |
Samuel Thibault
|
5cf34a093a
Generate simgrid XML file at the same time as bus perfmodel files. This permits to avoid having to set STARPU_N*, and simply use STARPU_HOSTNAME to select the simulated machine.
|
12 年 前 |
Samuel Thibault
|
2b30d49db1
Make it possible to use simgrid without having CUDA/OpenCL installed
|
12 年 前 |
Samuel Thibault
|
9d2589a240
Add starpu_worker_get_by_type and starpu_worker_get_by_devid
|
12 年 前 |
Samuel Thibault
|
9a152a018e
Warn if hwloc didn't report core objects
|
12 年 前 |
Nathalie Furmento
|
dab571cbff
src: use tabs instead of spaces and remove trailing whitespaces
|
12 年 前 |
Samuel Thibault
|
4492f76e0b
Add --enable-opencl-simulator option to combine PePU with simgrid
|
12 年 前 |
Samuel Thibault
|
f60eb1288d
Add initial simgrid support
|
12 年 前 |
Nathalie Furmento
|
2d3f2f9c71
src: hwloc topology needs to be initialised outside the driver function as the driver may be disabled
|
12 年 前 |
Cyril Roelandt
|
6e9d0380d5
Fix the _starpu_cpu_discover_devices() functions that are used when hwloc is not installed.
|
12 年 前 |
Cyril Roelandt
|
ace934c823
Clean up src/core/topology.c.
|
12 年 前 |
Samuel Thibault
|
775a49a519
Use TSD instead of rebuilding worker list
|
12 年 前 |
Samuel Thibault
|
f5789e5edc
factorize worker thread initialization, fix threaded profiling by setting up the prof timer
|
12 年 前 |
Cyril Roelandt
|
73df999d54
Fix unused variables in the drivers.
|
13 年 前 |
Samuel Thibault
|
b20e9ae4fa
Account active spinning time into sleeping time when using non-blocking drivers
|
13 年 前 |
Samuel Thibault
|
9ba23c408f
Fix cpuset of combined workers, they have to be physical cpusets, not logical
|
13 年 前 |
Samuel Thibault
|
675ac17ac9
Document why we need to keep the sched condition mutex all along between pop and block
|
13 年 前 |
Cyril Roelandt
|
da37f059a0
Make starpu_driver_run() work with CPU workers.
|
13 年 前 |
Cyril Roelandt
|
c8d0f9db40
Remove some ugly #if 1.
|
13 年 前 |
Cyril Roelandt
|
3675d6b12e
Make the CPU driver public.
|
13 年 前 |
Cyril Roelandt
|
d97cab7cc4
src/drivers: do not call pthread_exit() at the end of the drivers; just return NULL.
|
13 年 前 |
Nicolas Collin
|
415864e912
Bug fixed in parallel_heft.
|
13 年 前 |
Nicolas Collin
|
43da36b19c
Merge branch 'pheft'
|
13 年 前 |
Samuel Thibault
|
11e1a38f70
Factorize getting the profiling flag. Avoids issues when it turns 1 in between and thus job_feedback believes codelet_start/end are filled in while they are not
|
13 年 前 |
Samuel Thibault
|
fba139b857
|
13 年 前 |
Samuel Thibault
|
a988aa34df
Fix parallel task execution for fork-join tasks: we need to bind the master thread to the parallel worker
|
13 年 前 |
Samuel Thibault
|
a141a987ec
show tasks currently running on workers
|
13 年 前 |
Samuel Thibault
|
37862069c7
Permit the application to provide its own size base for performance models
|
13 年 前 |
Cyril Roelandt
|
99465346a7
src/ : repalce calls to assert() by calls to STARPU_ASSERT().
|
13 年 前 |
Samuel Thibault
|
52b0917cf1
Allow using the same parameter several times, in both read and write mode
|
13 年 前 |