Samuel Thibault 0a32967e7d Add missing unregisters vor 7 Jahren
..
.gitignore 27eaf1ca36 Add `.gitignore'. vor 14 Jahren
Makefile.am 5e3dbcf95a Add per-node MPI data vor 7 Jahren
block_interface.c c7a7300aeb make sure variables are initialized vor 7 Jahren
block_interface_pinned.c c7a7300aeb make sure variables are initialized vor 7 Jahren
cache.c d8961fb495 mpi: move cache data in the starpu_data_handle_t vor 8 Jahren
cache_disable.c d8961fb495 mpi: move cache data in the starpu_data_handle_t vor 8 Jahren
callback.c 215a3d8d4d Add dumb perfmodel for mpi tests for simgrid to be able to run them vor 9 Jahren
datatypes.c 5bf801b600 mpi/tests/datatype.c: test csr data communication vor 8 Jahren
early_request.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
gather.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
gather2.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
helper.h 90eacff9dd mpi/tests/: update code so that it runs with simgrid vor 8 Jahren
insert_task.c 215a3d8d4d Add dumb perfmodel for mpi tests for simgrid to be able to run them vor 9 Jahren
insert_task_block.c 215a3d8d4d Add dumb perfmodel for mpi tests for simgrid to be able to run them vor 9 Jahren
insert_task_compute.c 9c47436cb6 mpi/tests/insert_task_compute.c: fix error: a label can only be part of a statement and a declaration is not a statement vor 8 Jahren
insert_task_count.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
insert_task_dyn_handles.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
insert_task_node_choice.c 4ee7c64768 mpi/tests/insert_task_node_choice.c: use long long to make sure test is valid on a 32-bit architecture vor 8 Jahren
insert_task_owner.c ebe5e9b884 mpi/tests/insert_task_owner.c: initialise variable vor 8 Jahren
insert_task_owner2.c 4f4a7b798f mpi/tests/insert_task_owner2.c: starpu_mpi_get_data_on_node_detached needs a value of a mpi node not a memory node vor 9 Jahren
insert_task_owner_data.c 9c38741e02 fix code to follow coding conventions for braces vor 8 Jahren
insert_task_recv_cache.c 967077a22b fix invalid printf argument type mistakes vor 8 Jahren
insert_task_sent_cache.c b3fbfe6bb1 reduce variable scope when possible vor 7 Jahren
load_balancer.c 1274eaf930 remove unused variables vor 8 Jahren
matrix.c 681f60a3ef mpi: do not fail when needed workers are unavailable vor 9 Jahren
matrix2.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_detached_tag.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_earlyrecv.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_earlyrecv2.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_earlyrecv2_sync.c 90eacff9dd mpi/tests/: update code so that it runs with simgrid vor 8 Jahren
mpi_irecv.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_irecv_detached.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_isend.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_isend_detached.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_reduction.c 6df46001ca mpi/tests/mpi_reduction.c: skip test when running on valgrind vor 7 Jahren
mpi_reduction_kernels.c 2694f7995b fix param of codelet which is a variable, not a vector vor 8 Jahren
mpi_redux.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
mpi_scatter_gather.c 681f60a3ef mpi: do not fail when needed workers are unavailable vor 9 Jahren
mpi_test.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
multiple_send.c b8dd6df73a Use starpu_mpi_comm_rank/size instead of MPI_Comm_rank/size in mpi applications vor 10 Jahren
pingpong.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
policy_register.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
policy_register_many.c bb61f3808d update cnrs copyright vor 10 Jahren
policy_register_toomany.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) vor 7 Jahren
policy_selection.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
policy_selection2.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
policy_unregister.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) vor 7 Jahren
ring.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
ring_async.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
ring_async_implicit.c 3a43f0396d mpi: fix cppcheck warnings vor 8 Jahren
ring_kernel.cu bb61f3808d update cnrs copyright vor 10 Jahren
ring_sync.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
ring_sync_detached.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
starpu_redefine.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) vor 7 Jahren
sync.c 9b4c259e0e Update MPI tests so they can run in simgrid vor 8 Jahren
tags_checking.c 90eacff9dd mpi/tests/: update code so that it runs with simgrid vor 8 Jahren
temporary.c 0a32967e7d Add missing unregisters vor 7 Jahren
user_defined_datatype.c b8dd6df73a Use starpu_mpi_comm_rank/size instead of MPI_Comm_rank/size in mpi applications vor 10 Jahren
user_defined_datatype_value.h bb61f3808d update cnrs copyright vor 10 Jahren