- Oct 23, 2018
-
-
Victor Lopez authored
It is a corner case, but a thread may not know if the CPU has been already claimed before checking the availability. This way, DLB_NOUPDT is returned to note that the CPU is still "Lent".
-
- Oct 18, 2018
-
-
Marta Garcia Gasulla authored
-
- Sep 28, 2018
-
-
Victor Lopez authored
Some compiler optimizations may cache dereferenciations appearing in expr. The memory fence ensures that the references are loaded again from memory on each iteration.
-
- Sep 26, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Sep 10, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
GTree is a self-balanced binary tree
-
Victor Lopez authored
-
- Aug 31, 2018
-
-
Victor Lopez authored
* Iterate per numver of objects instead of siblings * Ignore empty objects
-
Victor Lopez authored
-
Victor Lopez authored
-
- Jul 23, 2018
-
-
Victor Lopez authored
-
- Jul 17, 2018
-
-
Victor Lopez authored
There are no MPI tests left. Ignore bind flags detection.
-
Victor Lopez authored
-
Victor Lopez authored
In some systems, file /sys/devices/system/node/node*/cpulist may be empty. In those cases, DLB needs to ignore the node.
-
- May 23, 2018
-
-
Victor Lopez authored
-
- May 11, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- Mar 27, 2018
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Mar 23, 2018
-
-
Victor Lopez authored
Commit 48f7b689 introduced unconditional thread rebinding but it was causing also to move some threads without necessity.
-
- Mar 21, 2018
-
-
Victor Lopez authored
-
- 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
-