Skip to content

WIP: trying to fix wrong throughputs and profiling of some PR jobs

Marian Stahl requested to merge mstahl_cleaning_fix into master
  • throughput numbers of FTv6 tests should be OK now
  • The profiling problem seems to be not so straight forward:
    • The vtune log looks different for failing jobs, in particular amplxe: Warning: Cannot stop posix timer: __NR_timer_settime() system call returned -1.
    • So far I thought that it was due to subprocess and put in wait and sleep commands everywhere. This doesn't solve it
    • If I run the plot making script independent from the profiling job, the result is OK

Merge request reports