提交歷史

作者 SHA1 備註 提交日期
  Nathalie Furmento af61053fe3 configure.ac: do not build documentation when option --disable-build-doc is set (Thanks to Cyril Bordage for the BR) 12 年之前
  Samuel Thibault 2d158cc65e Allow to estimate task duration even if the task is not submitted yet (and thus the model is not loaded yet) 12 年之前
  Samuel Thibault b217a5399a data_requests[i] may change, it is still fine for _starpu_handle_node_data_requests to read it unprotected 12 年之前
  Samuel Thibault ea8dc70b68 FIXME done 12 年之前
  Samuel Thibault 054daa2f26 Fix memory leak during reduction 12 年之前
  Andra Hugo 994728b26b hypervisor lp: max computation for the contexts sharing resources ( do not consider shared workers as full workers) 12 年之前
  Nathalie Furmento 30c460fb4d mpi: forgot the implementation of starpu_mpi_insert_task 12 年之前
  Nathalie Furmento e030f1a6df starpu_mpi_insert_task had been renamed in starpu_mpi_task_insert and 12 年之前
  Nathalie Furmento 1b82b9cc99 starpu_insert_task had been renamed in starpu_task_insert and kept as 12 年之前
  Nathalie Furmento 67ad578ac7 insert_task: new internal function _starpu_task_insert_v which takes a 12 年之前
  Andra Hugo 1289532233 whenever there are a few resources the lp cannot assign, all contexts share these resources 12 年之前
  Andra Hugo 082dc8501c hypervisor: adapt lp solution when max has an important impact on the solution (exec lp twice for now, next co share resources) 12 年之前
  Samuel Thibault 10b148c399 Do not force blocking mode with simgrid, non-blocking mode does not actually bring bigger simulation time 12 年之前
  Nathalie Furmento df2107a818 doc: add reference to include/starpu_sched_ctx_hypervisor.h 12 年之前
  Nathalie Furmento 4dff36c628 doc: rename Scheduling_Context_Hypervisor to SC_Hypervisor 12 年之前
  Nathalie Furmento 3680654c51 doc: move sc_hypervisor api documentation to api/sc_hypervisor 12 年之前
  Nathalie Furmento 4e375cc4bd doc/doxygen: small fixes 12 年之前
  Nathalie Furmento 4b796f2795 tests/perfmodels/value_nan.c: fix display message 12 年之前
  Nathalie Furmento f521726012 doc/doxygen/Makefile.am: add chapters/data_trace.xxx files in distrib file 12 年之前
  Nathalie Furmento 15e00fdf4a tools/valgrind/fscanf.suppr: add suppression for fprintf addr1 error 12 年之前
  Nathalie Furmento 63571a0963 tools/valgrind/fscanf.suppr: add Memcheck:Addr8 error 12 年之前
  Nathalie Furmento dbb260b352 src/core/disk_ops/disk_stdio.c: fix malloc call 12 年之前
  Nathalie Furmento ada1299451 mpi/src/starpu_mpi.c: clean hashtables 12 年之前
  Samuel Thibault 4818717708 Initialize buffers explicitly, to make sure the memory is really allocated before measuring bandwidth & latency. 12 年之前
  Andra Hugo 52459c8508 *eager: wake up workers when we add them to a context 12 年之前
  Nathalie Furmento d9147cc74d tools/valgrind/fscanf.suppr: add Memcheck:Addr4 error 12 年之前
  Nathalie Furmento dbe578af51 tests/perfmodels/valid_model.c: set model type before calling starpu_perfmodel_load_symbol(), otherwise model might not be properly initialised 12 年之前
  Nathalie Furmento 373865e739 src/core/disk_ops/disk_stdio.c: initialise memory 12 年之前
  Nathalie Furmento 0e7f0fc0b0 src/core/perfmodel/perfmodel_history.c: starpu_perfmodel_init() already checks model and model->symbol, no need to do it before calling 12 年之前
  Nathalie Furmento 5647acf0b1 sc_hypervisor/examples: model->type must be set before calling starpu_perfmodel_init 12 年之前