Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. make call
  2. mpirun -np 4 cpurender/cpurender -i input/cubes.obj -o output/cubes.png -w 1920 -h 1080 -d 3
  3. Hello world from processor my-linux, rank 0 out of 4 processors
  4. Loading 'input/cubes.obj' file...
  5. Hello world from processor my-linux, rank 2 out of 4 processors
  6. Loading 'input/cubes.obj' file...
  7. Hello world from processor my-linux, rank 1 out of 4 processors
  8. Loading 'input/cubes.obj' file...
  9. Hello world from processor my-linux, rank 3 out of 4 processors
  10. Loading 'input/cubes.obj' file...
  11. Rendering image... terminate called after throwing an instance of 'std::out_of_range'
  12. what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
  13. [my-linux:04783] *** Process received signal ***
  14. [my-linux:04783] Signal: Aborted (6)
  15. [my-linux:04783] Signal code: (-6)
  16. [my-linux:04783] Rendering image... [ 0] terminate called after throwing an instance of 'std::out_of_range'
  17. /lib/x86_64-linux-gnu/libpthread.so.0[my-linux:04784] *** Process received signal ***
  18. what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
  19. (+0x12890[my-linux:04784] Signal: Aborted (6)
  20. [my-linux:04784] Signal code: (-6)
  21. )[0x7f58a305b890]
  22. [my-linux:04783] [1] [my-linux:04784] [ 0] /lib/x86_64-linux-gnu/libc.so.6/lib/x86_64-linux-gnu/libpthread.so.0((+0xgsignal12890)+0x[0x7f9eaefab890c7]
  23. [my-linux:04784] [1] )[0x7f58a2c96e97/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x]
  24. c7)[0x7f9eaebe6e97]
  25. [my-linux:04783] [my-linux:04784] [ 2] [ 2] /lib/x86_64-linux-gnu/libc.so.6(abort+0x141)[0x/lib/x86_64-linux-gnu/libc.so.67f9eaebe8801]
  26. [my-linux:04784] [ 3] (abort+0x141/usr/lib/x86_64-linux-gnu/libstdc++.so.6)(+0x[0x7f58a2c988018c8fb]
  27. )[0x[my-linux:04783] 7f9eaf7fa8fb]
  28. [ 3] [my-linux:04784] [ 4] /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x8c8fb/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x92d3a)[0x7f9eaf800d3a)]
  29. [my-linux:04784] [ 5] [0x7f58a38aa8fb]
  30. [my-linux:04783] /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x92d95[ 4] )[0x7f9eaf800d95]
  31. [my-linux:04784] [6] /usr/lib/x86_64-linux-gnu/libstdc++.so.6/usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x92fe8()[0x+0x7f9eaf800fe8]
  32. 92d3a)[my-linux:04784] [0x[ 7] 7f58a38b0d3a]
  33. [my-linux:04783] [5] /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x8e8c1)[0x7f9eaf7fc8c1]
  34. [my-linux:04784] [8] cpurender/cpurender(+0x46185)[0x563f34288185/usr/lib/x86_64-linux-gnu/libstdc++.so.6]
  35. [my-linux:04784] [9] cpurender/cpurender(+0xf2e3)[0x(563f342512e3]
  36. +0x[my-linux:04784] 92d95[10] )[0x7f58a38b0d95/lib/x86_64-linux-gnu/libc.so.6]
  37. (__libc_start_main[my-linux:04783] +0xe7[ 6] )[0x7f9eaebc9b97]
  38. [my-linux:04784] [11] cpurender/cpurender(+0xf74a)[0x563f3425174a]
  39.  
  40. --------------------------------------------------------------------------
  41. mpirun noticed that process rank 2 with PID 0 on node my-linux exited on signal 6 (Aborted).
  42. --------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement