Go to file
2025-01-13 23:22:05 +01:00
.github/workflows feat: add github actrion blocking user from pushing files bigger than 2GB 2024-11-28 18:23:17 +01:00
.vscode feat: added mpi data 2025-01-13 12:35:37 +00:00
code Merge remote-tracking branch 'origin/main' into simpler_threads 2025-01-13 23:22:05 +01:00
report/first_part remove: file 2025-01-13 23:19:32 +01:00
.gitattributes chore: removed matrices not included in lfs from gitattributes 2024-12-01 13:31:45 +01:00
.gitignore chore: add too big for git matrices to gitignore 2024-12-10 08:57:42 +01:00
push_files.sh Add push_files.sh 2024-11-28 17:51:36 +01:00
README.md feat: added usage instruction to readme, numba to requirements and generated report with fixed info about mpi 2025-01-13 16:22:25 +00:00

cd code

pyenv init

COPY AND PASTE PYENV CONFIGURATION TO YOUR SHELL CONFIG

source ~/.zshrc (or your shell)

pyenv install 3.11

pyenv global 3.11

Ensure that python DID change its version

python --version

python -m venv ./venv

source ./venv/bin/activate

pip install -r requirements.txt

python main.py