Samuel Thibault
|
0645ff44a6
simgrid: Add GPU synchronization point on cudaFree, like CUDA does
|
9 年之前 |
Samuel Thibault
|
ffe16a3332
Fix confusion in simgrid API evolution
|
9 年之前 |
Samuel Thibault
|
83465cc907
Fix build with simgrid 3.13
|
9 年之前 |
Nathalie Furmento
|
9c38741e02
fix code to follow coding conventions for braces
|
9 年之前 |
Nathalie Furmento
|
aef60c0c2d
src,mpi/src: check return value for malloc/calloc/realloc functions
|
9 年之前 |
Samuel Thibault
|
97292596ab
write down why the ugly hack
|
9 年之前 |
Samuel Thibault
|
19fc1936c9
only use getrlimit when available
|
9 年之前 |
Samuel Thibault
|
cd847ea3d3
Fix build with upcoming simgrid release
|
9 年之前 |
Samuel Thibault
|
e219b37a8d
Fix warnings with older simgrid
|
9 年之前 |
Samuel Thibault
|
cc7c39c4f7
Fix build with upcoming simgrid 3.15
|
9 年之前 |
Corentin Salingue
|
967b191cc3
Test return of malloc
|
9 年之前 |
Samuel Thibault
|
24d0a076ab
Use only one MSG process per transfer stream
|
9 年之前 |
Samuel Thibault
|
02474d849a
improve locality of variables by using a structure instead of separate arrays
|
9 年之前 |
Samuel Thibault
|
f3f9acf198
Remove mutexes and conds from simgrid tasks and transfers since we are using queues everywhere now
|
9 年之前 |
Samuel Thibault
|
dc8374c8a3
Use only one MSG process per worker for running tasks
|
9 年之前 |
Samuel Thibault
|
41924f6d21
Fix starpu-mpi-simgrid with simgrid 3.14
|
9 年之前 |
Samuel Thibault
|
882ad99086
Do not assume that -fPIC means static linking, nowadays distributions compile all code with fPIC
|
9 年之前 |
Samuel Thibault
|
3ff56dcc26
fix indent
|
9 年之前 |
Samuel Thibault
|
039e0ed104
fix typo
|
9 年之前 |
Samuel Thibault
|
431d7078f8
Fix build with simgrid 3.11 and before
|
9 年之前 |
Samuel Thibault
|
c7c8bb6988
Work around bug in simgrid
|
9 年之前 |
Samuel Thibault
|
78b61b176b
Fix build with recent simgrid
|
9 年之前 |
Luka Stanisic
|
019ea63df4
solving MPI_Test issue for simgrid
|
9 年之前 |
Samuel Thibault
|
be853dc0b2
Fix build with simgrid 3.14
|
9 年之前 |
Nathalie Furmento
|
f7fdc53b4d
src/core/simgrid.c: we actually want RAM and not RAM%u
|
9 年之前 |
Nathalie Furmento
|
5c18303944
fixes for minor warning detected by cppcheck
|
9 年之前 |
Samuel Thibault
|
541061fada
fix compatibility with simgrid 3.14
|
9 年之前 |
Samuel Thibault
|
c7e5f06c7a
do not enable counting GPUs with old simgrid: SD_route_get_list seems to be crashing with old versions
|
9 年之前 |
Samuel Thibault
|
0d900cb464
fix compatibility with older simgrid versions
|
9 年之前 |
Samuel Thibault
|
2510657bc9
Add code that takes into account PCI topology to determine contention. But disable it for now since it seems to actually decrease performance...
|
9 年之前 |