- Mar 20, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
Close #96
-
Victor Lopez authored
Those functions only need system size and they will become a requirement for mu_init, therefore we avoid circular dependencies.
-
- Mar 14, 2018
-
-
Victor Lopez authored
-
- Mar 13, 2018
-
-
Victor Lopez authored
Now --verbose options affect all libraries, not only debug. Additionally, some debug macros have been transformed to functions.
-
Victor Lopez authored
Old versions of GCC are too strict with shadowing rules
-
Victor Lopez authored
This binary is used to run applications that may or not be DLB aware, but will register the current mask before the application starts. Close #95
-
Victor Lopez authored
This service is used to pre-register a mask into the DLB shared memory
-
- Mar 12, 2018
-
-
Victor Lopez authored
If the shmem exists but we don't have its handler, try to open it in order to destroy it correctly
-
Victor Lopez authored
Add shmem functions to check if the file exists, and to destroy it if we don't have access to its handler
-
Victor Lopez authored
-
Victor Lopez authored
Now all C tests will automatically include assert_noshmem.h and perish.h
-
Victor Lopez authored
-
- Mar 08, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Mar 07, 2018
-
-
Victor Lopez authored
Some OMP runtimes do not use the first threads when reducing the number of threads. Therefore, we need to ensure that all threads are bound to the right CPU.
-
- Mar 01, 2018
-
-
Victor Lopez authored
-
- Feb 28, 2018
-
-
Victor Lopez authored
On large systems process_mask contained bits further than 64
-
Victor Lopez authored
-
Victor Lopez authored
- ncpus must not be decremented if the CPU is not reclamable - output arrays were not correctly invalidated
-
Victor Lopez authored
Fix #94
-
- Feb 27, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- Feb 19, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
CPU_ISSET may return any integer greater than 1, casting is needed. Also, simplify the error checking with asserts.
-
Victor Lopez authored
Backtrace functions are GNU extensions.
-
Victor Lopez authored
-
- Feb 15, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
Close #93
-
Victor Lopez authored
-
- Feb 12, 2018
-
-
Victor Lopez authored
-
- Feb 06, 2018
-
-
Victor Lopez authored
Timestamp last_borrow should only be updated when the borrow does not succeed
-
Victor Lopez authored
Fix typo Add and update some comments
-
- Jan 30, 2018
-
-
Marta Garcia Gasulla authored
-
- Jan 10, 2018
-
-
Victor Lopez authored
-
- Jan 09, 2018
-
-
Victor Lopez authored
Options parsing was not correctly removing "=values"
-
Victor Lopez authored
This option will make warnings to raise a DLB panic error
-
- Jan 08, 2018
-
-
Victor Lopez authored
-
- Dec 22, 2017
-
-
Victor Lopez authored
-