Samuel Thibault
|
22159f1662
Reduce disk calibration time
|
10 年之前 |
Samuel Thibault
|
923dbdd2d8
Use starpu_ssize_t instead of ssize_t, and add a check against it
|
10 年之前 |
Samuel Thibault
|
73461bda4f
Free with the proper function
|
10 年之前 |
Samuel Thibault
|
b2ff0c53b6
Fix unlinking files on windows
|
10 年之前 |
Samuel Thibault
|
af2958f65c
Add environment variables to define a disk swap
|
10 年之前 |
Samuel Thibault
|
5631781837
Make pack allocate aligned buffers for o_direct to be able to work
|
10 年之前 |
Samuel Thibault
|
51e895087b
Fix and test disk support with pack/unpack-only interfaces
|
10 年之前 |
Samuel Thibault
|
664964417e
Add the size to the disk plug method
|
10 年之前 |
Samuel Thibault
|
bcd5fb6e5f
Remove spurious async parameter of synchronous read/write functions
|
10 年之前 |
Samuel Thibault
|
57e3ce1af1
sys/time is not needed any more for gettimeofday
|
11 年之前 |
Samuel Thibault
|
9a20791167
Use starpu_timing_now instead of gettimeofday for measurements, since the latter is subject to timezones and such
|
11 年之前 |
Nathalie Furmento
|
dbb260b352
src/core/disk_ops/disk_stdio.c: fix malloc call
|
12 年之前 |
Samuel Thibault
|
4818717708
Initialize buffers explicitly, to make sure the memory is really allocated before measuring bandwidth & latency.
|
12 年之前 |
Nathalie Furmento
|
373865e739
src/core/disk_ops/disk_stdio.c: initialise memory
|
12 年之前 |
Nathalie Furmento
|
185f4f28de
src/core/disk_ops/disk_stdio.c: code cleaning
|
12 年之前 |
Samuel Thibault
|
b74c9583ff
Initialize buffer to be written for testing disk bandwidth, to avoid any page fault cost, and please valgrind
|
12 年之前 |
Samuel Thibault
|
7e4f845927
Fix buffer overflow
|
12 年之前 |
Corentin Salingue
|
902da04706
change the return value for the write function
|
12 年之前 |
Samuel Thibault
|
192abc3b7f
Pass O_BINARY for windows
|
12 年之前 |
Samuel Thibault
|
d8762fe89c
now-useless include
|
12 年之前 |
Samuel Thibault
|
171866d4ad
missing ifdef for aio
|
12 年之前 |
Corentin Salingue
|
8c3c512cec
change flags for windows
|
12 年之前 |
Corentin Salingue
|
352f1e0642
remove aio from stdio backend
|
12 年之前 |
Samuel Thibault
|
fab007f4cf
do not build aio on windows
|
12 年之前 |
Samuel Thibault
|
8e4b36633b
merge trunk
|
12 年之前 |
Samuel Thibault
|
d4df9bad9c
automatically append / to base disk paths
|
12 年之前 |
Corentin Salingue
|
35b65e76a8
forget to change size
|
12 年之前 |
Corentin Salingue
|
fcae2dca11
fix assert bug + reduce warning
|
12 年之前 |
Corentin Salingue
|
e66c1994ff
add support pack/unpack for out-of-core
|
12 年之前 |
Corentin Salingue
|
0d30c96822
fix bug for asynchronous input/output, it runs
|
12 年之前 |