Samuel Thibault
|
38c509e1ce
fix non-MIC build
|
12 éve |
Thibaud Lambert
|
3b7abcc2cf
mic: Fix bugs
|
12 éve |
Thibaud Lambert
|
49d190e8de
mic: parallel tasks (mode spmd)
|
12 éve |
Thibaud Lambert
|
b9857a47d0
mic: comment correction in list.h + added barrier in mic sink
|
12 éve |
Simon Archipoff
|
b50ce6ede9
combined_worker.c : fix compar_int function. return a > b; => return a - b;
|
12 éve |
Samuel Thibault
|
ff1386dc3a
drop now-unused variable
|
12 éve |
Nathalie Furmento
|
30860cac02
Renaming of diverse functions and datatypes.
|
12 éve |
Andra Hugo
|
fd8a470cc5
get job & combined_worker pointers out of parallel_eager & parallel_heft
|
12 éve |
Samuel Thibault
|
6a333adbb0
drop support for hwloc < 1.1, the cpuset_t type will disappear in the close future anyway
|
13 éve |
Samuel Thibault
|
7d278ca9a5
sched.h is only needed for CPU_* interface, only used on glibc. Fixes some mingw versions build
|
13 éve |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 éve |
Nathalie Furmento
|
0bd2fe9020
src: rename internal types following coding conventions
|
14 éve |
Samuel Thibault
|
87a4f18af0
Fix c++-isms
|
14 éve |
Samuel Thibault
|
bd2c88d145
cast void* to please the SCC compiler
|
14 éve |
Nathalie Furmento
|
14cb385eab
src: fix compiler warnings
|
14 éve |
Samuel Thibault
|
ed491558e5
cpu_set_t is actually simply glibc-specific
|
14 éve |
Cédric Augonnet
|
d56a66ebba
Fix compilation on Mac OS X (tested without OpenCL on a 64bit imac)
|
14 éve |
Cédric Augonnet
|
d1496e6a9b
Sort the different worker ids of a combined worker
|
14 éve |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 éve |
Samuel Thibault
|
a022c36a4d
cope with old linux systems which don't have CPU_OR
|
14 éve |
Cédric Augonnet
|
8a4176012b
Clarify why we maintain both unix's and hwloc's cpu_sets.
|
14 éve |
Samuel Thibault
|
468a2a037b
port to hwloc 1.1 interface
|
14 éve |
Nathalie Furmento
|
6922124dd0
topology: do not use CPU_SET functions on windows systems
|
15 éve |
Cédric Augonnet
|
61cdbb41bd
Add support for parallel tasks:
|
15 éve |