Guest User

Untitled

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