Samuel Thibault bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
..
.gitignore 27eaf1ca36 Add `.gitignore'. 14 anni fa
Makefile.am 67a4881c3b mpi/tests: add application to test mix between distributed and sequential mode (starpu_mpi_task_insert followed by a starpu_task_insert) 7 anni fa
attr.c 171b6a04b5 mpi/tests/attr.c: fix missing include 8 anni fa
block_interface.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
block_interface_pinned.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
cache.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
cache_disable.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
callback.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
datatypes.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
early_request.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
gather.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
gather2.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
helper.h 90eacff9dd mpi/tests/: update code so that it runs with simgrid 8 anni fa
insert_task.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_block.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_compute.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_count.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_dyn_handles.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_node_choice.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_owner.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_owner2.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_owner_data.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_recv_cache.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_sent_cache.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
insert_task_seq.c 0a19d63d5e fix test for simgrid 7 anni fa
load_balancer.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
matrix.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
matrix2.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
mpi_detached_tag.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_earlyrecv.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_earlyrecv2.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_earlyrecv2_sync.c 130d46371a minor fixes following sonar-scanner warnings 8 anni fa
mpi_irecv.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_irecv_detached.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_isend.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_isend_detached.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_reduction.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
mpi_reduction_kernels.c 2694f7995b fix param of codelet which is a variable, not a vector 8 anni fa
mpi_redux.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
mpi_scatter_gather.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
mpi_test.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
multiple_send.c b8dd6df73a Use starpu_mpi_comm_rank/size instead of MPI_Comm_rank/size in mpi applications 10 anni fa
pingpong.c f4a50d3913 mpi/tests: transfer command line parameters to mpi 8 anni fa
policy_register.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
policy_register_many.c bb61f3808d update cnrs copyright 10 anni fa
policy_register_toomany.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) 8 anni fa
policy_selection.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
policy_selection2.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
policy_unregister.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) 8 anni fa
ring.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
ring_async.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
ring_async_implicit.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
ring_kernel.cu 066d4db330 mpi/tests: for ring apps, acquire data before changing its value, and fix datatype for cuda implementation 8 anni fa
ring_sync.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
ring_sync_detached.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
starpu_redefine.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) 8 anni fa
sync.c 9b4c259e0e Update MPI tests so they can run in simgrid 8 anni fa
tags_checking.c 90eacff9dd mpi/tests/: update code so that it runs with simgrid 8 anni fa
temporary.c bb0855b298 Use the common starpu_nop_perf_model dumb perfmodel 7 anni fa
user_defined_datatype.c 130d46371a minor fixes following sonar-scanner warnings 8 anni fa
user_defined_datatype_value.h bb61f3808d update cnrs copyright 10 anni fa