Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math #14

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Math #14

wants to merge 7 commits into from

Conversation

Extra5enS
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant