Skip to content

Commit

Permalink
fix badge in stable (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Jan 29, 2024
1 parent b1be043 commit 9f93257
Showing 1 changed file with 3 additions and 1 deletion.
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 9f93257

Please sign in to comment.