Samuel Thibault
|
e9ff8d74f7
Fix host name lookup, this fixes simulated data transfers in simgrid
|
12 vuotta sitten |
Samuel Thibault
|
4492f76e0b
Add --enable-opencl-simulator option to combine PePU with simgrid
|
12 vuotta sitten |
Samuel Thibault
|
f60eb1288d
Add initial simgrid support
|
12 vuotta sitten |
Nathalie Furmento
|
0ed12ad157
src: use _STARPU_DISP instead of fprintf. It allows to clearly identify StarPU messages
|
12 vuotta sitten |
Nathalie Furmento
|
7c5bf27852
src/core/topology.c: only execute code when hwloc is enabled
|
12 vuotta sitten |
Nathalie Furmento
|
2d3f2f9c71
src: hwloc topology needs to be initialised outside the driver function as the driver may be disabled
|
12 vuotta sitten |
Cyril Roelandt
|
e1381b186a
Fix compilation.
|
12 vuotta sitten |
Cyril Roelandt
|
ace934c823
Clean up src/core/topology.c.
|
12 vuotta sitten |
Cyril Roelandt
|
2015710a4d
Document _starpu_init_topology().
|
12 vuotta sitten |
Cyril Roelandt
|
1cae00c865
Cleanup _starpu_init_topology().
|
12 vuotta sitten |
Cyril Roelandt
|
984c9176d3
More topology code cleanup.
|
12 vuotta sitten |
Cyril Roelandt
|
690de02ea1
Cleanup again topology.c
|
12 vuotta sitten |
Cyril Roelandt
|
8552a9d86b
Clean up topology code.
|
12 vuotta sitten |
Nathalie Furmento
|
1a191f2d97
src/core/topology.c: fix format string conversion
|
13 vuotta sitten |
Samuel Thibault
|
6a333adbb0
drop support for hwloc < 1.1, the cpuset_t type will disappear in the close future anyway
|
13 vuotta sitten |
Samuel Thibault
|
9ba23c408f
Fix cpuset of combined workers, they have to be physical cpusets, not logical
|
13 vuotta sitten |
Samuel Thibault
|
844951370b
Show topology in starpu_machine_display
|
13 vuotta sitten |
Nathalie Furmento
|
23b1806120
src/core/topology.c: define struct handle_entry also when only OpenCL is enabled
|
13 vuotta sitten |
Nathalie Furmento
|
352fafc9b4
src/core/topology.c: use hashtable API provided by src/commion/uthash.h
|
13 vuotta sitten |
Nicolas Collin
|
c1ff1fec58
Useless checks and lines deleted.
|
13 vuotta sitten |
Nathalie Furmento
|
d1ef85e5da
src: modify the field user_conf of struct _starpu_machine_config
|
13 vuotta sitten |
Samuel Thibault
|
6601073b84
Make opencl/cuda cases homogeneous. Fixes bugs btw.
|
13 vuotta sitten |
Samuel Thibault
|
897125a8a7
Add STARPU_WORKERS_NOBIND environment variable
|
13 vuotta sitten |
Samuel Thibault
|
0767b12d75
Fix CPU cap
|
13 vuotta sitten |
Samuel Thibault
|
a988aa34df
Fix parallel task execution for fork-join tasks: we need to bind the master thread to the parallel worker
|
13 vuotta sitten |
Cyril Roelandt
|
38a5ddb988
Make STARPU_WORKERS_CUDAID and STARPU_WORKERS_OPENCLID take precedence over the configuration passed to starpu_init()
|
13 vuotta sitten |
Cyril Roelandt
|
6e0c988e1e
Make STARPU_WORKERS_CPUID take precedence over the configuration passed to starpu_init().
|
13 vuotta sitten |
Cyril Roelandt
|
ce4fbbc6cb
Make the environment variables take precedence over the configuration.
|
13 vuotta sitten |
Samuel Thibault
|
e40b994703
Avoid asserting false when we just ask for too many cpus. Warn instead
|
13 vuotta sitten |
Samuel Thibault
|
2821e15725
Also check that the requested number is not higher that what is available. Fixes make check on machines with less than 2 GPUs
|
13 vuotta sitten |