.gitignore 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. /configure
  2. /config.log
  3. /config.status
  4. /autom4te.cache
  5. /libtool
  6. /aclocal.m4
  7. /build
  8. /build2
  9. /build-aux
  10. /build_starpu
  11. /install
  12. /GPATH
  13. /GRTAGS
  14. /GTAGS
  15. /tags
  16. /TAGS
  17. /config.cache
  18. /doc/starpu.info
  19. *~
  20. ,*
  21. .libs
  22. .deps
  23. *.o
  24. *.lo
  25. *.la
  26. *.swp
  27. .dirstamp
  28. .tramp_history
  29. *.pc
  30. *.vim
  31. stamp-h[0-9]*
  32. starpu.log
  33. /tests/datawizard/handle_to_pointer
  34. /tests/datawizard/data_lookup
  35. /doc/stamp-vti
  36. /doc/doxygen/chapters/version.sty
  37. /doc/doxygen/chapters/version.html
  38. /doc/doxygen/doxygen-config.cfg
  39. /doc/doxygen/doxygen_filter.sh
  40. /doc/doxygen_dev/chapters/version.sty
  41. /doc/doxygen_dev/chapters/version.html
  42. /doc/doxygen_dev/doxygen-config.cfg
  43. /doc/doxygen_dev/doxygen_filter.sh
  44. /examples/basic_examples/block
  45. /examples/basic_examples/hello_world
  46. /examples/basic_examples/mult
  47. /examples/basic_examples/variable
  48. /examples/basic_examples/vector_scal
  49. /examples/callback/callback
  50. /examples/filters/fblock
  51. /examples/filters/fmatrix
  52. /examples/filters/fvector
  53. /examples/incrementer/incrementer
  54. /examples/mandelbrot/mandelbrot
  55. /examples/matvecmult/matvecmult
  56. /examples/pi/pi
  57. /examples/pi/pi_redux
  58. /examples/ppm_downscaler/ppm_downscaler
  59. /examples/ppm_downscaler/yuv_downscaler
  60. /examples/profiling/profiling
  61. /examples/reductions/dot_product
  62. /examples/reductions/minmax_reduction
  63. /examples/scheduler/dummy_sched
  64. /examples/spmv/dw_spmv
  65. /examples/spmv/spmv
  66. /examples/stencil/stencil
  67. /examples/tag_example/tag_example
  68. /examples/tag_example/tag_example2
  69. /examples/tag_example/tag_example3
  70. /examples/tag_example/tag_restartable
  71. /mpi/examples/stencil/stencil5
  72. /mpi/tests/block_interface
  73. /mpi/tests/block_interface_pinned
  74. /mpi/tests/insert_task
  75. /mpi/tests/insert_task_block
  76. /mpi/tests/insert_task_cache
  77. /mpi/tests/insert_task_owner
  78. /mpi/tests/insert_task_owner2
  79. /mpi/tests/mpi_detached_tag
  80. /mpi/tests/mpi_irecv
  81. /mpi/tests/mpi_irecv_detached
  82. /mpi/tests/mpi_isend
  83. /mpi/tests/mpi_isend_detached
  84. /mpi/tests/mpi_test
  85. /mpi/tests/multiple_send
  86. /mpi/tests/pingpong
  87. /mpi/tests/ring
  88. /mpi/tests/ring_async
  89. /mpi/tests/ring_async_implicit
  90. /tests/core/declare_deps_after_submission
  91. /tests/core/declare_deps_after_submission_synchronous
  92. /tests/core/declare_deps_in_callback
  93. /tests/core/empty_task
  94. /tests/core/empty_task_chain
  95. /tests/core/empty_task_sync_point
  96. /tests/core/empty_task_sync_point_tasks
  97. /tests/core/execute_on_a_specific_worker
  98. /tests/core/get_current_task
  99. /tests/core/insert_task
  100. /tests/core/multithreaded
  101. /tests/core/multithreaded_init
  102. /tests/core/regenerate
  103. /tests/core/restart
  104. /tests/core/starpu_task_wait
  105. /tests/core/starpu_task_wait_for_all
  106. /tests/core/static_restartable
  107. /tests/core/static_restartable_tag
  108. /tests/core/static_restartable_using_initializer
  109. /tests/core/subgraph_repeat
  110. /tests/core/subgraph_repeat_regenerate
  111. /tests/core/tag_wait_api
  112. /tests/core/task_wait_api
  113. /tests/core/wait_all_regenerable_tasks
  114. /tests/datawizard/acquire_cb
  115. /tests/datawizard/acquire_release
  116. /tests/datawizard/acquire_release2
  117. /tests/datawizard/critical_section_with_void_interface
  118. /tests/datawizard/data_implicit_deps
  119. /tests/datawizard/data_invalidation
  120. /tests/datawizard/dining_philosophers
  121. /tests/datawizard/dsm_stress
  122. /tests/datawizard/increment_redux
  123. /tests/datawizard/increment_redux_v2
  124. /tests/datawizard/lazy_allocation
  125. /tests/datawizard/manual_reduction
  126. /tests/datawizard/mpi_like
  127. /tests/datawizard/mpi_like_async
  128. /tests/datawizard/readers_and_writers
  129. /tests/datawizard/reclaim
  130. /tests/datawizard/scratch
  131. /tests/datawizard/sync_and_notify_data
  132. /tests/datawizard/sync_and_notify_data_implicit
  133. /tests/datawizard/sync_with_data_with_mem
  134. /tests/datawizard/sync_with_data_with_mem_non_blocking
  135. /tests/datawizard/sync_with_data_with_mem_non_blocking_implicit
  136. /tests/datawizard/unpartition
  137. /tests/datawizard/user_interaction_implicit
  138. /tests/datawizard/write_only_tmp_buffer
  139. /tests/errorcheck/invalid_blocking_calls
  140. /tests/errorcheck/invalid_tasks
  141. /tests/errorcheck/starpu_init_noworker
  142. /tests/helper/cublas_init
  143. /tests/helper/execute_on_all
  144. /tests/helper/pinned_memory
  145. /tests/helper/starpu_create_sync_task
  146. /tests/helper/starpu_data_cpy
  147. /tests/microbenchs/async_tasks_overhead
  148. /tests/microbenchs/display_structures_size
  149. /tests/microbenchs/local_pingpong
  150. /tests/microbenchs/prefetch_data_on_node
  151. /tests/microbenchs/redundant_buffer
  152. /tests/microbenchs/sync_tasks_overhead
  153. /tests/microbenchs/tasks_overhead
  154. /tests/overlap/overlap
  155. /tests/parallel_tasks/explicit_combined_worker
  156. /tests/parallel_tasks/parallel_kernels
  157. /tests/parallel_tasks/parallel_kernels_spmd
  158. /tests/parallel_tasks/spmd_peager
  159. /tests/perfmodels/non_linear_regression_based
  160. /tests/perfmodels/regression_based
  161. /tools/cbc2paje
  162. /tools/lp2paje
  163. /tools/starpu_calibrate_bus
  164. /tools/starpu_machine_display
  165. /tools/starpu_perfmodel_display
  166. /tools/starpu_regression_display
  167. /tests/datawizard/lazy_allocation
  168. /mpi/tests/insert_task_owner_data
  169. /mpi/examples/scatter_gather/mpi_scatter_gather
  170. /examples/top/hello_world_top
  171. /doc/starpu.aux
  172. /doc/starpu.cp
  173. /doc/starpu.cps
  174. /doc/starpu.fn
  175. /doc/starpu.fns
  176. /doc/starpu.html
  177. /doc/starpu.ky
  178. /doc/starpu.pdf
  179. /doc/starpu.pg
  180. /doc/starpu.toc
  181. /doc/starpu.tp
  182. /doc/starpu.tps
  183. /doc/starpu.vr
  184. /tests/datawizard/acquire_cb_insert
  185. /tools/starpu_perfmodel_plot
  186. /doc/starpu.info-1
  187. /doc/starpu.info-2
  188. /examples/axpy/axpy
  189. /examples/basic_examples/mult_impl
  190. /examples/basic_examples/multiformat
  191. /examples/cg/cg
  192. /examples/cholesky/cholesky_grain_tag
  193. /examples/cholesky/cholesky_implicit
  194. /examples/cholesky/cholesky_tag
  195. /examples/cholesky/cholesky_tile_tag
  196. /examples/cpp/incrementer_cpp
  197. /examples/filters/custom_mf/custom_mf_filter
  198. /examples/filters/multiformat/multiformat_filter
  199. /examples/heat/heat
  200. /examples/lu/lu_example_double
  201. /examples/lu/lu_example_float
  202. /examples/lu/lu_implicit_example_double
  203. /examples/lu/lu_implicit_example_float
  204. /examples/mult/dgemm
  205. /examples/mult/sgemm
  206. /tests/core/deprecated
  207. /tests/core/deprecated_buffer
  208. /tests/core/deprecated_func
  209. /tests/core/multiformat_data_release
  210. /tests/core/multiformat_handle_conversion
  211. /tests/core/starpu_init
  212. /tests/core/starpu_task_bundle
  213. /tests/core/starpu_worker_exists
  214. /tests/datawizard/copy
  215. /tests/datawizard/double_parameter
  216. /tests/datawizard/gpu_register
  217. /tests/datawizard/in_place_partition
  218. /tests/datawizard/increment_redux_lazy
  219. /tests/datawizard/interfaces/bcsr/bcsr_interface
  220. /tests/datawizard/interfaces/block/block_interface
  221. /tests/datawizard/interfaces/csr/csr_interface
  222. /tests/datawizard/interfaces/matrix/matrix_interface
  223. /tests/datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
  224. /tests/datawizard/interfaces/multiformat/advanced/multiformat_data_release
  225. /tests/datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
  226. /tests/datawizard/interfaces/multiformat/advanced/multiformat_worker
  227. /tests/datawizard/interfaces/multiformat/advanced/same_handle
  228. /tests/datawizard/interfaces/multiformat/multiformat_interface
  229. /tests/datawizard/interfaces/test_interfaces
  230. /tests/datawizard/interfaces/test_vector_interface
  231. /tests/datawizard/interfaces/variable/variable_interface
  232. /tests/datawizard/interfaces/vector/test_vector_interface
  233. /tests/datawizard/interfaces/void/void_interface
  234. /tests/datawizard/partition_lazy
  235. /tests/loader
  236. /tests/starpu_machine_display
  237. /tools/starpu_calibrate_bus.1
  238. /tools/starpu_machine_display.1
  239. /tools/starpu_perfmodel_display.1
  240. /tools/starpu_perfmodel_plot.1
  241. /test/*.log
  242. /examples/*.log
  243. /tests/main/declare_deps_after_submission
  244. /tests/main/declare_deps_after_submission_synchronous
  245. /tests/main/declare_deps_in_callback
  246. /tests/main/deprecated
  247. /tests/main/deprecated_buffer
  248. /tests/main/deprecated_func
  249. /tests/main/empty_task
  250. /tests/main/empty_task_chain
  251. /tests/main/empty_task_sync_point
  252. /tests/main/empty_task_sync_point_tasks
  253. /tests/main/execute_on_a_specific_worker
  254. /tests/main/get_current_task
  255. /tests/main/insert_task
  256. /tests/main/multiformat_data_release
  257. /tests/main/multiformat_handle_conversion
  258. /tests/main/multithreaded
  259. /tests/main/multithreaded_init
  260. /tests/main/regenerate
  261. /tests/main/restart
  262. /tests/main/starpu_init
  263. /tests/main/starpu_task_bundle
  264. /tests/main/starpu_task_wait
  265. /tests/main/starpu_task_wait_for_all
  266. /tests/main/starpu_worker_exists
  267. /tests/main/static_restartable
  268. /tests/main/static_restartable_tag
  269. /tests/main/static_restartable_using_initializer
  270. /tests/main/subgraph_repeat
  271. /tests/main/subgraph_repeat_regenerate
  272. /tests/main/tag_wait_api
  273. /tests/main/task_wait_api
  274. /tests/main/wait_all_regenerable_tasks
  275. /tools/starpu_workers_activity
  276. /tests/datawizard/interfaces/copy_interfaces
  277. /cyclomatic-complexity.html
  278. Makefile.in
  279. Makefile