{"id":21565100,"url":"https://github.com/mrrodrigo/openmp-mpi","last_synced_at":"2025-03-18T05:17:24.364Z","repository":{"id":67811766,"uuid":"262637828","full_name":"mrRodrigo/openMp-MPI","owner":"mrRodrigo","description":"Calculate area of Mandlebrot in parallel by OpemMP and MPI.","archived":false,"fork":false,"pushed_at":"2020-06-22T17:12:40.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T11:44:44.041Z","etag":null,"topics":["mandlebrot","mpi","mpicc","mpicc-compiler","openmp"],"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/mrRodrigo.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":"2020-05-09T18:51:32.000Z","updated_at":"2020-08-05T14:39:18.000Z","dependencies_parsed_at":"2023-02-23T18:00:16.618Z","dependency_job_id":null,"html_url":"https://github.com/mrRodrigo/openMp-MPI","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/mrRodrigo%2FopenMp-MPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrRodrigo%2FopenMp-MPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrRodrigo%2FopenMp-MPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrRodrigo%2FopenMp-MPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrRodrigo","download_url":"https://codeload.github.com/mrRodrigo/openMp-MPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160056,"owners_count":20408021,"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":["mandlebrot","mpi","mpicc","mpicc-compiler","openmp"],"created_at":"2024-11-24T10:18:25.265Z","updated_at":"2025-03-18T05:17:24.357Z","avatar_url":"https://github.com/mrRodrigo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n## Calculate area of Mandlebrot in parallel by OpemMP and MPI.\n\nmpicc -\u003e sudo apt-get install libopenmpi-dev\n### To run only openMP file\n- Compile with fopenmp flag\n```\n    mpicc OpenMpVersion.c -o mp -fopenmp\n```\n- Run\n```\n    ./mp\n```\n\n### To run only MPI file\n- Compile with mpicc compiler\n```\n    mpicc MPIVersion.c -o mpi\n```\n\n- Run \n```\n    mpirun -np \u003c# of processes per node\u003e mpi\n```\n\n### To run only openMP/MPI file\n- Compile with mpicc compiler\n```\n    mpicc MPIOpenMPVersion.c -o mpiopenmp -fopenmp\n```\n\n- Run \n```\n    mpirun -np \u003c# of processes per node\u003e mpiopenmp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrodrigo%2Fopenmp-mpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrrodrigo%2Fopenmp-mpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrrodrigo%2Fopenmp-mpi/lists"}