Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $ OMP_PROC_BIND=true taskset -c 0-15 ./a
  2. $ OMP_PROC_BIND=true taskset -c 16-31 ./b
  3.  
  4. $ OMP_NUM_THREADS=16 GOMP_CPU_AFFINITY="0-15" ./a
  5. $ OMP_NUM_THREADS=16 GOMP_CPU_AFFINITY="16-32" ./b
  6.  
  7. $ OMP_NUM_THREADS=16 OMP_PLACES="{0}:16" ./a
  8. $ OMP_NUM_THREADS=16 OMP_PLACES="{16}:16" ./b
Add Comment
Please, Sign In to add comment