https://github.com/clima/climacomms.jl

For CliMA distributed computing

https://github.com/clima/climacomms.jl

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary

Keywords from Contributors

climate data-assimilation fluid-dynamics heterogeneous-parallel-programming julia-package julialang sciml dae differential-algebraic-equations differential-equations
Last synced: 10 months ago · JSON representation

Repository

For CliMA distributed computing

Basic Info
  • Host: GitHub
  • Owner: CliMA
  • License: apache-2.0
  • Language: Julia
  • Default Branch: main
  • Size: 835 KB
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 2
  • Open Issues: 18
  • Releases: 26
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

ClimaComms.jl

Dev GitHub Actions status Buildkite status

ClimaComms.jl is a small package to work with diverse computing devices and environments (e.g., CPUs/GPUs, single-process/MPI). ClimaComms.jl provides objects to represent such devices and environments and functions to interact with them in a unified way. ClimaComms.jl is used extensively through the CliMA ecosystem to control where and how simulations are run (e.g., on one CPU, or on several GPUs using with MPI).

ClimaComms.jl supports the following Devices: - CPUSingleThreaded - CPUMultiThreaded (not actively used) - CUDADevice and Contextes (i.e., environments for distributed computing): - SingletonCommsContext - MPICommsContext

Refer to the documentation for more details.

Owner

  • Name: Climate Modeling Alliance
  • Login: CliMA
  • Kind: organization
  • Email: clima@caltech.edu

An alliance of scientists, engineers and applied mathematicians, dedicated to pioneering a new, data-informed approach to climate modeling

GitHub Events

Total
  • Create event: 16
  • Commit comment event: 8
  • Issues event: 5
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 96
  • Push event: 364
  • Pull request review comment event: 64
  • Pull request review event: 97
  • Pull request event: 26
  • Fork event: 1
Last Year
  • Create event: 16
  • Commit comment event: 8
  • Issues event: 5
  • Watch event: 1
  • Delete event: 4
  • Issue comment event: 96
  • Push event: 364
  • Pull request review comment event: 64
  • Pull request review event: 97
  • Pull request event: 26
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 85
  • Total Committers: 6
  • Avg Commits per committer: 14.167
  • Development Distribution Score (DDS): 0.694
Past Year
  • Commits: 45
  • Committers: 4
  • Avg Commits per committer: 11.25
  • Development Distribution Score (DDS): 0.622
Top Committers
Name Email Commits
Simon Byrne s****e@g****m 26
sriharshakandala s****s@g****m 26
Charles Kawczynski k****s@g****m 17
K Pamnany k****y@g****m 14
Jake Bolewski j****i@g****m 1
nefrathenrici n****i@g****m 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 30
  • Total pull requests: 96
  • Average time to close issues: 5 months
  • Average time to close pull requests: 15 days
  • Total issue authors: 8
  • Total pull request authors: 12
  • Average comments per issue: 4.13
  • Average comments per pull request: 1.33
  • Merged pull requests: 73
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 31
  • Average time to close issues: 2 months
  • Average time to close pull requests: about 1 month
  • Issue authors: 3
  • Pull request authors: 7
  • Average comments per issue: 0.8
  • Average comments per pull request: 1.84
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • simonbyrne (10)
  • Sbozzolo (8)
  • charleskawczynski (4)
  • nefrathenrici (4)
  • kpamnany (2)
  • glwagner (1)
  • jakebolewski (1)
  • JuliaTagBot (1)
Pull Request Authors
  • charleskawczynski (25)
  • Sbozzolo (24)
  • sriharshakandala (19)
  • simonbyrne (15)
  • dennisYatunin (10)
  • nefrathenrici (7)
  • haakon-e (4)
  • glwagner (3)
  • kpamnany (2)
  • imreddyTeja (2)
  • szy21 (2)
  • jakebolewski (1)
Top Labels
Issue Labels
enhancement (4) bug (2) help wanted (2)
Pull Request Labels
bugfix :bug::hammer: (3) Breaking :boom: (2)

Packages

  • Total packages: 2
  • Total downloads:
    • julia 149 total
  • Total dependent packages: 11
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 44
juliahub.com: ClimaComms

For CliMA distributed computing

  • Versions: 31
  • Dependent Packages: 11
  • Dependent Repositories: 0
  • Downloads: 148 Total
Rankings
Dependent packages count: 9.4%
Dependent repos count: 9.9%
Average: 29.5%
Forks count: 40.4%
Stargazers count: 58.1%
Last synced: 11 months ago
juliahub.com: ClimaCommsMPI

For CliMA distributed computing

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1 Total
Rankings
Dependent repos count: 9.9%
Average: 35.5%
Dependent packages count: 38.9%
Forks count: 40.4%
Stargazers count: 52.9%
Last synced: 11 months ago

Dependencies

.github/workflows/JuliaFormatter.yml actions
  • actions/checkout v2.2.0 composite
  • dorny/paths-filter v2.9.1 composite
  • julia-actions/setup-julia latest composite
  • styfle/cancel-workflow-action 0.4.0 composite
.github/workflows/OS-Tests.yml actions
  • actions/cache v1 composite
  • actions/checkout v2.2.0 composite
  • dorny/paths-filter v2 composite
  • julia-actions/setup-julia latest composite
  • styfle/cancel-workflow-action 0.4.0 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1.10.0 composite
.github/workflows/docs.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite