Commit History

Author SHA1 Message Date
  Samuel Thibault a5880109d0 Apply 1.0 renamings before defining 0.9 compatibility types with these new names 12 years ago
  Samuel Thibault cf92f17db1 Add missing starpu 1.0 compatibility macros for 0.9 applications 12 years ago
  Marc Sergent 9783f21238 Fix of the livelock discovered by Marc Sergent's internship, by adding a maximum trylock threshold before a blocking lock 12 years ago
  Marc Sergent 7e8329b365 src/datawizard/malloc.c : forgotten printf removed 12 years ago
  Marc Sergent e0b771e409 FxT lock traces support added to StarPU. Use --enable-fxt-lock option of configure to activate it 12 years ago
  Samuel Thibault 42fac99e2e Explicitly print the overhead percentage 12 years ago
  Nathalie Furmento 148ba0cd18 mpi/tests: new testcases 12 years ago
  Nathalie Furmento 0e676aafaa mpi/src/starpu_mpi.c: add comments 12 years ago
  Nathalie Furmento bc580ffde0 mpi/src: define a minimum and maximum debug level 12 years ago
  Nathalie Furmento 69b68bd9f3 mpi/src/starpu_mpi_private.h: print line when displaying debug message 12 years ago
  Nathalie Furmento 06d9ce0bca mpi/src: various fixes 12 years ago
  Samuel Thibault f7fcc10cd5 Fix accessing arch type of a combined worker 12 years ago
  Andra Hugo db0267f452 fixes for the speed computations 12 years ago
  Nathalie Furmento c20778f325 tests/Makefile.am: test check rules 12 years ago
  Nathalie Furmento 568f1b7bfa doc/doxygen: typo following r10347 12 years ago
  Andra Hugo 5fd5c871e6 too expensive the lock in copmpute_all_performance_prediction, exp_start is update in post_exec/pre_exec/etc also 12 years ago
  Andra Hugo 8d8d2aa2f2 fix speed computation in the hypervisor 12 years ago
  Samuel Thibault acb1f1441c typo 12 years ago
  Nathalie Furmento 8d62ce83ba mpi/tests/mpi_redux.c: send sum back to all nodes 12 years ago
  Nathalie Furmento 4362d24b42 mpi/src/starpu_mpi.c: explicit recv communications check if a tag is 12 years ago
  Nathalie Furmento 4d30cef9dc mpi/src: properly deal with unknown datatypes 12 years ago
  Simon Archipoff f43398996f bug fix, sched_policy.c:_get_next_sched_ctx_to_pop_into made a recursive call 12 years ago
  Nathalie Furmento 9d993d0369 mpi/src/starpu_mpi_datatype.c: deal with unknown datatype 12 years ago
  Nathalie Furmento 6962ff103c merge branches/starpu-1.1@10328: mpi/tests: add new test to do a redux by hand + modify test not to use same tag for each node + needs to be fixed as test sometimes hangs 12 years ago
  Samuel Thibault 27a70c8cc6 document measurement unit 12 years ago
  Nathalie Furmento 69af6ec637 tests: new test to test insert task with codelet NULL and a callback 12 years ago
  Nathalie Furmento 0d8d65bebb data management: New functions 12 years ago
  Samuel Thibault 12aa69aa32 It does not make sense to test for sequential_consistency flag when unlocking the post_sync_tasks: we are at execution time, not submission time. post_sync_tasks_cnt tells us whether post_sync tasks have been submitted or not anyway 12 years ago
  Samuel Thibault f2fffd0544 do not add the post_sync task if there is none. Fixes acquiring a data whose consistency flag is cleared 12 years ago
  Samuel Thibault 912cad9cce make sure pre/post_sync_task are set in the non-sequential-consistency mode 12 years ago