Samuel Thibault
|
9848f505ef
Do not warn about spinning on Simgrid, this can happen, e.g. when freeing a memchunk on unregister
|
12 years ago |
Samuel Thibault
|
71233ee1f0
Use spinlock rather than an rwlock for protecting LRU, since it is quite small
|
12 years ago |
Samuel Thibault
|
5803c473f9
Show the latencies/bandwidth paths
|
12 years ago |
Samuel Thibault
|
e244010187
Add missing spin_destroy
|
12 years ago |
Samuel Thibault
|
7dc0f0c09f
TODO
|
12 years ago |
Samuel Thibault
|
59173203cd
destroy spinlock as appropriate
|
12 years ago |
Samuel Thibault
|
90dbcea98b
fix indentation
|
12 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
|
12 years ago |
Samuel Thibault
|
77fb61de8d
Use starpu_data_invalidate_submit, not starpu_data_invalidate, to interlace computations with invalidations
|
12 years ago |
Andra Hugo
|
890ae8d4c4
horrible fix for empty ctxs ( deadlock issue) (thinking at a nicer solution)
|
12 years ago |
Nathalie Furmento
|
1b28b875f2
tools/Makefile.am: avoid double bus calibration by running starpu_calibrate_bus first
|
12 years ago |
Samuel Thibault
|
9275a87570
Only test calibration in long test
|
12 years ago |
Nathalie Furmento
|
6de8e5b0f4
mpi/examples/matrix_decomposition/: move my_distrib from mpi_cholesky_codelets to mpi_decomposition_matrix
|
12 years ago |
Nathalie Furmento
|
798ab0e54b
mpi/examples: rename some files
|
12 years ago |
Samuel Thibault
|
5fee86e6b2
Really enable blocking drivers for simgrid
|
12 years ago |
Samuel Thibault
|
40c57e1f5e
Add return value
|
12 years ago |
Samuel Thibault
|
ffcbe047f6
fix message
|
12 years ago |
Samuel Thibault
|
d2ed5c06ba
Re-add progression tick, otherwise it seems to hang
|
12 years ago |
Samuel Thibault
|
1d52ea71e1
optimize simgrid spinlocks
|
12 years ago |
Samuel Thibault
|
1d1e075c8e
warn only once
|
12 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)
|
12 years ago |
Samuel Thibault
|
31f6bb8b27
warn on spinning for simgrid
|
12 years ago |
Samuel Thibault
|
87ebda3263
Avoid making simgrid spin on data requests, we can wake workers on data transfer termination.
|
12 years ago |
Samuel Thibault
|
c9f074ce5d
Quickly check for needed conversion before looking extensively.
|
12 years ago |
Nathalie Furmento
|
b6427ad6ad
mpi/examples/matrix_decomposition: code reorganisation
|
12 years ago |
Nathalie Furmento
|
434bc7e402
mpi/examples/matrix_decomposition/: reorganise code
|
12 years ago |
Nathalie Furmento
|
417f741d22
mpi/examples/matrix_decomposition/mpi_cholesky.c: new function to display matrix
|
12 years ago |
Nathalie Furmento
|
3f22abd78f
mpi/examples/Makefile.am: fix distrib list
|
12 years ago |
Nathalie Furmento
|
bbd214c806
tools/Makefile.am: execute starpu_calibrate_bus before starpu_machine_display to avoid double calibration
|
12 years ago |
Samuel Thibault
|
0ce268da40
Do not warn about debugging flags in simgrid mode
|
12 years ago |