Samuel Thibault
|
886afdc84b
port 11166 from 1.1: entry is also allocated from reading files, also disable helgrind check there
|
преди 12 години |
Nathalie Furmento
|
637d011bfc
src/common/thread.c: _STARPU_TRACE_MUTEX_LOCKED does not take argument
|
преди 12 години |
Nathalie Furmento
|
1130a318ad
tests/main/insert_task.c: deal with ENODEV error
|
преди 12 години |
Samuel Thibault
|
5bd1d28ab6
Fix worker initialization order: initialize fields before creating the first context.
|
преди 12 години |
Samuel Thibault
|
c6d046885f
Put worker initialization in same order as structure. Add missing nsched_ctxs initialization
|
преди 12 години |
Nathalie Furmento
|
a57110af5a
main/insert_task.c: check more testcasese
|
преди 12 години |
Samuel Thibault
|
aea35461df
Document each racy spot normally reported by helgrind
|
преди 12 години |
Samuel Thibault
|
0d1b0375b3
backport r11155 from 1.1: Disabling access to a variable locally does not actually seem to prevent helgrind from raising the race issues, on the contrary it prevents it from recording where the race comes from... Simply just disable checking these variables completely.
|
преди 12 години |
Samuel Thibault
|
01294dcc77
Warn about using --enable-spinlock-check
|
преди 12 години |
Samuel Thibault
|
4c97a56f4f
Add --enable-spinlock-check configure option to enable
|
преди 12 години |
Nathalie Furmento
|
53d95c3f90
mpi/src/starpu_mpi_insert_task.c: set task::cl_arg_free to 1 when calling starpu_mpi_insert_task, it will clean the memory allocated to pack the codelet arguments
|
преди 12 години |
Samuel Thibault
|
9de08d8da8
Make file/line handling for lock tracing compiled only when lock tracing is enabled instead of all the time
|
преди 12 години |
Nathalie Furmento
|
461451be20
tests: indicate errorcheck/invalid_blocking_calls.c is expected to fail
|
преди 12 години |
Samuel Thibault
|
02db02487b
fix memleak
|
преди 12 години |
Samuel Thibault
|
b74c9583ff
Initialize buffer to be written for testing disk bandwidth, to avoid any page fault cost, and please valgrind
|
преди 12 години |
Samuel Thibault
|
7e4f845927
Fix buffer overflow
|
преди 12 години |
Samuel Thibault
|
8e525450fd
Fix memory leak
|
преди 12 години |
Samuel Thibault
|
54460ab919
port r11138 from 1.1: Do not lie to helgrind about having taken a mutex, it produces erroneous races inside mutexes. Rather make helgrind ignore the precise memory accesses we know we do not need to care about
|
преди 12 години |
Samuel Thibault
|
2580597242
On data_acquire in codelet or callback (which is forbidden), raise an assertion failure instead of returning an error code that people don't usually check
|
преди 12 години |
Nathalie Furmento
|
d8b5210088
mpi/src/starpu_mpi.c: comment out the code in starpu_mpi_recv_XXX functions which automatically sets the tag for the data. it means data without tag when arriving too early will be received as raw memory
|
преди 12 години |
Nathalie Furmento
|
dce47dbbb2
examples/interface: turn example silent if environment variable STARPU_SSILENT is set
|
преди 12 години |
Nathalie Furmento
|
51eea5acc3
mpi: turn tests and examples silent if environment variable STARPU_SSILENT is set
|
преди 12 години |
Nathalie Furmento
|
b141c2be3a
mpi/tests/mpi_reduction_kernels.c: use already defined fprintf macro
|
преди 12 години |
Nathalie Furmento
|
2e5cf34173
mpi/src/starpu_mpi.c: when dealing with an application request which
|
преди 12 години |
Andra Hugo
|
646c61a828
improve idle computations in order to better compute max_workers for the resizing lp
|
преди 12 години |
Pierre-André Wacrenier
|
2f7b61d57f
notify idleness at pop level in order to assign more pricesily idle time among contexts sharing a worker
|
преди 12 години |
Nathalie Furmento
|
19880b9f8e
mpi/src/starpu_mpi.c: starpu_mpi_irecv_detached_sequential_consistency() checks if the data defines a tag
|
преди 12 години |
Nathalie Furmento
|
ef3823b148
mpi/src/starpu_mpi_insert_task.c: change the algorithm for starpu_mpi_redux_data (see comments inside function implementation), to make sure all the steps are executed after data_handle being reduced finished its last read access.
|
преди 12 години |
Nathalie Furmento
|
1bd474839b
mpi/src/starpu_mpi.c: fix memory cleaning
|
преди 12 години |
Nathalie Furmento
|
83b95ee7cb
mpi/tests: new testcase for receiving early several datas
|
преди 12 години |