WUT_Computer_Science/code
2025-01-01 18:50:11 +01:00
..
linear_algebra_utils.py feat: faster thread method 2025-01-01 18:50:11 +01:00
main.py feat: changed to proper pytests 2024-10-20 18:27:51 +02:00
matrix_generator.py Reapply "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-12-05 20:16:13 +01:00
nemeth12.mat adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
poli3.mat adding time measurements for processes, adding two more matrix types 2024-11-11 17:25:36 +01:00
processing_type.py wip: added distributed arrays 2024-12-05 20:09:44 +01:00
README.md fix: readme links 2024-12-09 22:57:51 +01:00
requirements.txt wip: added distributed arrays 2024-12-05 20:09:44 +01:00
richardson_method.py Reapply "Merge branch 'main' of https://github.com/kuhyx/PORR" 2024-12-05 20:16:13 +01:00
spd_2.npz Add spd_2.npz 2024-11-28 17:51:37 +01:00
spd_5.npz Add spd_5.npz 2024-11-28 17:51:38 +01:00
spd_10.npz Add spd_10.npz 2024-11-28 17:51:39 +01:00
spd_50.npz Add spd_50.npz 2024-11-28 17:51:39 +01:00
spd_100.npz Add spd_100.npz 2024-11-28 17:51:40 +01:00
spd_300.npz Add spd_300.npz 2024-11-28 17:51:41 +01:00
spd_500.npz Add spd_500.npz 2024-11-28 17:51:42 +01:00
spd_750.npz Add spd_750.npz 2024-11-28 17:51:44 +01:00
spd_1000.npz Add spd_1000.npz 2024-11-28 17:51:46 +01:00
spd_5000.npz Add spd_5000.npz 2024-11-28 17:57:50 +01:00
tests.py feat: faster thread method 2025-01-01 18:50:11 +01:00
threads_indep.py feat: faster thread method 2025-01-01 18:50:11 +01:00
threads_too_simple.py feat: faster thread method 2025-01-01 18:50:11 +01:00
time_measurement.py feat: faster thread method 2025-01-01 18:50:11 +01:00

Download matrices

poli3.npz matrice

https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EZQv_ttJO1lAgiV8HOutZQQBmGGjXm5fhLmkOcvEPHqeDg?e=XygcyO

nemeth12.npz matrice

https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EeCGZePTxDdOhV91lJw6viQBhOXtxTlWNoj85lyZCoA26w?e=AcOVcK

spd_10000.npz matrice

https://wutwaw-my.sharepoint.com/:u:/g/personal/01156786_pw_edu_pl/EYTVCameBPFIk61AyG9-dwYBgdpt2PuyMyU9Unbdtu3Xww?e=pk7PLx

Those link will expire on 24-02-2024

Put the matrice in code folder

Create environment

pyenv virtualenv porr

Activate environment

pyenv activate porr

Install requirements

pip install -r requirements.txt