Commit History

Author SHA1 Message Date
  Samuel Thibault 8cb4c94fb1 fix eager crash by properly getting function definitions 13 years ago
  Samuel Thibault fbc49b268f FIXME 13 years ago
  Samuel Thibault 9fcd3cbcb3 Fix output layout 13 years ago
  Samuel Thibault f93016ffc6 make warning more explicit 13 years ago
  Nathalie Furmento 942ad714c3 mpi/src/starpu_mpi.c: mark probe request as being submitted and improve debug messages 13 years ago
  Samuel Thibault 61e5509f45 Use -1 instead of sounds-infinite value for simgrid TCP_gamma 13 years ago
  Samuel Thibault f3118a933b explain the user what actually went wrong, rather that returning a few dozen lines coming from the strcmp inlined implementation... 13 years ago
  Samuel Thibault 32a2f93548 Make 1 more prominent in the doc 13 years ago
  Samuel Thibault 250c9ca8b3 Fix gamma parameter passing 13 years ago
  Samuel Thibault 2f67e34235 Tell user to set TCP_gamma himself for now 13 years ago
  Samuel Thibault 4f55fce2be Use bigger value to avoid TCP window simulation 13 years ago
  Samuel Thibault dc26cc421a Add parameters to fix simgrid network simulation, commented for now as it hangs 13 years ago
  Nathalie Furmento 22e62a515a mpi/tests/user_defined_datatype.c: also test blocking communications 13 years ago
  Andra Hugo 4be171f0e6 starpu_shutdown fix (left contexts not deleted caused shutdown to have pbs) 13 years ago
  Nathalie Furmento 4b7f11209c mpi: New functionality starpu_mpi_irecv_probe_detached which first tests if the message is available before calling MPI_Recv. 13 years ago
  Nathalie Furmento 3281be1c30 mpi/src/starpu_mpi.c: small fixes 13 years ago
  Nathalie Furmento eb600aa5c6 mpi/tests/user_defined_datatype.c: define a different mpi tag for each data 13 years ago
  Nathalie Furmento 39f05e55be fix definition of starpu_worker_get_sched_condition when simgrid is enabled (thanks to Lionel Eyraud-Dubois and Paul Renaud-Goud for reporting the bug) 13 years ago
  Andra Hugo 29536adfdd fix dummy too 13 years ago
  Andra Hugo dbc4b33af8 fixed policies and completly remove the fields: mutex & cond of sched_ctx 13 years ago
  Andra Hugo 2bf98abb22 fixing synchro pb for the other policies too 13 years ago
  Sylvain Henry 0af8e83af4 SOCL: support context properties (scheduler and context name) 13 years ago
  Andra Hugo 4146573b69 synchronization issue(pop is protected by a single mutex/cond, the one of the worker & eager has a special mutex to avoid several workers to get the same task) ->only eager is fixed, 13 years ago
  Samuel Thibault 267a83a5ad Fix builld with blocking drivers 13 years ago
  Nathalie Furmento 4e0ea93ff5 src/core/workers.c: only define variables when needed 13 years ago
  Nathalie Furmento 235a4c0174 src/core/sched_policy.c: to access predefined_policies, use a nice for loop instead of the ugly while loop (if you like pointer arithmetic ...) 13 years ago
  Nathalie Furmento f79a3a7873 tests/sched_policies: use a nice for loop instead of the ugly while loop (if you like pointer arithmetic ...) 13 years ago
  Nathalie Furmento 5bdcaa3ed5 src/core/sched_policy.c: detect end of list 13 years ago
  Samuel Thibault 323d3c32d2 Define STARPU_RMB/WMB on archs other than x86/ppc 13 years ago
  Nathalie Furmento 6a15c87804 examples/basic_examples/hello_world.c: give a name to the codelet 13 years ago