Skip to content
  1. Jan 15, 2019
  2. Aug 21, 2018
  3. May 15, 2018
  4. Apr 03, 2018
    • Victor Lopez's avatar
      Force main WD to be implicit · d8fb0abc
      Victor Lopez authored
      The main WD should be implicit to honor the implicit parallel
      of size 1 that executes the main program.
      
      As a side effect, the main WD in OmpSs can no longer ignore the
      barrier construct and must be explicitly prevented.
      d8fb0abc
  5. Jan 15, 2018
  6. Dec 21, 2017
  7. May 16, 2017
  8. Feb 16, 2017
  9. Nov 04, 2016
  10. May 03, 2016
  11. Mar 03, 2016
  12. Jun 15, 2015
  13. Mar 10, 2015
  14. Feb 10, 2015
  15. Feb 04, 2015
  16. Feb 02, 2015
  17. Jan 14, 2015
    • Victor Lopez's avatar
      Allow oversubscription between SMP and device threads · 3bad33b4
      Victor Lopez authored
         * Devices can reserve CPUs, but SMP threads may ignore it
         * SMP threads no longer reserve CPUs
         * Fix infinite loop looking for available CPUs, fixes #1035
         * Fix race condition when two threads were calling Extrae to increase the number of threads
      3bad33b4
  18. Dec 11, 2014
  19. Dec 09, 2014
  20. Dec 03, 2014
  21. Nov 28, 2014
  22. Nov 24, 2014
  23. Nov 20, 2014
  24. Nov 19, 2014
  25. Nov 14, 2014
    • Victor Lopez's avatar
      Refactor cpu masks in SMPPlugin · 3a2807f0
      Victor Lopez authored
       * Added a cpuProcessMask to keep track of the default process mask
       * Added functions in API, PMInterface and System to access this mask
       * Refactor all the functions to access the cpuActiveMask
      3a2807f0
  26. Nov 13, 2014
  27. Nov 12, 2014
  28. Nov 03, 2014
  29. Sep 30, 2014