From f0dc027802a6d1f4500cb23f07b7e18bca8af4fc Mon Sep 17 00:00:00 2001 From: Houjun Tang Date: Wed, 19 May 2021 15:50:43 -0700 Subject: [PATCH] Add Github actions badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e99eb97e..a049bf7ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![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) ## Proactive Data Containers (PDC) Proactive Data Containers (PDC) software provides an object-centric API and a runtime system with a set of data object management services. These services allow placing data in the memory and storage hierarchy, performing data movement asynchronously, and providing scalable metadata operations to find data objects. PDC revolutionizes how data is stored 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.