Skip to content

Commit

Permalink
Synchronize with develop (#181)
Browse files Browse the repository at this point in the history
* update issue templates (#178)
* fix badge in stable (#180)
* update CI triggers
  • Loading branch information
jeanbez authored Jan 31, 2024
1 parent b68618d commit a47af22
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ stable, develop ]

push:
branches: [ stable, develop ]

# Allows to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ stable, develop ]

push:
branches: [ stable, develop ]

workflow_dispatch:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-no-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [ stable, develop ]

push:
branches: [ stable, develop ]

workflow_dispatch:

jobs:
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/ubuntu.yml

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

# Proactive Data Containers (PDC)

[![linux](https://github.com/hpc-io/pdc/actions/workflows/linux.yml/badge.svg?branch=stable)](https://github.com/hpc-io/pdc/actions/workflows/linux.yml)
![GitHub release tag(latest by date)](https://img.shields.io/github/v/tag/hpc-io/pdc)
![Spack](https://img.shields.io/spack/v/pdc)
![Read the Docs](https://img.shields.io/readthedocs/pdc?logo=readthedocs&logoColor=white)

[![Ubuntu](https://github.com/hpc-io/pdc/actions/workflows/ubuntu-cache.yml/badge.svg?branch=stable)](https://github.com/hpc-io/pdc/actions/workflows/ubuntu-cache.yml)
[![MacOS](https://github.com/hpc-io/pdc/actions/workflows/macos.yml/badge.svg?branch=stable)](https://github.com/hpc-io/pdc/actions/workflows/macos.yml)

Proactive Data Containers (PDC) software provides an object-focused data management API, a runtime system with a set of scalable data object management services, and tools for managing data objects stored in the PDC system. The PDC API allows efficient and transparent data movement in complex memory and storage hierarchy. The PDC runtime system performs data movement asynchronously and provides scalable metadata operations to find and manipulate data objects. PDC revolutionizes how data is managed and accessed by using object-centric abstractions to represent data that moves in the high-performance computing (HPC) memory and storage subsystems. PDC manages extensive metadata to describe data objects to find desired data efficiently as well as to store information in the data objects.

Full documentation of PDC with installation instructions, code examples for using PDC API, and research publications are available at [pdc.readthedocs.io](https://pdc.readthedocs.io)
Expand Down

0 comments on commit a47af22

Please sign in to comment.