Samuel Thibault
|
628670d535
fix linking examples with simgrid
|
9 years ago |
Samuel Thibault
|
65a36146f4
make starpu_data_partition wait for previous tasks if any
|
9 years ago |
Samuel Pitoiset
|
62986d891e
tests: move the starpu_tag_get_task() test from examples
|
9 years ago |
Nathalie Furmento
|
ab1bb8187f
Makefile.am: fix c++ flags
|
9 years ago |
Nathalie Furmento
|
6cc50671b3
tests: add testcase packing large arguments
|
9 years ago |
Samuel Thibault
|
423d41de04
Add starpu_task_get_task_succs to get the list of children of a given task.
|
10 years ago |
Samuel Thibault
|
051ea58d30
fix grep pattern
|
10 years ago |
Samuel Thibault
|
37857129d2
Fix catching asan and tsan warnings or errors
|
10 years ago |
Samuel Thibault
|
75d0d38234
Add STARPU_NOWHERE to create synchronization tasks with data.
|
10 years ago |
Samuel Thibault
|
e6b81e68dc
Disable fortran examples in simgrid mode, until we have fixed the main function issue
|
10 years ago |
Jérôme Clet-Ortega
|
6dc935534e
Tests: Add a test that check the binding of workers when STARPU_WORKERS_CPUID is set
|
10 years ago |
Terry Cojean
|
36b10bf351
Refactoring scheduling context lists in order to exhibit true contexts priorities.
|
10 years ago |
Nathalie Furmento
|
51bbdda9f7
do not compile fortran examples when running sanitize tools
|
10 years ago |
Olivier Aumage
|
dba5662334
- add fortran module files to clean list
|
10 years ago |
Olivier Aumage
|
5b179baa05
- add a first fortran90 test case
|
10 years ago |
Samuel Thibault
|
53d6f965c9
Fix propagating logcheck error in recursion
|
10 years ago |
Samuel Thibault
|
5a4875cb60
Make make showcheck look for ubsan output
|
10 years ago |
Samuel Thibault
|
3434b52b4c
Add arbiter support
|
10 years ago |
Samuel Thibault
|
23f059012d
Get rid of commute mention in source code
|
10 years ago |
Samuel Thibault
|
0180a21f9b
Add commute testcase
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Nathalie Furmento
|
802a261a06
fix inria copyright
|
10 years ago |
Samuel Thibault
|
75bc74dd18
Test that not unregistering a data is not too crashy
|
10 years ago |
Samuel Thibault
|
5af6d13d14
Fix lock ordering: when one has to allocate destination room for reclaiming, we have to unlock the data handle lock and acquire mc_lock, so we need to release the mc_lock before calling try_to_free_mem_chunk or try_to_reuse_mem_chunk. Also add a stressing disk reclaiming testcase.
|
10 years ago |
Samuel Thibault
|
723b3a6afa
Add testcase from Jean-Marie Couteyen
|
10 years ago |
Samuel Thibault
|
06a4108184
Fix main/subgraph_repeat_regenerate test into actually using the right source, thanks Jeff Hand for the catch!
|
10 years ago |
Samuel Thibault
|
0518f2a688
Fix immediately regenerating a task with task dependencies
|
10 years ago |
Nathalie Furmento
|
c70493c224
tests: new testcase main/insert_task_dyn_handles.c
|
10 years ago |
Nathalie Furmento
|
19ac54c9f5
tests: new testcase for function starpu_codelet_pack_args
|
10 years ago |
Samuel Thibault
|
a60fedf197
Add STARPU_MALLOC_NORECLAIM flag to allocate without running a reclaim if the node is out of memory
|
10 years ago |