Olivier Aumage
|
f2176579d7
- add cl_arg_free to omp_parallel_region/omp_task_region
|
11 years ago |
Olivier Aumage
|
2b3beb3809
- move task stack alloc/free into to the task stub function
|
11 years ago |
Olivier Aumage
|
6253cb1a91
- merge trunk
|
11 years ago |
Samuel Thibault
|
0eceaf4ff4
More details on schedulers
|
11 years ago |
Samuel Thibault
|
fc11e9c2f2
We do not need to initialize scratch data
|
11 years ago |
Olivier Aumage
|
580b168a39
- add support for omp sections (wait|nowait)
|
11 years ago |
Samuel Thibault
|
63a53f35d2
Also print memory node name in the reclaiming warning
|
11 years ago |
Samuel Thibault
|
4d02260a53
Explain a bit more about reclaiming
|
11 years ago |
Olivier Aumage
|
41504da867
- merge trunk
|
11 years ago |
Olivier Aumage
|
70d0f510f8
- add outline version of alternate omp for
|
11 years ago |
Olivier Aumage
|
b3315174c6
- change 'omp for' iteration space to 'unsigned long long'
|
11 years ago |
Nathalie Furmento
|
c31358833f
mpi/tests: new test for STARPU_CALLBACK, STARPU_PROLOGUE_CALLBACK and STARPU_PROLOGUE_CALLBACK_POP
|
11 years ago |
Nathalie Furmento
|
5500ce6e86
mpi/src/starpu_mpi_task_insert.c: fix va_arg to use varg_list_copy and not varg_list
|
11 years ago |
Samuel Thibault
|
f255d2c95a
port r12703 from 1.1: Allow data to be uninitialized but the application provide an init_cl to initialize it
|
11 years ago |
Olivier Aumage
|
ed5fcef62d
- add support for ordered sections in omp for
|
11 years ago |
Nathalie Furmento
|
0f5779e81e
mpi/src/starpu_mpi_task_insert.c: codelet can be NULL
|
11 years ago |
Nathalie Furmento
|
08f294077a
tests/main/codelet_null_callback.c: add more testcases, keep out STARPU_PROLOGUE_CALLBACK_POP for now as it seems to be broken
|
11 years ago |
Olivier Aumage
|
ada0f3ab9a
- merge trunk
|
11 years ago |
Olivier Aumage
|
00bc8739c4
- add inline version of omp for
|
11 years ago |
Samuel Thibault
|
905efa2ed1
Put back comment...
|
11 years ago |
Olivier Aumage
|
7ba19ce15d
- implement 'guided' schedule of omp for
|
11 years ago |
Olivier Aumage
|
292dde37b9
- fix environment variable parsing (thanks Pierrick)
|
11 years ago |
Olivier Aumage
|
bc07b090cb
- add 'inline' variants for omp master/omp single/omp critical
|
11 years ago |
Olivier Aumage
|
88254f7eeb
- optimize omp for to execute contiguous chunks of iterations in a single user function call
|
11 years ago |
Olivier Aumage
|
10394835e8
- add missing new files in r12690
|
11 years ago |
Olivier Aumage
|
e4d10c0e75
- preliminary implementation of omp for, support for schedule 'static', schedule 'dynamic' with or without chunk
|
11 years ago |
Olivier Aumage
|
144cddb1c2
- fix omp master: in contrast to omp single, omp master does not have an implied barrier nor a nowait option
|
11 years ago |
Olivier Aumage
|
7fe846af9b
- add support for omp taskgroup
|
11 years ago |
Olivier Aumage
|
69335c0c20
- add support for omp taskwait
|
11 years ago |
Olivier Aumage
|
fef05954ab
- merge trunk
|
11 years ago |