Commit History

Author SHA1 Message Date
  Nathalie Furmento 836c1e148c merge trunk 11 years ago
  Nathalie Furmento cd1c703463 merge trunk 11 years ago
  Nathalie Furmento 1bd9c09c71 merge branches/kstar in trunk 11 years ago
  Nathalie Furmento bbed82f445 merge trunk 11 years ago
  Samuel Thibault 8a1120b2d1 merge trunk 11 years ago
  Samuel Thibault 85a2bc6b69 Take default stack size from rlimit before using a default of 8192 11 years ago
  Nathalie Furmento 6e7b6f8947 merge trunk 11 years ago
  Nathalie Furmento b7db1b780b configure.ac: force running_mpi_check to no when mpi is disabled (thanks Florent Pruvost for the hint) 11 years ago
  Nathalie Furmento 9aeb560a25 examples/sched_ctx/sched_ctx.c: fix typo, we add the workers in procs1 11 years ago
  Nathalie Furmento 468f97544a merge trunk 11 years ago
  Samuel Thibault 7cfc7403f1 Disable check and pivoting code in simgrid mode, to save the matrix allocations 11 years ago
  Nathalie Furmento 0bb7139719 _starpu_update_perfmodel_history should not assume the combination is already created, it may not be if starpu_perfmodel_update_history() is called directly from the application 11 years ago
  Nathalie Furmento 67951c8857 merge trunk 11 years ago
  Nathalie Furmento 0fb9ed8550 src/core/perfmodel/perfmodel_history.: factorise some code 11 years ago
  Samuel Thibault 2a4327990e remove unused variable 11 years ago
  Samuel Thibault 0ee6e32149 Fix prototype 11 years ago
  Samuel Thibault ef61dfaf6a Add parameter to can_copy, so it can choose from which node to issue the transfer. 11 years ago
  Nathalie Furmento 3311366e8d src/core/perfmodel/perfmodel_history.c: protect the access to global variable arch_combs 11 years ago
  Samuel Thibault c3e6095f8d Move the pause implementation into its own function, instead of _starpu_machine_is_running which is called in various places where the pause can actually lead to deadlocks 11 years ago
  Samuel Thibault 97b650bef6 Do not keep the scheduling mutex while submitting conversion tasks, since that may be calling _starpu_post_data_request and thus _starpu_wake_all_blocked_workers_on_node in the end, leading to a deadlock. 11 years ago
  Samuel Thibault 4497fe7d38 Fix eager policies in blocking mode: the policy mutex mustn't be held while calling starpu_wakeup_worker, since in other parts of the code we take the mutexes the other way 11 years ago
  Olivier Aumage c90bfe6d26 - documentation 11 years ago
  Samuel Thibault 5a7ec26d01 Move the redirection of the application's main into starpu_simgrid_wrap.h 11 years ago
  Samuel Thibault 2d9267358e Avoid changing the existing format, which would break Lucas' scripts 11 years ago
  Nathalie Furmento 3671738467 examples/sched_ctx/sched_ctx_without_sched_policy.c: add a CUDA worker 11 years ago
  Nathalie Furmento 8dabeb00b1 tests/sched_policies/simple_cpu_gpu_sched.c: fix merge 11 years ago
  Nathalie Furmento 08c7460028 src: if StarPU has been configured with the option 11 years ago
  Nathalie Furmento ff84d79b70 src/debug/traces/starpu_fxt.c: deal with datatypes having no description 11 years ago
  Samuel Thibault 3b8e0c07be Fix policy name 11 years ago
  Samuel Thibault 290a806ec0 Better catch applications which don't include starpu.h in simgrid mode 11 years ago