{"id":19659923,"url":"https://github.com/ggrbill/omp-tutorial","last_synced_at":"2025-09-07T00:34:17.532Z","repository":{"id":167445341,"uuid":"268889840","full_name":"ggrbill/omp-tutorial","owner":"ggrbill","description":"Tutorial of OpenMP in C++","archived":false,"fork":false,"pushed_at":"2020-06-14T18:52:20.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T02:51:01.243Z","etag":null,"topics":["cpp","hacktoberfest","openmp"],"latest_commit_sha":null,"homepage":"","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/ggrbill.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":"2020-06-02T19:25:57.000Z","updated_at":"2020-10-05T12:33:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff206c72-bb90-44ff-b654-3c652c0545d8","html_url":"https://github.com/ggrbill/omp-tutorial","commit_stats":null,"previous_names":["ggrbill/omp-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ggrbill/omp-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2Fomp-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2Fomp-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2Fomp-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2Fomp-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggrbill","download_url":"https://codeload.github.com/ggrbill/omp-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggrbill%2Fomp-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273983040,"owners_count":25202092,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpp","hacktoberfest","openmp"],"created_at":"2024-11-11T15:44:46.243Z","updated_at":"2025-09-07T00:34:17.509Z","avatar_url":"https://github.com/ggrbill.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omp-tutorial\n\nTutorial of OpenMP in C++.\n\n## Compilation\n\nTo compile any of the codes in this repository execute (inside `src` folder):\n\n```shell\n$ g++ -fopenmp {filename}.cpp\n```\n\n## Run\n\nTo run the compiled file execute:\n\n```shell\n$ ./a.out\n```\n\nAfter execute it some output like the following one should appear\n\n```shell\nNumber of threads: 4\nHello, World! (from thread: #0)\nHello, World! (from thread: #1)\nHello, World! (from thread: #2)\nHello, World! (from thread: #3)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggrbill%2Fomp-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggrbill%2Fomp-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggrbill%2Fomp-tutorial/lists"}