Guest User

Untitled

a guest
Oct 30th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. Working on 4 threads
  2.          Iterations    
  3. Thread 0 : 0 1 2
  4. Thread 1 : 3 4 5
  5. Thread 2 : 6 7 8
  6. Thread 3 : 9
  7. [glaberge@rostam1 OMP]$ srun -p marvin ./a.out
  8. Working on 4 threads
  9.          Iterations    
  10. Thread 0 : 0 1 2
  11. Thread 1 : 3 4 5
  12. Thread 2 : 6 7 8
  13. Thread 3 : 9
  14. [glaberge@rostam1 OMP]$ srun -p marvin ./a.out
  15. Working on 4 threads
  16.          Iterations    
  17. Thread 0 : 0 1 2
  18. Thread 1 : 3 4 5
  19. Thread 2 : 6 7 8
  20. Thread 3 : 9
  21. [glaberge@rostam1 OMP]$ srun -p marvin ./a.out
  22. Working on 4 threads
  23.          Iterations    
  24. Thread 0 : 0 1 2
  25. Thread 1 : 3 4 5
  26. Thread 2 : 6 7 8
  27. Thread 3 : 9
Advertisement
Add Comment
Please, Sign In to add comment