Corentin Salingue dc301de2af Merge from trunk 9 éve
..
interfaces f9c20a61bb merge from trunk 9 éve
acquire_cb.c 2bcc6c9758 document what tests test 10 éve
acquire_cb_insert.c 2fa1bc1d4e Fix synchronization 9 éve
acquire_release.c a71d91fabb Also make sure the acquire with callback can increment the token 9 éve
acquire_release2.c c0f741aa00 Reduce completion time of make check in non-quick non-long mode 10 éve
acquire_release_cuda.cu bb61f3808d update cnrs copyright 11 éve
acquire_release_opencl.c 3ad2cf42c1 examples: fixes for cppcheck warnings 9 éve
acquire_release_opencl_kernel.cl e3b44209ed update copyright 11 éve
acquire_try.c 7cb7c44b45 Add missing call to starpu_do_schedule, to make the graph_test algorithm schedule tasks 9 éve
allocate.c 1274eaf930 remove unused variables 9 éve
cache.c 2bcc6c9758 document what tests test 10 éve
commute.c 2bcc6c9758 document what tests test 10 éve
commute2.c 2bcc6c9758 document what tests test 10 éve
copy.c a954ef3ea8 rename variable *_mpi_* to *_mpi_ms_* again 9 éve
critical_section_with_void_interface.c 2bcc6c9758 document what tests test 10 éve
cuda_codelet_unsigned_inc.cu bb61f3808d update cnrs copyright 11 éve
data_implicit_deps.c 2bcc6c9758 document what tests test 10 éve
data_invalidation.c 4405cb0795 fix bugs reported by coverity 10 éve
data_lookup.c 2bcc6c9758 document what tests test 10 éve
dining_philosophers.c 2bcc6c9758 document what tests test 10 éve
double_parameter.c 9c38741e02 fix code to follow coding conventions for braces 9 éve
dsm_stress.c 37c8d53cd4 Add more starpu_do_schedule calls to fix testsuite with graph_test 9 éve
gpu_ptr_register.c a8cc467700 tests,examples: fix cppcheck warnings 9 éve
gpu_register.c 3ad2cf42c1 examples: fixes for cppcheck warnings 9 éve
handle_to_pointer.c 3ad2cf42c1 examples: fixes for cppcheck warnings 9 éve
in_place_partition.c 2bcc6c9758 document what tests test 10 éve
increment_init.c 92a6491016 add reduction support for MPI Master-Slave devices 9 éve
increment_redux.c 92a6491016 add reduction support for MPI Master-Slave devices 9 éve
increment_redux_lazy.c 92a6491016 add reduction support for MPI Master-Slave devices 9 éve
increment_redux_v2.c 92a6491016 add reduction support for MPI Master-Slave devices 9 éve
invalidate_pending_requests.c 920663d090 free memory 9 éve
lazy_allocation.c a53cd8edeb fixes based on coverity reports 10 éve
lazy_unregister.c 2bcc6c9758 document what tests test 10 éve
locality.c 9c38741e02 fix code to follow coding conventions for braces 9 éve
locality.sh ec659a28d2 Use the modular eager scheduler, to exercize FxT tools with a component-based scheduler 9 éve
manual_reduction.c 0d030b9234 rename STARPU_MPI in STARPU_MPI_MS + add MPI_MS_TYPE and not use MPI MS slave in a reduction test 9 éve
mpi_like.c 2bcc6c9758 document what tests test 10 éve
mpi_like.h bb61f3808d update cnrs copyright 11 éve
mpi_like_async.c a8cc467700 tests,examples: fix cppcheck warnings 9 éve
no_unregister.c 2bcc6c9758 document what tests test 10 éve
noreclaim.c 1274eaf930 remove unused variables 9 éve
nowhere.c 50131e4b1b Renaming NUMA functions 9 éve
opencl_codelet_unsigned_inc.c a8cc467700 tests,examples: fix cppcheck warnings 9 éve
opencl_codelet_unsigned_inc_kernel.cl e3b44209ed update copyright 11 éve
partition_dep.c 2bcc6c9758 document what tests test 10 éve
partition_lazy.c 2bcc6c9758 document what tests test 10 éve
readers_and_writers.c 2bcc6c9758 document what tests test 10 éve
readonly.c 2bcc6c9758 document what tests test 10 éve
reclaim.c 96fbf01691 Make the reclaim test trigger flushing the allocation cache by using different sizes and unregistering some data early 9 éve
scal.c a8cc467700 tests,examples: fix cppcheck warnings 9 éve
scal.h 4b1a16edde Fix University name after the fusion.. 11 éve
scal_cuda.cu bb61f3808d update cnrs copyright 11 éve
scal_opencl.cl 931099ec5f Avoid arithmetic over void pointer, refused by more recent opencl implementations 9 éve
scratch.c 2bcc6c9758 document what tests test 10 éve
scratch_cuda.cu f832eaefe8 Improve test efficiency 9 éve
scratch_opencl.c a8cc467700 tests,examples: fix cppcheck warnings 9 éve
scratch_opencl_kernel.cl e3b44209ed update copyright 11 éve
simgrid-locality.c 10ddd00907 minor fixes for gcc warnings 9 éve
specific_node.c afe0624794 Fix test with NUMA nodes 9 éve
sync_and_notify_data.c c0f741aa00 Reduce completion time of make check in non-quick non-long mode 10 éve
sync_and_notify_data_implicit.c c0f741aa00 Reduce completion time of make check in non-quick non-long mode 10 éve
sync_and_notify_data_kernels.cu 68658f16bf Add --enable-coverity flag to configure, to avoid building .cu files with nvcc which produces millions of lines of code we don't want to analyze 10 éve
sync_and_notify_data_opencl.c a8cc467700 tests,examples: fix cppcheck warnings 9 éve
sync_and_notify_data_opencl_codelet.cl bb61f3808d update cnrs copyright 11 éve
sync_with_data_with_mem.c 2bcc6c9758 document what tests test 10 éve
sync_with_data_with_mem_non_blocking.c 2bcc6c9758 document what tests test 10 éve
sync_with_data_with_mem_non_blocking_implicit.c 37c8d53cd4 Add more starpu_do_schedule calls to fix testsuite with graph_test 9 éve
task_with_multiple_time_the_same_handle.c 2bcc6c9758 document what tests test 10 éve
temporary_partition.c 1496e10d1f finish fixing asynchronous partitioning of temporary data: data_partition_submit should not do coherency when the data is not initialized yet 9 éve
test_arbiter.cpp a8cc467700 tests,examples: fix cppcheck warnings 9 éve
unpartition.c 2bcc6c9758 document what tests test 10 éve
user_interaction_implicit.c 2bcc6c9758 document what tests test 10 éve
variable_parameters.c 2bcc6c9758 document what tests test 10 éve
write_only_tmp_buffer.c a53cd8edeb fixes based on coverity reports 10 éve
wt_broadcast.c 2bcc6c9758 document what tests test 10 éve
wt_host.c 2bcc6c9758 document what tests test 10 éve