Nathalie Furmento
|
0855010e81
src/core/disk_ops/disk_leveldb.cpp: fix malloc calls
|
8 years ago |
Nathalie Furmento
|
ea326f4d15
src: add character in front of macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC
|
9 years ago |
Nathalie Furmento
|
d4761fddf6
src: introduce macros STARPU_MALLOC, STARPU_CALLOC and STARPU_REALLOC to make sure we always check the return value of stdlib malloc functions
|
9 years ago |
Samuel Thibault
|
bf8e9c78cb
Cache values gotten from environment variables, to fix concurrency with putenv() calls, and also reduce cost
|
10 years ago |
Nathalie Furmento
|
7ba0b90ca0
src/core/disk_ops: code cleaning
|
10 years ago |
Samuel Thibault
|
78fa934bb6
fix warning
|
10 years ago |
Nathalie Furmento
|
efea5f1a8f
src/ tests/ tools/: fix coding style, curly braces go on a newline
|
10 years ago |
Samuel Thibault
|
22159f1662
Reduce disk calibration time
|
10 years ago |
Samuel Thibault
|
a41c4b9ce3
Fix some llvm warnings, nothing serious
|
10 years ago |
Samuel Thibault
|
923dbdd2d8
Use starpu_ssize_t instead of ssize_t, and add a check against it
|
11 years ago |
Samuel Thibault
|
af2958f65c
Add environment variables to define a disk swap
|
11 years ago |
Samuel Thibault
|
3d95f282b0
Fix buffer allocation size when offset is not 0
|
11 years ago |
Samuel Thibault
|
22f89d55ab
fix warnings
|
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 |
Samuel Thibault
|
664964417e
Add the size to the disk plug method
|
11 years ago |
Samuel Thibault
|
6d46b0476b
fix build with leveldb
|
11 years ago |
Samuel Thibault
|
65163edb80
Reorder fields
|
11 years ago |
Samuel Thibault
|
ae1892fa7f
Improve the disk documentation, and clean the interface a bit
|
11 years ago |
Samuel Thibault
|
bcd5fb6e5f
Remove spurious async parameter of synchronous read/write functions
|
11 years ago |
Samuel Thibault
|
909d76588e
Make config.h check for unistd.h inclusion before leveldb includes it
|
11 years ago |
Samuel Thibault
|
9a20791167
Use starpu_timing_now instead of gettimeofday for measurements, since the latter is subject to timezones and such
|
11 years ago |
Samuel Thibault
|
5c98bbcb07
fix build with non-c++11 compilers
|
12 years ago |
Corentin Salingue
|
3c2606308e
leveldb is running :)
|
12 years ago |
Corentin Salingue
|
03ef97c890
fix some bugs, debug in progress
|
12 years ago |
Corentin Salingue
|
9f12811e30
remove unused async functions
|
12 years ago |
Corentin Salingue
|
6662bf44b2
write the write and full_write for level backend
|
12 years ago |
Corentin Salingue
|
9916558626
continuing to add leveldb backend functions
|
12 years ago |
Corentin Salingue
|
b52c7e80d0
begin to add backend vith leveldb
|
12 years ago |