Skip to content

Pressio/pressio-developer-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pressio Developer Guide

The Pressio ecosystem comprises multiple libraries designed to facilitate the implementation of reduced-order models (ROMs) in large-scale applications.

This guide provides information on how to develop Pressio. Because the ecosystem is modular, we will start by providing an overview of the key repositories in the Pressio organization.

Core Pressio Repositories

There are three primary libraries that make up Pressio:

  • pressio-rom: Implementation of the core ROM functionality
  • pressio-ops: Generic operations for common linear algebra software libraries
  • pressio-log: Lightweight logging functionality for Pressio repositories

All of these libraries are header-only. Further, the version numbers of these repositories are synced, such that any given version of pressio-rom is guaranteed to be compatible with the same version of both pressio-ops and pressio-log.

Additional Repositories

Other repositories in the Pressio ecosystem include:

Guides

Development of the three core Pressio repositories is closely connected. The first three guides explain how developers of those libraries can push code, publish releases, and update the Spack packages.

The GitHub Workflow guide explains how to clone any of the core Pressio repositories, how they are designed, and how to open pull requests to implement changes.

The Releases guide enumerates the steps to prepare and publish a new release of any of the core Pressio repositories.

The Spack guide shows how to update the existing spack packages from each core Pressio repository. This should be done after every new release.


All of the Docker containers used in CI throughout the Pressio ecosystem are defined in the pressio-containers repository. This guide explains how to update these containers and add new ones.

About

Instructions for developing in the Pressio ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published