{"id":22903163,"url":"https://github.com/iliatrofimov/parallel-multiplication","last_synced_at":"2025-04-01T07:21:24.014Z","repository":{"id":224805319,"uuid":"763212697","full_name":"IliaTrofimov/parallel-multiplication","owner":"IliaTrofimov","description":"OpenMP and MPI implementation of Fox's algorithm for matrix multiplication.","archived":false,"fork":false,"pushed_at":"2024-03-31T13:36:57.000Z","size":340,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T07:21:22.668Z","etag":null,"topics":["openmp","openmpi","parallel-programming"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IliaTrofimov.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-25T20:49:18.000Z","updated_at":"2024-11-12T19:46:13.000Z","dependencies_parsed_at":"2024-12-14T02:34:29.832Z","dependency_job_id":"0c7a4b4e-73bf-48db-880e-031aaefb779a","html_url":"https://github.com/IliaTrofimov/parallel-multiplication","commit_stats":null,"previous_names":["iliatrofimov/fox-parallel-algorithm","iliatrofimov/parallel-multiplication"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliaTrofimov%2Fparallel-multiplication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliaTrofimov%2Fparallel-multiplication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliaTrofimov%2Fparallel-multiplication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IliaTrofimov%2Fparallel-multiplication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IliaTrofimov","download_url":"https://codeload.github.com/IliaTrofimov/parallel-multiplication/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598212,"owners_count":20802980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openmp","openmpi","parallel-programming"],"created_at":"2024-12-14T02:34:31.933Z","updated_at":"2025-04-01T07:21:23.991Z","avatar_url":"https://github.com/IliaTrofimov.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel matrix multiplication\n\n***Fox's algorithm***\n\n\nThis repository contains some implementations of Fox's algorithm for parallel matriceis multiplication. \nYou also can find here some utility functions for reading, printing, creating and comparing matricies. \n\nUse different test methods in `main.c` to compare perfomance of different implementations.\n\nC language implementations use flat arrays of type `double*` and size $n^2$ to store square matricies of size $n \\times n$. \n\n----\n\n### TODO:\n1. Erlang version;\n2. Haskell version;\n3. FPTL version (see FPTL [GitHub repo](https://github.com/Zumisha/FPTL));\n\n----\n\n### Installment\n\n- I don't know how to run **OpenMP** library on Mac, so it's better to use Windows with Visual Studio. It should be avaliable by default.\n  To actually use OpenMP go to your C++ *project properties* -\u003e *C/C++* -\u003e *language* -\u003e *Open MP support*.\n- **MPI** library may be not installed with Visual Studio, but you can get it from [microsoft.com](https://www.microsoft.com/en-us/download/details.aspx?id=105289). \n  Also MPI might not work, so you will have to correctly add references to its files, see this [tutorial](https://610yilingliu.github.io/2020/07/21/ConfigureOpenMPI/). \n  If this won't help, you might need download `msmpi.dll` from internet and place it nearby.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiatrofimov%2Fparallel-multiplication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiatrofimov%2Fparallel-multiplication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiatrofimov%2Fparallel-multiplication/lists"}