{"id":13730654,"url":"https://github.com/GlobalArrays/ga","last_synced_at":"2025-05-08T03:31:36.130Z","repository":{"id":40762630,"uuid":"82336637","full_name":"GlobalArrays/ga","owner":"GlobalArrays","description":"Partitioned Global Address Space (PGAS) library for distributed arrays","archived":false,"fork":false,"pushed_at":"2024-11-07T19:32:52.000Z","size":24455,"stargazers_count":100,"open_issues_count":33,"forks_count":38,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2024-11-07T20:31:50.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hpc.pnl.gov/globalarrays/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlobalArrays.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/INSTALL","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T20:48:30.000Z","updated_at":"2024-11-07T19:32:42.000Z","dependencies_parsed_at":"2023-02-17T22:16:24.464Z","dependency_job_id":"9299abf0-dafd-44e4-adb3-4c61f6ed9587","html_url":"https://github.com/GlobalArrays/ga","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlobalArrays%2Fga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlobalArrays%2Fga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlobalArrays%2Fga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlobalArrays%2Fga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlobalArrays","download_url":"https://codeload.github.com/GlobalArrays/ga/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224695645,"owners_count":17354444,"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-08-03T02:01:17.690Z","updated_at":"2025-05-08T03:31:36.112Z","avatar_url":"https://github.com/GlobalArrays.png","language":"C","readme":"# GLOBAL ARRAYS\n\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)\n[![Documentation Status](https://readthedocs.org/projects/globalarrays/badge/?version=latest)](https://globalarrays.readthedocs.io/en/latest/?badge=latest)\n[![GitHub Downloads](https://img.shields.io/github/downloads/GlobalArrays/ga/total)](https://github.com/GlobalArrays/ga/releases)\n[![CI](https://github.com/GlobalArrays/ga/actions/workflows/github_actions.yml/badge.svg)](https://github.com/GlobalArrays/ga/actions?query=workflow:GlobalArrays_CI)\n\n## Table of Contents\n\n* [ACKNOWLEDGMENTS](#acknowledgment)\n* [ABOUT THIS SOFTWARE](#about-this-software)\n* [WHERE IS THE DOCUMENTATION?](#where-is-the-documentation)\n* [QUESTIONS/HELP/SUPPORT/BUG-REPORT](#questionshelpsupportbug-report)\n\n## ACKNOWLEDGMENTS\n\nThis software and its documentation were produced with United States Government support under Contract Number DE-AC06-76RLO-1830 awarded by the United States Department of Energy. The United States Government retains a paid-up non-exclusive, irrevocable worldwide license to reproduce, prepare derivative works, perform publicly and display publicly by or for the US Government, including the right to distribute to other US Government contractors.\n\nThe most recent source of funding for development of GA is the [Exascale Computing Project](https://exascaleproject.org).\n\n## ABOUT THIS SOFTWARE\n\nMore information about Global Arrays can be found at the webpage\n[https://globalarrays.github.io](https://globalarrays.github.io).\n\nGlobal Arrays is a portable Non-Uniform Memory Access (NUMA) shared-memory programming environment for distributed and shared memory computers. It augments the message-passing model by providing a shared-memory like access to distributed dense arrays. This is also known as the Partitioned Global Address Space (PGAS) model.\n\nThis library contains the Global Arrays (GA), Communications Runtime for Exascale (ComEx) run-time library, Aggregate Remote Memory Copy Interface (ARMCI) run-time library, Memory Allocator (MA), parallel I/O libraries (DRA,EAF,SF), TCGMSG, and TCGMSG-MPI packages bundled together. \n\nARMCI provides one-sided remote memory operations used by GA.\n\nComEx is a successor to ARMCI and provides an ARMCI-compatible interface. New parallel runtime development takes place within ComEx including the MPI-only runtimes.\n\nDRA (Disk Resident Arrays) is a parallel I/O library that maintains dense two-dimensional arrays on disk. \n\nSF (Shared Files) is a parallel I/O library that allows noncollective I/O to a parallel file.\n\nEAF (Exclusive Access Files) is parallel I/O library that supports I/O to private files.\n\nTCGMSG is a simple, efficient, but obsolete message-passing library.\n\nTCGMSG-MPI is a TCGMSG interface implementation on top of MPI and ARMCI. \n\nMA is a dynamic memory allocator/manager for Fortran and C programs.\n\nGA++ is a C++ binding for global arrays.\n\n## WHERE IS THE DOCUMENTATION?\n\nThe [GA manual](https://globalarrays.readthedocs.io) contains all the documentation.  \nThe API reference can be found [here](https://globalarrays.github.io/userinterface.html)\n\n## QUESTIONS/HELP/SUPPORT/BUG-REPORT\n\nPlease submit issues to our [GitHub issue tracker](https://github.com/GlobalArrays/ga/issues).  We use Google Groups to host [our discussion forum](https://groups.google.com/forum/#!forum/hpctools).\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGlobalArrays%2Fga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGlobalArrays%2Fga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGlobalArrays%2Fga/lists"}