Corentin Salingue
|
91a65f66ef
this example doesn't support Master-Slave transfers
|
8 years ago |
Corentin Salingue
|
d4239a2b3f
forget to add MPI_MS_RAM case
|
8 years ago |
Corentin Salingue
|
7f0cf9b321
skip invalid_blocing_calls test if master-slave mode is enable because mpirun doesn't exit on some computers
|
8 years ago |
Nathalie Furmento
|
b601b645b2
fix code to follow coding conventions for braces
|
8 years ago |
Nathalie Furmento
|
9c38741e02
fix code to follow coding conventions for braces
|
8 years ago |
Nathalie Furmento
|
aef60c0c2d
src,mpi/src: check return value for malloc/calloc/realloc functions
|
8 years ago |
Samuel Thibault
|
0de1308077
Harmonize and fix alloc/free of CUDA RAM in simgrid and non-simgrid cases
|
8 years ago |
Luka Stanisic
|
0e9e4ea1ea
When NCUDA is not specified it takes value "-1", but this part of the code should not be executed in any case (unless I am missing something)
|
8 years ago |
Luka Stanisic
|
7ba361c61b
simgrid: fix to correctly capture scheduling in traces. Also adding this to ChangeLog
|
8 years ago |
Luka Stanisic
|
db4d8cf053
simgrid: taking into account scheduling cost
|
8 years ago |
Corentin Salingue
|
92a6491016
add reduction support for MPI Master-Slave devices
|
8 years ago |
Nathalie Furmento
|
50b293a483
mpi/src/starpu_mpi_cache.c: make sure all functions are protected by using the global mutex
|
8 years ago |
Samuel Thibault
|
7d4a0f23d0
No need to drop the lock now that we have only one mutex
|
8 years ago |
Nathalie Furmento
|
9d342936ce
src/common/utils.h: remove un-unused _STARPU_FREE macro
|
8 years ago |
Nathalie Furmento
|
63e9c03a6c
mpi/cache: remove data-specific cache mutex to only keep a global mutex
|
8 years ago |
Nathalie Furmento
|
6ce1c625f7
mpi: add missing include and fix calloc call
|
8 years ago |
Nathalie Furmento
|
0b198c56cc
src,mpi/src: check return value for malloc/calloc/realloc functions
|
8 years ago |
Nathalie Furmento
|
c93a5ee190
tools/dev/starpu_check_malloc.sh: script to test calls to malloc/calloc/realloc functions
|
8 years ago |
Nathalie Furmento
|
6f46d1740f
mpi/examples/mpi_lu/pxlu_kernels.c: fix printf type
|
8 years ago |
Samuel Thibault
|
27e0760337
Add missing include needed for some build profiles
|
8 years ago |
Samuel Thibault
|
2ea5faef7f
Use better priorities in our distributed cholesky implementation
|
8 years ago |
Samuel Thibault
|
e180da0966
Allow the application not to define an MPI tag when the data is not to be transferred
|
8 years ago |
Samuel Thibault
|
bd9d103c1a
Fix case when handle gets unregistered just before we check whether there are arbitered waiters
|
8 years ago |
Samuel Thibault
|
e50a934f58
Allow for more concurrent readers with arbiters: we may also want to notify even when the handle is being used, in read mode notably
|
8 years ago |
Samuel Thibault
|
00e62ce185
sched_ctx/sched_ctx_hierarchy can't work on simgrid yet
|
8 years ago |
Samuel Thibault
|
51e73cb81a
Add missing signaling when buffers are transferred
|
8 years ago |
Samuel Thibault
|
b1451ecff2
revert 20410: opencl does not driver several devices
|
8 years ago |
Samuel Thibault
|
c14ba419e6
don't omit setting the local worker key, to make sure _starpu_fetch_task_input_tail works with the proper device
|
8 years ago |
Samuel Thibault
|
97292596ab
write down why the ugly hack
|
8 years ago |
Luka Stanisic
|
76c48b0915
traces: prepending JobId with the prefix (MPI node number)
|
8 years ago |