Commit History

Author SHA1 Message Date
  Nathalie Furmento 175620ef40 src: fix coding style 13 years ago
  Samuel Thibault 5a97bc0168 Get gethostname prototype 13 years ago
  Nathalie Furmento eb32a9b3d4 src: fix coding style 13 years ago
  Samuel Thibault f33ca694f8 Make latency/bandwidth more flexible about number of nodes 13 years ago
  Nathalie Furmento 1236aff767 src/common/utils.c: fix coding style 13 years ago
  Samuel Thibault 9d798f070b Add yet more debugging about loading perfmodels. Fix gethostname issue with fqdn, and factorize it 13 years ago
  Samuel Thibault 31c3809e54 Move simgrid platform file generation to its own function. Also implement _starpu_pthread_key_delete. 13 years ago
  Sylvain Henry 736bbf0a6d SOCL: do not release kernel name as it may be used by StarPU to store codelet perf models 13 years ago
  Sylvain Henry bc17993077 SOCL: fix static codelet released too early 13 years ago
  Samuel Thibault 9848f505ef Do not warn about spinning on Simgrid, this can happen, e.g. when freeing a memchunk on unregister 13 years ago
  Samuel Thibault 71233ee1f0 Use spinlock rather than an rwlock for protecting LRU, since it is quite small 13 years ago
  Samuel Thibault 5803c473f9 Show the latencies/bandwidth paths 13 years ago
  Samuel Thibault e244010187 Add missing spin_destroy 13 years ago
  Samuel Thibault 7dc0f0c09f TODO 13 years ago
  Samuel Thibault 59173203cd destroy spinlock as appropriate 13 years ago
  Samuel Thibault 90dbcea98b fix indentation 13 years ago
  Samuel Thibault f5363c873c to avoid calling starpu_worker_get_memory_node, simply add variants of _starpu_handle_needs_conversion_task and _starpu_create_conversion_task which take the arch itself 13 years ago
  Samuel Thibault 77fb61de8d Use starpu_data_invalidate_submit, not starpu_data_invalidate, to interlace computations with invalidations 13 years ago
  Andra Hugo 890ae8d4c4 horrible fix for empty ctxs ( deadlock issue) (thinking at a nicer solution) 13 years ago
  Nathalie Furmento 1b28b875f2 tools/Makefile.am: avoid double bus calibration by running starpu_calibrate_bus first 13 years ago
  Samuel Thibault 9275a87570 Only test calibration in long test 13 years ago
  Nathalie Furmento 6de8e5b0f4 mpi/examples/matrix_decomposition/: move my_distrib from mpi_cholesky_codelets to mpi_decomposition_matrix 13 years ago
  Nathalie Furmento 798ab0e54b mpi/examples: rename some files 13 years ago
  Samuel Thibault 5fee86e6b2 Really enable blocking drivers for simgrid 13 years ago
  Samuel Thibault 40c57e1f5e Add return value 13 years ago
  Samuel Thibault ffcbe047f6 fix message 13 years ago
  Samuel Thibault d2ed5c06ba Re-add progression tick, otherwise it seems to hang 13 years ago
  Samuel Thibault 1d52ea71e1 optimize simgrid spinlocks 13 years ago
  Samuel Thibault 1d1e075c8e warn only once 13 years ago
  Andra Hugo 8aa86f5b27 get rid of the remove/add task (replace it with a flag) + fix a delete_ctx bug (data was freed too early) 13 years ago