Nathalie Furmento
|
1ff1fed8c5
mpi: fix equality test
|
před 13 roky |
Nathalie Furmento
|
b141c60fd3
mpi: for now, mpi can only exchange basic data interfaces, and not the ones declared at application level
|
před 13 roky |
Nathalie Furmento
|
de38f6c394
doc: document starpu_data_interface_get_next_id
|
před 13 roky |
Nathalie Furmento
|
203765dbd8
Data interface: add new function int starpu_data_interface_get_next_id() which returns the next id available for a data interface. That ensures different data interface registered by application all have different ids.
|
před 13 roky |
Cyril Roelandt
|
ab1f11fd5e
Coccinelle: add a script that checks for mutex that are locked and unlocked in a function, but not unlocked when treating error cases.
|
před 13 roky |
Cyril Roelandt
|
5731ba7783
Exit nicely when running on valgrind.
|
před 13 roky |
Nicolas Collin
|
19c0b51a3a
Bug fixed : pre_exec_hook was not initialized in 'policy'.
|
před 13 roky |
Nathalie Furmento
|
5b25d475bb
src/core/dependencies/cg.c: include core/task.h for _starpu_task_destroy
|
před 13 roky |
Nathalie Furmento
|
70707c3fcf
src/datawizard/interfaces/variable_interface.c: cast to the correct type
|
před 13 roky |
Samuel Thibault
|
50c1628116
Even when setting task dependencies due to implicit data dependencies, check that the job is not already terminated.
|
před 13 roky |
Samuel Thibault
|
29c58ebf73
Document that we actually create several workers, but use only one at a time
|
před 13 roky |
Samuel Thibault
|
37845e1678
When requested for only a single combined worker, also create workers of smaller sizes, but always using the same cpus, so that we keep the property of only one parallel task at a time
|
před 13 roky |
Nathalie Furmento
|
4f0a671241
starpufft: set detach to 0 to be able to call starpu_task_wait
|
před 13 roky |
Ludovic Courtès
|
07aaeb4d78
Include `dev/rename.*' in the distribution.
|
před 13 roky |
Samuel Thibault
|
021892beba
Make more checks
|
před 13 roky |
Samuel Thibault
|
24693b03ac
Submit reduction tasks after data_cpy might have set its dependency on them
|
před 13 roky |
Samuel Thibault
|
5c529d2324
We don't need to clear the redux_tasks array
|
před 13 roky |
Cyril Roelandt
|
e7687a5a77
Only submit reduction tasks once they have all been built.
|
před 13 roky |
Samuel Thibault
|
1ae1ac96cf
Use starpu_data_cpy in CG
|
před 13 roky |
Nathalie Furmento
|
c829e1b4a9
src/datawizard/reduction.c: error: 'for' loop initial declarations are only allowed in C99 mode
|
před 13 roky |
Cyril Roelandt
|
08a35b5d86
Replace a while loop by a for loop for the sake of clarity.
|
před 13 roky |
Nathalie Furmento
|
f86b25f773
src/util/starpu_data_cpy.c: fix path for starpu_data_cpy.h
|
před 13 roky |
Samuel Thibault
|
d4a889af15
fix reference to _starpu_data_cpy
|
před 13 roky |
Samuel Thibault
|
3046a7c6af
Keep reduction tasks' detach to 1, as we don't wait for them, dependencies get things right already
|
před 13 roky |
Nathalie Furmento
|
ddba4a08f7
minor fixes following warnings detected by ICC
|
před 13 roky |
Nathalie Furmento
|
2f2a2f87e8
mpi/examples/reduction/: update reduction code to do intra-node
|
před 13 roky |
Nathalie Furmento
|
dcc87e2a94
configure.ac: fix detection of X
|
před 13 roky |
Nathalie Furmento
|
7da0d594f1
tests/errorcheck/invalid_tasks.c: missing endif
|
před 13 roky |
Nathalie Furmento
|
412077a293
tests/errorcheck/invalid_tasks.c: typo
|
před 13 roky |
Nathalie Furmento
|
cf2a5b7000
tests/errorcheck/invalid_tasks.c: as environment variables are prefered to starpu_conf parameter, we need to unset potentially defined variables setting number of workers
|
před 13 roky |