{"id":19659912,"url":"https://github.com/648trindade/sbac-pad-marathon-problems","last_synced_at":"2025-05-01T00:02:23.465Z","repository":{"id":54146731,"uuid":"306765981","full_name":"648trindade/SBAC-PAD-marathon-problems","owner":"648trindade","description":"Repository containing problems of the SBAC-PAD Marathon of Parallel Programming and some parallel solutions to them.","archived":false,"fork":false,"pushed_at":"2021-03-07T23:53:36.000Z","size":16680,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T00:02:13.384Z","etag":null,"topics":["cuda","high-performance-computing","mpi","openmp","parallel-computing"],"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/648trindade.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}},"created_at":"2020-10-23T23:13:29.000Z","updated_at":"2024-04-05T10:12:00.000Z","dependencies_parsed_at":"2022-08-13T07:31:33.580Z","dependency_job_id":null,"html_url":"https://github.com/648trindade/SBAC-PAD-marathon-problems","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/648trindade%2FSBAC-PAD-marathon-problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/648trindade%2FSBAC-PAD-marathon-problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/648trindade%2FSBAC-PAD-marathon-problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/648trindade%2FSBAC-PAD-marathon-problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/648trindade","download_url":"https://codeload.github.com/648trindade/SBAC-PAD-marathon-problems/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251801182,"owners_count":21645968,"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":["cuda","high-performance-computing","mpi","openmp","parallel-computing"],"created_at":"2024-11-11T15:44:45.031Z","updated_at":"2025-05-01T00:02:23.417Z","avatar_url":"https://github.com/648trindade.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SBAC-PAD-marathon-problems\n\n## Compiling and Running\n\n* Navigate to the directory containing the problem\n* Compile the problem\n  ```\n  make clean\n  make -j\n  ```\n* Run the problem (where `X` is the letter of the problem)\n  ```\n  bash X.sh\n  ```\n\n## Contributing\n\nYou can contribute by providing parallel solutions to problems. When creating a PR, please make sure that your solution is placed at correct year directory, inside a folder with the nome of parallel tool, in lowercase letters.\n\n**Example:** You want to provide an OpenMP parallel solution for problem A from year 2014\n\nYour implementation should be placed in\n```\n2014/openmp/A\n```\nAll commands to compile it must be placed in its `Makefile`, and all the necessary steps to run the parallel solution should be placed in the problem script (e.g. `A.sh` file).\n\n### Formatting\n\nThis repository provides a `.clang-format` file. Feel free to use it in your solutions and suggest improvements.\n\n## Disclaimer\n\nAll problems were extracted from SBAC-PAD Marathon of Parallel Programming website. You can visit it at http://lspd.mackenzie.br/marathon/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F648trindade%2Fsbac-pad-marathon-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F648trindade%2Fsbac-pad-marathon-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F648trindade%2Fsbac-pad-marathon-problems/lists"}