Nathalie Furmento
|
0df299d260
configure.ac: new option --disable-valgrind, when set, configure does not check the availability of valgrind.h and helgrind.h
|
12 anni fa |
Nathalie Furmento
|
497ce06798
merge branches/mic: update of perfmodel storage + update _STARPU_PERFMODEL_VERSION
|
12 anni fa |
Nathalie Furmento
|
483f8e2979
merge trunk
|
12 anni fa |
Samuel Thibault
|
e5bea6f293
port r11205 from trunk: Do not push too many data requests at the same time, CUDA would actually enter synchronous mode...
|
12 anni fa |
Nathalie Furmento
|
98d9eb5c64
Functions starpu_insert_task and starpu_mpi_insert_task are renamed
|
12 anni fa |
Nathalie Furmento
|
dba764e29e
rename starpu_init_task to starpu_task_build:
|
12 anni fa |
Nathalie Furmento
|
939773a55c
tests: remove STARPU_SKIP_IF_VALGRIND as it keeps away testing all cases
|
12 anni fa |
Nathalie Furmento
|
9cffe922ad
ChangeLog: mention starpu_init_task()
|
12 anni fa |
Nathalie Furmento
|
9aee33b47d
test of new function starpu_init_task()
|
12 anni fa |
Nathalie Furmento
|
14eddc11c7
New function starpu_init_task similar to starpu_insert_task without the submission of the task.
|
12 anni fa |
Samuel Thibault
|
edce30c7f0
port r11194 from 1.1: Also disable checking _head of renewed request lists
|
12 anni fa |
Samuel Thibault
|
ea2ac2cc59
port r11191 from 1.1: Remove spurious frees
|
12 anni fa |
Samuel Thibault
|
67fe6714cd
port r11189 from 1.1: Fix race on job ndeps: create_cg_task increments ndeps, it needs to hold the sync_mutex
|
12 anni fa |
Samuel Thibault
|
55124f1005
port 11187 from 1.1: Fix livelock while running in valgrind: we really have to call sched_yield explicitly, rep nop is not enough
|
12 anni fa |
Samuel Thibault
|
4c2ca351f2
port 11185 from 1.1: Fix names in documentation
|
12 anni fa |
Samuel Thibault
|
489766f3ff
port r11183 from 1.1: document callback_arg_free and prologue_callback_arg_free
|
12 anni fa |
Samuel Thibault
|
d74d3de4a0
port r11179 from 1.1: The starpufft caller can wait for the last task, the last task thus must not be detached
|
12 anni fa |
Nathalie Furmento
|
0362a99418
mpi/src/starpu_mpi.c: use correct types to initialise mpi objects, and set the default handler to MPI_ERRORS_RETURN, the default MPI_ERRORS_ARE_FATAL exits the program and hence does not allow to see a backtrace
|
12 anni fa |
Nathalie Furmento
|
05379546cf
mpi/tests/mpi_redux.c: use MPI_STATUS_IGNORE instead of NULL to indicate to MPI_Wait to ignore the status
|
12 anni fa |
Nathalie Furmento
|
4d363ebb6b
src/core/sched_policy.c: do not display message scheduling policy not found when calling with STARPU_SCHED=help
|
12 anni fa |
Nathalie Furmento
|
3e7427f3ae
mpi/tests/: use MPI_STATUS_IGNORE instead of NULL to indicate to MPI_Wait to ignore the status
|
12 anni fa |
Samuel Thibault
|
3c7645aeff
port r11168 from 1.1: Also do not lie about spinlocks either, rather ignore accesses to busy_count. Also actually fix a missing check in perfmodel.c
|
12 anni fa |
Samuel Thibault
|
886afdc84b
port 11166 from 1.1: entry is also allocated from reading files, also disable helgrind check there
|
12 anni fa |
Nathalie Furmento
|
637d011bfc
src/common/thread.c: _STARPU_TRACE_MUTEX_LOCKED does not take argument
|
12 anni fa |
Nathalie Furmento
|
1130a318ad
tests/main/insert_task.c: deal with ENODEV error
|
12 anni fa |
Samuel Thibault
|
5bd1d28ab6
Fix worker initialization order: initialize fields before creating the first context.
|
12 anni fa |
Samuel Thibault
|
c6d046885f
Put worker initialization in same order as structure. Add missing nsched_ctxs initialization
|
12 anni fa |
Nathalie Furmento
|
a57110af5a
main/insert_task.c: check more testcasese
|
12 anni fa |
Samuel Thibault
|
aea35461df
Document each racy spot normally reported by helgrind
|
12 anni fa |
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 anni fa |