Samuel Thibault
|
43a3c904ed
directly lookup destination node instead of relying on the node of the current worker
|
8 years ago |
Samuel Thibault
|
f3f9acf198
Remove mutexes and conds from simgrid tasks and transfers since we are using queues everywhere now
|
8 years ago |
Corentin Salingue
|
cc4eb6b654
fix indent
|
8 years ago |
Corentin Salingue
|
087b676559
add MPI slave to MPI slave sync transfers
|
9 years ago |
Corentin Salingue
|
0dbf966aef
Merge from trunk
|
9 years ago |
Corentin Salingue
|
f7acc7fe76
* fix bug in async mode when using MPI Master-Slave
|
9 years ago |
Nathalie Furmento
|
87718074ae
src: fix cppcheck warnings
|
9 years ago |
Corentin Salingue
|
28d9ec43f7
add asynchronous MPI master-slave transfers
|
9 years ago |
Corentin Salingue
|
4a14747dd9
add Master <-> Slaves transfers + fix bug when asynchronous messages are received + fix bug when multiple thread is not activated
|
9 years ago |
Samuel Thibault
|
178b459855
Fix potential deadlock of heteroprio when using simgrid, i.e. blocking mode
|
9 years ago |
Samuel Thibault
|
e7a67678f3
Port r17807 from Loris' work: added handle to _STARTPU_START_DRIVER_COPY macro
|
9 years ago |
Samuel Thibault
|
073f30fd18
fix coverity warnings
|
9 years ago |
Nathalie Furmento
|
1fb4a4761c
src/datawizard/copy_driver.c: release opencl event when copy is completed
|
9 years ago |
Samuel Thibault
|
abb3c9b178
fix warnings
|
9 years ago |
Samuel Thibault
|
3c81d54382
Reduce a big overhead in starpu_pthread_mutex_lock/unlock by only checking for the sched mutex when locking a sched mutex
|
9 years ago |
Samuel Thibault
|
54f8793eb2
fix support for more that 4G tasks
|
9 years ago |
Samuel Pitoiset
|
18e3e8138a
core: do not display the bus stats twice
|
9 years ago |
Samuel Thibault
|
f8c7102131
Add missing break
|
10 years ago |
Samuel Thibault
|
ecc274e4c0
Distinguish between fetches, prefetches and idle fetches in the paje trace
|
10 years ago |
Samuel Thibault
|
419f4e392c
TODOs
|
10 years ago |
Samuel Thibault
|
90bf39960e
Vastly improve simgrid simulation time by using wake queues
|
10 years ago |
Samuel Thibault
|
d06eb3bbd4
Make reclaiming prevent more fetches on the node being cleaned up, to avoid permanent battle between them
|
10 years ago |
Samuel Thibault
|
8a0144e402
fix crash when an interface without any_to_any is used with disks
|
10 years ago |
Samuel Thibault
|
fc5aa874a0
port r15822 from 1.2: fix small issues
|
10 years ago |
Samuel Thibault
|
1683d35a0d
Fix msg.h inclusion according to new location
|
10 years ago |
Samuel Thibault
|
c8efbb83e8
Inline list heads instead of keeping allocating them
|
10 years ago |
Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Samuel Thibault
|
f7ab9f4b09
Drop assertion when running with CUDA peer support in simgrid mode
|
11 years ago |
Samuel Thibault
|
51e895087b
Fix and test disk support with pack/unpack-only interfaces
|
11 years ago |
Samuel Thibault
|
aba9b7562b
Make disk test actually test all backends. Partly revert r13785 which was using a union as a structure.
|
11 years ago |