Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CompMath2 is done
[TEST 00_p1]
mpiexec -np 1 ./build/task ./tests/00/input.txt ./build/00_p1.txt
[0] send_step = 4
[TEST 00_p1] OK (227 ms)
[TEST 00_p2]
mpiexec -np 2 ./build/task ./tests/00/input.txt ./build/00_p2.txt
[0] send_step = 3
[1] send_step = 3
[TEST 00_p2] OK (209 ms)
[TEST 00_p3]
mpiexec -np 3 ./build/task ./tests/00/input.txt ./build/00_p3.txt
[0] send_step = 3
[1] send_step = 3
[2] send_step = 0
[TEST 00_p3] OK (203 ms)
[TEST 00_p4]
mpiexec -np 4 ./build/task ./tests/00/input.txt ./build/00_p4.txt
[0] send_step = 2
[2] send_step = 3
[3] send_step = 2
[1] send_step = 3
[TEST 00_p4] OK (211 ms)
[TEST 01_p1]
mpiexec -np 1 ./build/task ./tests/01/input.txt ./build/01_p1.txt
[0] send_step = 20
[TEST 01_p1] OK (203 ms)
[TEST 01_p2]
mpiexec -np 2 ./build/task ./tests/01/input.txt ./build/01_p2.txt
[0] send_step = 11
[1] send_step = 11
[TEST 01_p2] OK (216 ms)
[TEST 01_p3]
mpiexec -np 3 ./build/task ./tests/01/input.txt ./build/01_p3.txt
[0] send_step = 8
[1] send_step = 9
[2] send_step = 7
[TEST 01_p3] OK (212 ms)
[TEST 01_p4]
mpiexec -np 4 ./build/task ./tests/01/input.txt ./build/01_p4.txt
[0] send_step = 6
[1] send_step = 7
[2] send_step = 7
[3] send_step = 6
[TEST 01_p4] OK (220 ms)
[TEST 02_p1]
mpiexec -np 1 ./build/task ./tests/02/input.txt ./build/02_p1.txt
[0] send_step = 200
[TEST 02_p1] OK (3290 ms)
[TEST 02_p2]
mpiexec -np 2 ./build/task ./tests/02/input.txt ./build/02_p2.txt
[0] send_step = 101
[1] send_step = 101
[TEST 02_p2] OK (2805 ms)
[TEST 02_p3]
mpiexec -np 3 ./build/task ./tests/02/input.txt ./build/02_p3.txt
[0] send_step = 68
[1] send_step = 69
[2] send_step = 67
[TEST 02_p3] OK (3672 ms)
[TEST 02_p4]
mpiexec -np 4 ./build/task ./tests/02/input.txt ./build/02_p4.txt
[0] send_step = 51
[1] send_step = 52
[3] send_step = 51
[2] send_step = 52
[TEST 02_p4] OK (3636 ms)