Skip to content

Commit a47af22

Browse files
authored
Synchronize with develop (#181)
* update issue templates (#178) * fix badge in stable (#180) * update CI triggers
1 parent b68618d commit a47af22

File tree

5 files changed

+12
-31
lines changed

5 files changed

+12
-31
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [ stable, develop ]
66

7+
push:
8+
branches: [ stable, develop ]
9+
710
# Allows to run this workflow manually from the Actions tab
811
workflow_dispatch:
912

.github/workflows/ubuntu-cache.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [ stable, develop ]
66

7+
push:
8+
branches: [ stable, develop ]
9+
710
workflow_dispatch:
811

912
jobs:

.github/workflows/ubuntu-no-cache.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [ stable, develop ]
66

7+
push:
8+
branches: [ stable, develop ]
9+
710
workflow_dispatch:
811

912
jobs:

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
# Proactive Data Containers (PDC)
66

7-
[![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)
87
![GitHub release tag(latest by date)](https://img.shields.io/github/v/tag/hpc-io/pdc)
98
![Spack](https://img.shields.io/spack/v/pdc)
109
![Read the Docs](https://img.shields.io/readthedocs/pdc?logo=readthedocs&logoColor=white)
1110

11+
[![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)
12+
[![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)
13+
1214
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.
1315

1416
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)

0 commit comments

Comments
 (0)