Samuel Thibault
|
961c77c559
Document how to permit simgrid execution on desktop without CUDA/OpenCL
|
12 years ago |
Samuel Thibault
|
9360f01062
Use simpler code to fake cholesky kernels
|
12 years ago |
Samuel Thibault
|
2b30d49db1
Make it possible to use simgrid without having CUDA/OpenCL installed
|
12 years ago |
Samuel Thibault
|
083ca2f7b5
remove unneeded ifdefs
|
12 years ago |
Samuel Thibault
|
0e0eb992a5
Make sure simgrid mode does not write sampling files
|
12 years ago |
Samuel Thibault
|
1ac34472e6
round up number of nodes to a power of two
|
12 years ago |
Samuel Thibault
|
032ef03c9a
Fix parsing more or less nodes than expected
|
12 years ago |
Nathalie Furmento
|
8c1f17b7a9
tests: fix coding style
|
12 years ago |
Samuel Thibault
|
64ced3026d
In simgrid mode without cuda/opencl compiled, we need several memory nodes.
|
12 years ago |
Nathalie Furmento
|
175620ef40
src: fix coding style
|
12 years ago |
Samuel Thibault
|
5a97bc0168
Get gethostname prototype
|
12 years ago |
Nathalie Furmento
|
eb32a9b3d4
src: fix coding style
|
12 years ago |
Samuel Thibault
|
f33ca694f8
Make latency/bandwidth more flexible about number of nodes
|
12 years ago |
Nathalie Furmento
|
1236aff767
src/common/utils.c: fix coding style
|
12 years ago |
Samuel Thibault
|
9d798f070b
Add yet more debugging about loading perfmodels. Fix gethostname issue with fqdn, and factorize it
|
12 years ago |
Samuel Thibault
|
31c3809e54
Move simgrid platform file generation to its own function. Also implement _starpu_pthread_key_delete.
|
12 years ago |
Sylvain Henry
|
736bbf0a6d
SOCL: do not release kernel name as it may be used by StarPU to store codelet perf models
|
12 years ago |
Sylvain Henry
|
bc17993077
SOCL: fix static codelet released too early
|
12 years ago |
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 |