Samuel Thibault 84e912d2fd attr crashes with simgrid, and we don't need to test it there anyway před 7 roky
..
.gitignore 27eaf1ca36 Add `.gitignore'. před 14 roky
Makefile.am 84e912d2fd attr crashes with simgrid, and we don't need to test it there anyway před 7 roky
attr.c 171b6a04b5 mpi/tests/attr.c: fix missing include před 7 roky
block_interface.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
block_interface_pinned.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
cache.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
cache_disable.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
callback.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
datatypes.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
early_request.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
gather.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
gather2.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
helper.h 90eacff9dd mpi/tests/: update code so that it runs with simgrid před 8 roky
insert_task.c 215a3d8d4d Add dumb perfmodel for mpi tests for simgrid to be able to run them před 9 roky
insert_task_block.c 215a3d8d4d Add dumb perfmodel for mpi tests for simgrid to be able to run them před 9 roky
insert_task_compute.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
insert_task_count.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
insert_task_dyn_handles.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
insert_task_node_choice.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
insert_task_owner.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
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 před 9 roky
insert_task_owner_data.c 9c38741e02 fix code to follow coding conventions for braces před 8 roky
insert_task_recv_cache.c 967077a22b fix invalid printf argument type mistakes před 8 roky
insert_task_sent_cache.c b3fbfe6bb1 reduce variable scope when possible před 7 roky
load_balancer.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
matrix.c 681f60a3ef mpi: do not fail when needed workers are unavailable před 9 roky
matrix2.c 9b4c259e0e Update MPI tests so they can run in simgrid před 8 roky
mpi_detached_tag.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_earlyrecv.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_earlyrecv2.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_earlyrecv2_sync.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
mpi_irecv.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_irecv_detached.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_isend.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_isend_detached.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_reduction.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
mpi_reduction_kernels.c 2694f7995b fix param of codelet which is a variable, not a vector před 8 roky
mpi_redux.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
mpi_scatter_gather.c 39ae080dbf mpi: remove useless parenthesis před 7 roky
mpi_test.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
multiple_send.c b8dd6df73a Use starpu_mpi_comm_rank/size instead of MPI_Comm_rank/size in mpi applications před 10 roky
pingpong.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
policy_register.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
policy_register_many.c bb61f3808d update cnrs copyright před 10 roky
policy_register_toomany.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) před 7 roky
policy_selection.c 9b4c259e0e Update MPI tests so they can run in simgrid před 8 roky
policy_selection2.c 9b4c259e0e Update MPI tests so they can run in simgrid před 8 roky
policy_unregister.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) před 7 roky
ring.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
ring_async.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
ring_async_implicit.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
ring_kernel.cu 066d4db330 mpi/tests: for ring apps, acquire data before changing its value, and fix datatype for cuda implementation před 7 roky
ring_sync.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
ring_sync_detached.c f4a50d3913 mpi/tests: transfer command line parameters to mpi před 7 roky
starpu_redefine.c cd7b76fed0 Disable in valgrind the tests which are expected to fail (and thus leave memory away) před 7 roky
sync.c 9b4c259e0e Update MPI tests so they can run in simgrid před 8 roky
tags_checking.c 90eacff9dd mpi/tests/: update code so that it runs with simgrid před 8 roky
temporary.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
user_defined_datatype.c 130d46371a minor fixes following sonar-scanner warnings před 7 roky
user_defined_datatype_value.h bb61f3808d update cnrs copyright před 10 roky