コミット履歴

作者 SHA1 メッセージ 日付
  Samuel Thibault c6886da1ba Fix race between creation and destruction of temporary directories 10 年 前
  Samuel Thibault 63148dc70a create a hierarchy of directories to store allocated files, to avoid issues with systems where the number of files in the same directory is limited. A depth of 2 gets a billion of files with a thousand per directory, that should be enough 10 年 前
  Samuel Thibault e4afd326a4 complete random generator functions 10 年 前
  Samuel Thibault 7a72a87830 factorize code 10 年 前
  Samuel Thibault dcde45156c harmonize identical code 10 年 前
  Samuel Pitoiset ee4db1e6b3 traces: use a new rec file for storing the event states 10 年 前
  Samuel Pitoiset 3f79180bf7 traces: do not forget to dump Idle states for worker 10 年 前
  Samuel Pitoiset 28ec444bb7 traces: dump all state events to the tasks.rec file 10 年 前
  Samuel Pitoiset 92f94004cf Revert "profiling: use starpu_memory_nodes_get_count() instead of STARPU_MAX_NODES" 10 年 前
  Samuel Thibault 027ce5a8f5 m4_default_nblank was added in autoconf 2.64 10 年 前
  Samuel Pitoiset 3cde8921aa profiling: use same cosmetic output for all stats 10 年 前
  Samuel Pitoiset 18e3e8138a core: do not display the bus stats twice 10 年 前
  Samuel Pitoiset dda2e0c18e profiling: display the memory node name instead of its id 10 年 前
  Samuel Pitoiset 3d2242f744 profiling: use starpu_memory_nodes_get_count() instead of STARPU_MAX_NODES 10 年 前
  Samuel Pitoiset e5368b41fd profiling: fix unit for bus statistics 10 年 前
  Samuel Thibault 0ad34de7ba don't initialize to 0, already done by memset 10 年 前
  Samuel Thibault 71a38414f7 revert r16758, it actually produces conflicts 10 年 前
  Samuel Thibault 68a87f7cc5 Avoid symbol issues with cpp programs in simgrid 10 年 前
  Samuel Pitoiset 62986d891e tests: move the starpu_tag_get_task() test from examples 10 年 前
  Samuel Pitoiset 164ff29381 examples: add a new test case for starpu_tag_get_task() 10 年 前
  Nathalie Furmento 0674ce7c36 examples/tag_example/tag_example.c: remove call to starpu_tag_get_task which is not safe as task may have been already destroyed 10 年 前
  Samuel Pitoiset 02d7113191 tests: remove set but unused values in run_driver.c 10 年 前
  Nathalie Furmento 6d7c6d3680 tools/valgrind/libgomp.suppr: add suppressions 10 年 前
  Samuel Pitoiset 5bf7552cee hypervisor: move va_end() from _ctl() to sc_hypervisor_ctl() 10 年 前
  Nathalie Furmento 3c5f93f004 src/core/workers.c: fix #16728 by not destroying mutexes too early (i.e when drivers are still running) 10 年 前
  Samuel Pitoiset 7813f03468 examples: fix dynamic_handles.c when STARPU_NMAXBUFS is not the default value 10 年 前
  Samuel Pitoiset cd657c213b core/simgrid: remove never reached exit() calls 10 年 前
  Nathalie Furmento 56584d336b src/core/perfmodel/perfmodel_bus.c: improve error message when bogus latency or bandwidth file 10 年 前
  Samuel Pitoiset a82def595d hypervisor: fix double free in sc_hypervisor_get_ctxs_on_level() 10 年 前
  Samuel Pitoiset 6f5db044a9 hypervisor: fix a deadlock when using lazy resize and perf counters 10 年 前