Cédric Augonnet
|
f57828e9d1
Don't try to allocate a piece of data that is already allocated.
|
před 15 roky |
Cédric Augonnet
|
f93912c825
Add a reference to the API of the performance feedback section.
|
před 15 roky |
Cédric Augonnet
|
9539f9903c
Factorize some code
|
před 15 roky |
Cédric Augonnet
|
5c353dbcb8
Minor cleanups
|
před 15 roky |
Nathalie Furmento
|
553f253990
src: debug mechanism to log in and out functions calls (was helpful to debug MPI...)
|
před 15 roky |
Nathalie Furmento
|
2e546731a4
src/core/workers.c: braces
|
před 15 roky |
Nathalie Furmento
|
283f137057
src/core/jobs.c: _starpu_get_model_name(j) return NULL if j=NULL
|
před 15 roky |
Nathalie Furmento
|
b5b4e9b9b1
mpi/tests/ring_async_implicit.c: setting the token to 0 before every recv is wrong
|
před 15 roky |
Nathalie Furmento
|
5949ffe780
MPI: debug code
|
před 15 roky |
Cédric Augonnet
|
bfe3303c4b
The generic method to copy a data handle from a node to another node now
|
před 15 roky |
Nathalie Furmento
|
ba0ba34ca2
Fixes:
|
před 15 roky |
Cédric Augonnet
|
2f245fe25b
Add sanity checks
|
před 15 roky |
Cédric Augonnet
|
c65bd29a96
- The data request structure does not contain handle + {src_node,dst_node}
|
před 15 roky |
Cédric Augonnet
|
502689da30
Save the memory node identifier in the data replicate structure
|
před 15 roky |
Nathalie Furmento
|
eee3e0554e
src/core/task.c: use existing function instead of duplicating its code
|
před 15 roky |
Cédric Augonnet
|
74b87470d3
The _starpu_search_existing_data_request now considers a
|
před 15 roky |
Cédric Augonnet
|
0b718bb11a
- Rename the starpu_local_data_state_t structure into starpu_data_replicate_s.
|
před 15 roky |
Nathalie Furmento
|
06321193a9
task: add new statuses to specify on what a task is blocked
|
před 15 roky |
Cédric Augonnet
|
85a0d23786
Document per-worker online performance feedback
|
před 15 roky |
Cédric Augonnet
|
f995c94542
Reflect the previous commit that changed the order of the section
|
před 15 roky |
Cédric Augonnet
|
abe0c11492
Move the chapter about performance feedback earlier in the documentation
|
před 15 roky |
Cédric Augonnet
|
88efae81f8
Start to document online feedback
|
před 15 roky |
Nathalie Furmento
|
dbf5e61ccf
gdbinit: new functions to print job and task objects
|
před 15 roky |
Cédric Augonnet
|
7bf6cfb553
Fix typo
|
před 15 roky |
Cédric Augonnet
|
a8d4a084ec
The name of the FxT trace file is now prof_file_XXX_YYY where XXX is the user
|
před 15 roky |
Cédric Augonnet
|
79d2793f1f
Remove debug message
|
před 15 roky |
Cédric Augonnet
|
40d5e40a24
Add a test that uses the void interface in order to protect a critical section
|
před 15 roky |
Cédric Augonnet
|
d9b2afd1f1
Implement the "void" data interface which represents an abstract piece of data
|
před 15 roky |
Cédric Augonnet
|
dbbd13ce5a
To remain coherent within StarPU, we now return -EAGAIN to specify that a data
|
před 15 roky |
Cédric Augonnet
|
e84341dbfa
In order to be a little more coherent, we only use -ENOMEM and not a mix of
|
před 15 roky |