- Jun 24, 2019
-
-
Mario Rodriguez authored
-
- Jun 15, 2019
-
-
Mario Rodriguez authored
Stable version, options of DLB_ARGS have been added.
-
- Mar 13, 2019
-
-
Mario Rodriguez authored
-
- Feb 28, 2019
-
-
Mario Rodriguez authored
Fortran dlbf.h update
-
Victor Lopez authored
-
- Feb 27, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- Feb 26, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
In order to honor the same behavior for all the functions in the API, DLB_Lend must affect all the CPUs and it will no longer keep the current CPU.
-
Victor Lopez authored
The function lewi_mask_DisableDLB was not properly triggering the callbacks if a CPU needed to be disabled and enbaled by other subprocess.
-
Victor Lopez authored
-
- Feb 25, 2019
-
-
Victor Lopez authored
A race condition between two shmem finalization may occur if one of them is made from a helper process that only opens the shared memory to finalize other process. In that case both proceses may think that they are the last one and both will try to delete the shared memory. Ignore error in that case.
-
Victor Lopez authored
Even if process does not exist, it is much safer against race conditions to lock the shared memory, look if the shmem is empty and close it properly.
-
- Feb 22, 2019
-
-
Mario Rodriguez authored
-
Mario Rodriguez authored
-
- Feb 21, 2019
-
-
Victor Lopez authored
The process is now deregistered in shmem_cpuinfo from the policy in order to manage the request queues.
-
- Feb 20, 2019
-
-
Victor Lopez authored
-
- Feb 18, 2019
-
-
Mario Rodriguez authored
-
- Feb 15, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
Try to clean also shared memories of registered subprocesses.
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Feb 13, 2019
-
-
Victor Lopez authored
-
- Feb 12, 2019
-
-
Victor Lopez authored
* Do not increase counter of subprocesses_attached if initialization fails, and return the appropriate value * Add field preregistered to detect if pid is so
-
- Feb 07, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
Commit 0f9bd0e6 modified the queue structure and the shmem cpuinfo version should have been increased.
-
- Feb 05, 2019
-
-
Mario Rodriguez authored
-
- Jan 31, 2019
-
-
Victor Lopez authored
Allow hostname to be half of fmt_str length, at most.
-
Victor Lopez authored
-
Victor Lopez authored
Include also the requests queues and a more detailed legend.
-
Victor Lopez authored
- queue_proc_reqs_**pop** refactored to **get** since this function can remove elements in the middle - Implement queue_proc_reqs_pop that always removes the front element - Add some const modifiers - Ensure on every remove operation that queue->tail points to a valid element, unless the queue is empty.
-
Mario Rodriguez authored
-
Mario Rodriguez authored
Working to fix a variation of MonitoringRegions
-
- Jan 30, 2019
-
-
Victor Lopez authored
Fix #100
-
Victor Lopez authored
-
- Jan 28, 2019
-
-
Victor Lopez authored
* Delay CPU_CLR if we are waiting for a bit in an assert_loop. It may cause race conditions * Delay shmem_async_finalize after other shmem finalizations * Initialize with --mode=async instead of using the test generator if there is only one flag
-