Samuel Thibault
|
8714b5e2f0
fix atomicity of accessing a replicate mc
|
8 gadi atpakaļ |
Samuel Thibault
|
e366011413
do not bother synchronizing global_size
|
8 gadi atpakaļ |
Samuel Thibault
|
dccffe005a
Do not bother synchronizing _starpu_worker_drives_memory
|
8 gadi atpakaļ |
Samuel Thibault
|
a86d1ca2ae
Fix lock ordering when two workers try to lock each other and then interlock within _starpu_worker_relax_on
|
8 gadi atpakaļ |
Samuel Thibault
|
8baea5bd02
Simplify code a bit
|
8 gadi atpakaļ |
Samuel Thibault
|
4d8486abb2
Update tsan suppressions
|
8 gadi atpakaļ |
Samuel Thibault
|
787a3c69cc
Move scheduled field, which is to be changed by starpu with proper synchronization, not along fields which are not to change but read without synchronization
|
8 gadi atpakaļ |
Samuel Thibault
|
449e099c86
Make sure that per-node execution only has per-node data
|
8 gadi atpakaļ |
Samuel Thibault
|
f0caaec5e0
Don't bother prefetching some data which will be overwritten
|
8 gadi atpakaļ |
Samuel Thibault
|
38db1dc4d6
test needs at least 2 MPI nodes
|
8 gadi atpakaļ |
Samuel Thibault
|
d21d4c8bc7
fix build
|
8 gadi atpakaļ |
Nathalie Furmento
|
4f2b91524a
mpi/src: fix coding style
|
8 gadi atpakaļ |
Samuel Thibault
|
7f68b4d6bb
Make valgrind believe we have initialized our variable data
|
8 gadi atpakaļ |
Samuel Thibault
|
f76300e50f
Fix memory leak on early reception of a detached request: we need to destroy them when it is both completed and the application has expressed it should be detached
|
8 gadi atpakaļ |
Nathalie Furmento
|
d546317e76
src/core/perfmodel/perfmodel_bus.c: fix printf format parameter
|
8 gadi atpakaļ |
Nathalie Furmento
|
2da43716d5
tools: close file and fix coding style
|
8 gadi atpakaļ |
Nathalie Furmento
|
7b0d0d523e
mpi/src/starpu_mpi_cache.c: fix coding style
|
8 gadi atpakaļ |
Samuel Thibault
|
5aaba07f4e
free cache_sent array after it is used by _starpu_mpi_cache_flush_nolock
|
8 gadi atpakaļ |
Samuel Thibault
|
0719401c42
Ship hdf5.suppr
|
8 gadi atpakaļ |
Samuel Thibault
|
d20a2069af
fix memleak in cache_disable: if the application disabled the cache on the fly, we still need to free the cache_sent array
|
8 gadi atpakaļ |
Samuel Thibault
|
0a32967e7d
Add missing unregisters
|
8 gadi atpakaļ |
Samuel Thibault
|
72f15f529e
typo
|
8 gadi atpakaļ |
Samuel Thibault
|
8166f07fe1
fix test on simgrid
|
8 gadi atpakaļ |
Nathalie Furmento
|
0e58e2f3a0
configure.ac: add warning when compiling on windows and MSVC lib not available
|
8 gadi atpakaļ |
Samuel Thibault
|
dfc69f0313
Avoid warning
|
8 gadi atpakaļ |
Samuel Thibault
|
5e3dbcf95a
Add per-node MPI data
|
8 gadi atpakaļ |
Samuel Thibault
|
f85e615d1f
Don't blame application for using tag -1, it can be used for temporary data
|
8 gadi atpakaļ |
Samuel Thibault
|
1a0f0bcdb6
Document how basic temporary data can be used with StarPU-MPI
|
8 gadi atpakaļ |
Samuel Thibault
|
9005df6bdd
put libstarpumpi in LIBS instead of by hand in foo_LDADD
|
8 gadi atpakaļ |
Samuel Thibault
|
19d69406bc
Fix integer size
|
8 gadi atpakaļ |