{"id":19297270,"url":"https://github.com/omni-compiler/omni-compiler","last_synced_at":"2025-04-22T09:30:30.388Z","repository":{"id":44782066,"uuid":"59452838","full_name":"omni-compiler/omni-compiler","owner":"omni-compiler","description":"Omni Compiler for C and Fortran programs with XcalableMP and OpenACC directives","archived":false,"fork":false,"pushed_at":"2023-09-07T05:02:37.000Z","size":19959,"stargazers_count":58,"open_issues_count":77,"forks_count":14,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-09T23:02:26.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omni-compiler.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":"2016-05-23T04:50:39.000Z","updated_at":"2024-05-21T13:30:17.000Z","dependencies_parsed_at":"2024-11-09T23:02:10.556Z","dependency_job_id":"9472f9d2-bd10-48bb-b225-d9a836d341d4","html_url":"https://github.com/omni-compiler/omni-compiler","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/omni-compiler%2Fomni-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-compiler%2Fomni-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-compiler%2Fomni-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omni-compiler%2Fomni-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omni-compiler","download_url":"https://codeload.github.com/omni-compiler/omni-compiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250214918,"owners_count":21393697,"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":[],"created_at":"2024-11-09T23:01:49.980Z","updated_at":"2025-04-22T09:30:27.353Z","avatar_url":"https://github.com/omni-compiler.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"README\n-----\n# Manual\nSee http://omni-compiler.org/manual.html\n\n-----\n# Implementation Status\nSome features in the language specification are not supported in this release.\n (You can download the specification of XMP from \"http://xcalablemp.org\")\n\nSee docs/STATUS-XMP.md, docs/STATUS-CAF.md, and docs/STATUS-ACC.md\n\n----- \n# Quick Reference for XMP\n## How to install\n    Please visit Official site (http://omni-compiler.org).\n       or\n    run the following command.\n    $ git clone --recursive https://github.com/omni-compiler/omni-compiler.git\n\n## How to install\n    $ ./configure --prefix=(INSTALL PATH)\n    $ make\n    $ make install\n    $ export PATH=(INSTALL PATH)/bin:$PATH\n\n## Compile\n    $ xmpcc  -O2 test.c   -o test\n    $ xmpf90 -O2 test.f90 -o test\n\n## Execute\n    $ mpirun -np 4 ./test\n\n-----\n# Quick\tReference for OpenACC and OpenMP(task offload)\n## How to install\n    $ ./configure --prefix=(INSTALL PATH) --enable-openacc --with-cuda=(CUDA PATH) --with-gpu-cflags=\"-arch=sm_35 -O2\"\n    $ make\n    $ make install\n    $ export PATH=(INSTALL PATH)/bin:$PATH\n\n## Compile\n    OpenACC\n    $ ompcc -acc -O2 test.c -o test --device=Kepler\n    OpenMP(task offload)\n    $ ompcc -O2 test.c -o test --device=Kepler\n\n## Execute\n    $ ./test\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomni-compiler%2Fomni-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomni-compiler%2Fomni-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomni-compiler%2Fomni-compiler/lists"}