Skip to content

Commit

Permalink
adding color to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 committed May 8, 2024
1 parent eec41da commit 9a00d88
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.. raw:: html

<style> .maroon {color:maroon} </style>
<style> .blue {color:blue} </style>
<style> .green {color:green} </style>

<div align="left">
<h2>
<picture>
Expand All @@ -20,18 +24,18 @@ Benchpark is an open collaborative repository for reproducible specifications of
Benchpark enables cross-site collaboration on benchmarking by providing a mechanism for sharing
reproducible, working specifications for the following:

1. **System specifications**
1. **:maroon:`System specifications`**

* location of system compilers and system MPI
* system scheduler and launcher

2. **Benchmark specifications**
2. **:blue:`Benchmark specifications`**

* source repo and version
* build (Spack) configuration
* run (Ramble) configuration

3. **Experiment specifications**
3. **:green:`Experiment specifications`**

* programming models to use for benchmarks on a given system type
* valid experiments for benchmarks on a given system (scientific parameter studies, performance parameter studies, etc.)
Expand All @@ -40,8 +44,8 @@ Dependencies
------------
Benchpark uses the following open source projects for specifying configurations:

* `Ramble <https://github.com/GoogleCloudPlatform/ramble>`_ to specify run configurations
* `Spack <https://github.com/spack/spack>`_ to specify build configurations
* `Ramble <https://github.com/GoogleCloudPlatform/ramble>`_ to specify run configurations

Community
---------
Expand Down

0 comments on commit 9a00d88

Please sign in to comment.