- Dec 02, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
TALP module See merge request dlb/dlb!3
-
Adding the MPI statistics module for DLB
-
- Nov 29, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
Doxygen < 1.8.16 was not correctly parsing the html tag <U> The tag has now been replaced by a custom command that expands to <U>\1</U> only if the tag is supported by the detected doxygen.
-
Victor Lopez authored
gcovr >= 4 is failing when the build is done in a different directory from the source directory.
-
- Nov 26, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
* Move the test of SP2 receiving again the CPU to the above block. The code is easier to read if no actions are pending between blocks. * lewi_mask_01 and api_sp_01 were sometimes failing due to a race condition in the double call to reclaimCpuMask function. The first one was intended to return ERR_PERM but it was also triggering the callback for the owned CPUs. Swithcing the calling order should fix the race.
-
Victor Lopez authored
* Also, deprecate the binary form 1000b in favor of 0b0001
-
- Oct 24, 2019
-
-
Victor Lopez authored
Resolve "DLB_AcquireCpuMask forgets callbacks when failing" Closes #110 See merge request dlb/dlb!4
-
Victor Lopez authored
-
Victor Lopez authored
If DLB can only act on a subset of CPUs requested for some action, the callbacks for those CPUs that succeeded should still be invoked.
-
- Sep 20, 2019
-
-
Victor Lopez authored
Fix #109
-
- Aug 29, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
Fix #106
-
- Aug 22, 2019
-
-
Victor Lopez authored
Fix #105
-
- Jul 15, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Jul 12, 2019
-
-
Victor Lopez authored
-
- Jul 11, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Jul 10, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
- Jul 09, 2019
-
-
Victor Lopez authored
* DROM example now supports 2+ processes * Added --lewi-mpi for all three LeWI examples
-
Victor Lopez authored
Option --statistics is marked as deprecated but its value still needs to be parsed and assigned to the struct options. Add another flag OPT_UNUSED for variables that are truly not used anymore.
-
- Jul 08, 2019
-
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
Victor Lopez authored
-
- Jun 21, 2019
-
-
Victor Lopez authored
-
- Jun 07, 2019
-
-
Victor Lopez authored
-
- Jun 04, 2019
-
-
Victor Lopez authored
If 'fib' is a private variable, compilers with a high enough optimization level can detect that 'computation' is dead code and optimize too much.
-
Victor Lopez authored
-
- Jun 03, 2019
-
-
Victor Lopez authored
-
- May 27, 2019
-
-
Victor Lopez authored
* Fix old API names * Fix LB cast to double * Increase default loads and parallel granularity * Improve MPI+OpenMP test: - Use performance libs instead of debug - Set some OMP env. vars to improve performance in DLB - Document the MPI no-binding flag
-
- May 21, 2019
-
-
Victor Lopez authored
* Add verbose messages during init * Finalize DLB if OMPT failed
-