Skip to content

Instantly share code, notes, and snippets.

@cwsmith
Created September 19, 2012 13:12
Show Gist options
  • Save cwsmith/3749584 to your computer and use it in GitHub Desktop.
Save cwsmith/3749584 to your computer and use it in GitHub Desktop.
luby mis output
cwsmith@jenga:testMIS$ mpirun -np 4 ./testMIS
|V| = 4
running test_EastWestNet_EastWestAdjacent...
[0] has nbor 3
[0] has nbor 1
DEBUG bsp after [0] sending to 1
DEBUG bsp after [0] sending to 3
DEBUG [0] sending to 3 (3)
DEBUG [0] sending to 1 (1)
[1] has nbor 0
[1] has nbor 2
DEBUG bsp after [1] sending to 0
DEBUG bsp after [1] sending to 2
[3] has nbor 2
[3] has nbor 0
DEBUG bsp after [3] sending to 0
DEBUG bsp after [3] sending to 2
DEBUG [3] sending to 2 (2)
DEBUG [3] sending to 0 (0)
[2] has nbor 1
[2] has nbor 3
DEBUG bsp after [2] sending to 1
DEBUG bsp after [2] sending to 3
DEBUG [2] sending to 1 (1)
DEBUG [2] sending to 3 (3)
DEBUG [ 0] received from [ 1] srcPartId= 1 destPartId= 0 #ints= 3
DEBUG append [ 0] received from [ 1] srcPartId= 1 destPartId= 0 #ints= 3
DEBUG [ 0] received from [ 3] srcPartId= 3 destPartId= 0 #ints= 3
DEBUG append [ 0] received from [ 3] srcPartId= 3 destPartId= 0 #ints= 3
DEBUG [ 3] received from [ 0] srcPartId= 0 destPartId= 3 #ints= 3
DEBUG append [ 3] received from [ 0] srcPartId= 0 destPartId= 3 #ints= 3
DEBUG [ 3] received from [ 2] srcPartId= 2 destPartId= 3 #ints= 3
DEBUG append [ 3] received from [ 2] srcPartId= 2 destPartId= 3 #ints= 3
DEBUG [1] sending to 0 (0)
DEBUG [1] sending to 2 (2)
DEBUG [ 1] received from [ 0] srcPartId= 0 destPartId= 1 #ints= 3
DEBUG append [ 1] received from [ 0] srcPartId= 0 destPartId= 1 #ints= 3
DEBUG [ 1] received from [ 2] srcPartId= 2 destPartId= 1 #ints= 3
DEBUG append [ 1] received from [ 2] srcPartId= 2 destPartId= 1 #ints= 3
DEBUG [ 2] received from [ 1] srcPartId= 1 destPartId= 2 #ints= 3
DEBUG append [ 2] received from [ 1] srcPartId= 1 destPartId= 2 #ints= 3
DEBUG [ 2] received from [ 3] srcPartId= 3 destPartId= 2 #ints= 3
DEBUG append [ 2] received from [ 3] srcPartId= 3 destPartId= 2 #ints= 3
^Cmpirun: killing job...
--------------------------------------------------------------------------
mpirun noticed that process rank 0 with PID 11199 on node jenga exited on signal 0 (Unknown signal 0).
--------------------------------------------------------------------------
4 total processes killed (some possibly by mpirun during cleanup)
mpirun: clean termination accomplished
cwsmith@jenga:testMIS$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment