Advertisement
nunoxic

My KMP_AFFINITY=verbose

Mar 22nd, 2012
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. foo@foobar:~$icc dgemv_profile.c -mkl && time ./a.out
  2. OMP: Info #204: KMP_AFFINITY: decoding x2APIC ids.
  3. OMP: Info #202: KMP_AFFINITY: Affinity capable, using global cpuid leaf 11 info
  4. OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: {0,1,2,3}
  5. OMP: Info #156: KMP_AFFINITY: 4 available OS procs
  6. OMP: Info #157: KMP_AFFINITY: Uniform topology
  7. OMP: Info #179: KMP_AFFINITY: 1 packages x 2 cores/pkg x 2 threads/core (2 total cores)
  8. OMP: Info #147: KMP_AFFINITY: Internal thread 0 bound to OS proc set {0,1,2,3}
  9. OMP: Info #147: KMP_AFFINITY: Internal thread 2 bound to OS proc set {0,1,2,3}
  10. OMP: Info #147: KMP_AFFINITY: Internal thread 1 bound to OS proc set {0,1,2,3}
  11. OMP: Info #147: KMP_AFFINITY: Internal thread 3 bound to OS proc set {0,1,2,3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement