Mentions légales du service

Skip to content
Snippets Groups Projects
  1. May 22, 2020
  2. May 20, 2020
  3. May 19, 2020
  4. May 14, 2020
  5. May 12, 2020
  6. May 11, 2020
  7. May 04, 2020
  8. Apr 30, 2020
  9. Apr 24, 2020
  10. Apr 21, 2020
  11. Apr 20, 2020
  12. Apr 16, 2020
  13. Apr 15, 2020
  14. Apr 09, 2020
  15. Apr 01, 2020
  16. Mar 31, 2020
  17. Mar 30, 2020
  18. Mar 27, 2020
  19. Mar 25, 2020
  20. Mar 18, 2020
    • Pierre Neyron's avatar
      [gen] oar-properties: add new scheme for pyxis · c345da89
      Pierre Neyron authored and Pierre Neyron's avatar Pierre Neyron committed
      On pyxis: all cpuset ids (of all threads) a grouped by CPUs:
      CPU0: 0-127
      CPU1: 128-255
      
      Among a CPU, threads are given in round robin:
      CPU0: 0,32,64,96 -> 31,63,95,127
      CPU1: 128,160,192,224 -> 159,191,223,255
      
      So looking at the first thread of each core, this give 2 groups:
      CPU0: 0-31
      CPU1: 128-159
      Thus a gap between the 2.
      
      So the new formula to give the first thread id of each core is the
      following:
      row[:cpuset] = cpu_num * cpu_thread_count + core_num
      c345da89
    • Pierre Neyron's avatar
      [gen] oar-properties: rework variables · 89da8cb6
      Pierre Neyron authored and Pierre Neyron's avatar Pierre Neyron committed
      89da8cb6
Loading