- Jun 15, 2017
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- Jun 14, 2017
-
-
Victor Lopez authored
-
- Jun 13, 2017
-
-
Victor Lopez authored
Setting LB_ARGS="..." was causing non-defined options to be empty instead of parse the default value
-
- Jun 01, 2017
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- May 24, 2017
-
-
Victor Lopez authored
Do a true reset in shmem_cpuinfo by acquiring all owned CPUs and lending the rest. The previous logic was wrong, a simple AcquireCpuMask is not enoutgh.
-
Victor Lopez authored
In polling mode, DLB must always enable the CPU and let the runtime decide whether there will be CPU sharing by calling checkCPUAvailability Also, fix needed in shmem_cpuinfo__is_cpu_available to support the current mechanism in AcquireCpu
-
Victor Lopez authored
-
Victor Lopez authored
HWLOC_LIBDIR needs to be exported without link flags. For that reason, a bit of refactoring has been needed in ax_hwloc
-
- May 17, 2017
-
-
Victor Lopez authored
-
- May 15, 2017
-
-
Victor Lopez authored
-
- May 12, 2017
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- May 10, 2017
-
-
Victor Lopez authored
Several flags are needed, and CFLAGS cannot be shared since there are some incompatible flags
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- May 08, 2017
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- May 05, 2017
-
-
Victor Lopez authored
-
- May 04, 2017
-
-
Victor Lopez authored
Now all policy functions must return an integer. If the function is not defined, a new error value DLB_ERR_NOPOL is returned.
-
Victor Lopez authored
-
- Apr 28, 2017
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
A list of CPUs is constructed every time the process mask changes. Only if PRIO_AFFINITY_FULL, the scheduled CPUs are dependant on the CPU state.
-
- Apr 27, 2017
-
-
Victor Lopez authored
It was unclear deciding which condition did what. Now each one will return a cpuset of parents that either cover o are inside a base cpuset.
-
- Apr 25, 2017
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
We cannot request usage of an undetermined CPU based only on scheduling. The APIs Borrow & BorrowCpus will provide the intended use case now.
-
- Apr 20, 2017
-
-
Victor Lopez authored
We need something more generic for scheduling resources. For now, simply construct a list of candidates based on Owned + Rest
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
$srcdir/.git can be a file in case of git worktrees
-