Response 5
This commit is contained in:
parent
0b5fc223ca
commit
cc7d3d3dc4
6 changed files with 17 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ print("u = ", u)
|
||||||
|
|
||||||
plt.tight_layout()
|
plt.tight_layout()
|
||||||
plt.savefig("../task_c.png", dpi=300)
|
plt.savefig("../task_c.png", dpi=300)
|
||||||
plt.show()
|
plt.show()
|
||||||
|
|
|
||||||
BIN
ex4/task_c.png
BIN
ex4/task_c.png
Binary file not shown.
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 130 KiB |
16
ex5/code/gh_response.txt
Normal file
16
ex5/code/gh_response.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
Good summary of results.
|
||||||
|
|
||||||
|
1: OK
|
||||||
|
|
||||||
|
2: OK
|
||||||
|
|
||||||
|
3: OK
|
||||||
|
task3.cpp:32
|
||||||
|
non initialzed memory for thread 0 (and the other threads)
|
||||||
|
|
||||||
|
4: OK
|
||||||
|
|
||||||
|
5:
|
||||||
|
CRS_Matrix::GetDiag non parallel
|
||||||
|
CRS_Matrix::CalculateLaplace:
|
||||||
|
"omp critical" is slower than an "omp atomic" for the += [worth to test that]
|
||||||
BIN
ex5/code/task_1.pdf
Normal file
BIN
ex5/code/task_1.pdf
Normal file
Binary file not shown.
BIN
ex5/code/task_2-5.pdf
Normal file
BIN
ex5/code/task_2-5.pdf
Normal file
Binary file not shown.
BIN
ex5/code/task_5.pdf
Normal file
BIN
ex5/code/task_5.pdf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue