Cyril Roelandt
|
995dc04f9e
cuda_check_return_values.cocci: add patch and context modes.
|
14 anni fa |
Samuel Thibault
|
4d56ac8307
task_deinit after starpu_shutdown should be fine
|
14 anni fa |
Samuel Thibault
|
95acc40a99
Do not cleanup the statically allocated tasks, as StarPU is still working on it after releasing the tag
|
14 anni fa |
Cyril Roelandt
|
16bc94186f
Explain what "heft" means.
|
14 anni fa |
Samuel Thibault
|
61599d233e
Regenerated task structures can not be deinitialized, as waiting for the callback is not enough to wait for starpu to be done with it, and some of these regenerated tasks are actually re-scheduled so starpu can't know how to properly wait for them
|
14 anni fa |
Nathalie Furmento
|
a51401af10
tests/helper.h: inform user application retuern value is ignored when running on valgrind (as computation may have been skipped)
|
14 anni fa |
Nathalie Furmento
|
6b3e7c0780
tests/: further reduce test values when running on valgrind
|
14 anni fa |
Cyril Roelandt
|
795aab35ea
function_call_termination_condition.cocci: add a patch mode.
|
14 anni fa |
Cyril Roelandt
|
4cdf0a494c
Properly free memory at the end of the test.
|
14 anni fa |
Cyril Roelandt
|
230c8f72bd
Prevent increment_redux_v2 from failing in Valgrind.
|
14 anni fa |
Cyril Roelandt
|
57b544ba53
_starpu_data_unregister: let _starpu_request_mem_chunk_removal remove all chunks allocated on the given node for the given handle.
|
14 anni fa |
Samuel Thibault
|
2f31d773a6
make clear that register should be NULL for scratch, else it would be ignored.
|
14 anni fa |
Samuel Thibault
|
381d4b3bdc
make clear that register should be NULL for scatch
|
14 anni fa |
Samuel Thibault
|
66f7704ad4
clearer
|
14 anni fa |
Nathalie Furmento
|
cde1f9b0c9
tests/core/static_restartable.c: temporarily skip the test when running on valgrind
|
14 anni fa |
Samuel Thibault
|
01cc5ce2c7
Tell the user that he should ask the administrator to use EXCLUSIVE-PROCESS, not EXCLUSIVE-THREAD
|
14 anni fa |
Nathalie Furmento
|
467a125447
tests/core/starpu_task_wait.c: temporarily skip the test when running on valgrind
|
14 anni fa |
Nathalie Furmento
|
d89d465314
configure.ac: fix detection of CUDA workability and typo
|
14 anni fa |
Nathalie Furmento
|
1f89f72a89
configure.ac: check if CUDA is working properly before enabling it
|
14 anni fa |
Samuel Thibault
|
fba139b857
|
14 anni fa |
Samuel Thibault
|
749b4d31ef
comment
|
14 anni fa |
Cyril Roelandt
|
a0b69c2602
Fix a division by zero.
|
14 anni fa |
Nathalie Furmento
|
1ff1fed8c5
mpi: fix equality test
|
14 anni fa |
Nathalie Furmento
|
b141c60fd3
mpi: for now, mpi can only exchange basic data interfaces, and not the ones declared at application level
|
14 anni fa |
Nathalie Furmento
|
de38f6c394
doc: document starpu_data_interface_get_next_id
|
14 anni fa |
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.
|
14 anni fa |
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.
|
14 anni fa |
Cyril Roelandt
|
5731ba7783
Exit nicely when running on valgrind.
|
14 anni fa |
Nicolas Collin
|
19c0b51a3a
Bug fixed : pre_exec_hook was not initialized in 'policy'.
|
14 anni fa |
Nathalie Furmento
|
5b25d475bb
src/core/dependencies/cg.c: include core/task.h for _starpu_task_destroy
|
14 anni fa |