{"id":16463678,"url":"https://github.com/meqdaddev/mpi_matrix_vector_multiplication_parallel_and_sequential","last_synced_at":"2025-06-17T08:40:53.796Z","repository":{"id":112890330,"uuid":"115118608","full_name":"MeqdadDev/MPI_Matrix_Vector_Multiplication_Parallel_and_Sequential","owner":"MeqdadDev","description":"A parallel program and sequential for Matrix-Vector multiplication","archived":false,"fork":false,"pushed_at":"2021-09-03T07:56:02.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-10T09:59:22.709Z","etag":null,"topics":["matrix-vector-multiplication","mpi","mpi-library","parallel","parallel-computing"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MeqdadDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-22T13:40:11.000Z","updated_at":"2021-09-03T07:56:05.000Z","dependencies_parsed_at":"2023-03-15T14:15:55.169Z","dependency_job_id":null,"html_url":"https://github.com/MeqdadDev/MPI_Matrix_Vector_Multiplication_Parallel_and_Sequential","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeqdadDev%2FMPI_Matrix_Vector_Multiplication_Parallel_and_Sequential","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeqdadDev%2FMPI_Matrix_Vector_Multiplication_Parallel_and_Sequential/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeqdadDev%2FMPI_Matrix_Vector_Multiplication_Parallel_and_Sequential/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeqdadDev%2FMPI_Matrix_Vector_Multiplication_Parallel_and_Sequential/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeqdadDev","download_url":"https://codeload.github.com/MeqdadDev/MPI_Matrix_Vector_Multiplication_Parallel_and_Sequential/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241008095,"owners_count":19893107,"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":["matrix-vector-multiplication","mpi","mpi-library","parallel","parallel-computing"],"created_at":"2024-10-11T11:15:10.615Z","updated_at":"2025-02-27T11:43:36.621Z","avatar_url":"https://github.com/MeqdadDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallel program and sequential for Matrix-Vector multiplication\nThis program executed on Linux CentOS.\n#\n* ## Sequential:\nThis program used here to compare the results (i.e. execution time) with the parallel program.\n- To compile this program on the terminal, type this command:\n  ```sh\n  gcc -o sequential Sequential.c\n  ```\n  Object file with name sequential will be generated, to execute this file, type this:\n  ```sh\n  ./sequential\n  ```\n  #\n* ## Parallel:\nThis program use multiprocessing technique via MPI library, i.e. the execution will be on multiprocessors.\n- To compile this program, type this:\n  ```sh\n  mpicc -o parallel MPI_Parallel.c\n  ```\n- To execute the object file, type this:\n  ```sh\n  mpirun -np 4 parallel\n  ```\n#### _Note:_ Number 4 in the last command represents the number of processors that will be used in the execution of the program.\n------------------------------------------------\n\n  Done by:\n  ### Eng. Meqdad Darweesh\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeqdaddev%2Fmpi_matrix_vector_multiplication_parallel_and_sequential","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeqdaddev%2Fmpi_matrix_vector_multiplication_parallel_and_sequential","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeqdaddev%2Fmpi_matrix_vector_multiplication_parallel_and_sequential/lists"}