Nathalie Furmento
|
4637bfb60c
src/util/starpu_task_insert.c: free codelet_pack_args buffer
|
10 years ago |
Nathalie Furmento
|
daea09fa16
tests/main/insert_task_dyn_handles.c: free allocated memory
|
10 years ago |
Nathalie Furmento
|
3e3d7659e4
src/core/task.c: free allocated memory
|
10 years ago |
Nathalie Furmento
|
22d9b329c6
src/util/starpu_task_insert_utils.c: fix data access mode setting when dealing with dynamic handles and STARPU_DATA_MODE_ARRAY
|
10 years ago |
Nathalie Furmento
|
0561104f50
mpi/src/starpu_mpi_task_insert.c: modify code to only parse va_arg
|
10 years ago |
Nathalie Furmento
|
61a254e7f2
mpi/tests/insert_task_compute.c: add STARPU_DATA_MODE_ARRAY to testcase
|
10 years ago |
Nathalie Furmento
|
1ed42a90e6
mpi/src/starpu_mpi_task_insert.c: deal with markup STARPU_DATA_MODE_ARRAY
|
10 years ago |
Nathalie Furmento
|
933957555b
mpi/tests/insert_task_compute.c: also test with STARPU_DATA_ARRAY
|
10 years ago |
Nathalie Furmento
|
e684b39f76
examples/basic_examples/dynamic_handles.c: remove incorrect free
|
10 years ago |
Nathalie Furmento
|
1e80cd6515
include/ src: fix how access mode of data is set and get when dealing with dynamic handles
|
10 years ago |
Olivier Aumage
|
7bb150e964
- check stacksize value
|
10 years ago |
Samuel Thibault
|
7c6d72edfc
expose memory manager functions to applications
|
10 years ago |
Nathalie Furmento
|
c70493c224
tests: new testcase main/insert_task_dyn_handles.c
|
10 years ago |
Nathalie Furmento
|
15b58498b4
examples/basic_examples/dynamic_handles.c: use STARPU_DATA_MODE_ARRAY instead of directly accessing the field starpu_task::dyn_modes
|
10 years ago |
Nathalie Furmento
|
040abf997a
starpu_task_insert & co:
|
10 years ago |
Nathalie Furmento
|
19ac54c9f5
tests: new testcase for function starpu_codelet_pack_args
|
10 years ago |
Nathalie Furmento
|
b2fbaf6005
examples/Makefile.am: add basic_examples/dynamic_handles which had been wrongly removed
|
10 years ago |
Nathalie Furmento
|
ab662bbb8e
src/util: store the number of task value arguments as an int, a char could be too small
|
10 years ago |
Samuel Thibault
|
aced8a4142
fix STARPU_LIMIT_CPU_MEM behavior when hwloc is not enabled
|
10 years ago |
Samuel Thibault
|
7f9a819a58
fix windows build
|
10 years ago |
Samuel Thibault
|
044b296ba8
mention STARPU_MALLOC_NORECLAIM in changelog
|
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 |
Olivier Aumage
|
793eba8411
- modify the way to unregister OpenMP tasks' data
|
10 years ago |
Samuel Thibault
|
1088233b30
Enable allocation cache in main RAM when STARPU_LIMIT_CPU_MEM is set by the user.
|
10 years ago |
Samuel Thibault
|
501de79951
Fix counting allocated memory
|
10 years ago |
Samuel Thibault
|
82f483436b
Make message even more user-friendly
|
10 years ago |
Olivier Aumage
|
0805785a03
- fix the construction of StarPU's OpenMP thread structure for accelerator worker threads, so that the related pthread_setspecific gets performed properly when needed, as part of the get_local_thread() call
|
10 years ago |
Samuel Thibault
|
626bf53cdd
Explain why using explicit starpu_mpi_cache_flush instead of just one starpu_mpi_cache_flush_all_data is interesting
|
10 years ago |
Samuel Thibault
|
fc991deb22
Complete message to be more meaningful to users
|
10 years ago |
Samuel Thibault
|
54b5a115da
Ignore libc aio-internal races
|
10 years ago |