Skip to content

Commit

Permalink
fix typo (#5)
Browse files Browse the repository at this point in the history
* fix typo
* increased patch number
  • Loading branch information
ttm02 authored Jun 14, 2021
1 parent 80b3504 commit 6b58704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visualize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
echo "* Visualization generated on $(date)" > stats.md
echo "* Using [Corrbench](https://github.com/tudasc/mpi-corrbench \"MPI-CorrBench\") version [$( echo ${GITHUB_SHA} | cut -c1-8)](https://github.com/tudasc/mpi-corrbench/commit/$GITHUB_SHA)" >> stats.md
echo "* Must Version : $MUST_VERSION" >> stats.md
echo "* TTAC Version : $ITAC_VERSION" >> stats.md
echo "* ITAC Version : $ITAC_VERSION" >> stats.md
echo "* Mpi-Checker (clang-tidy) version : $MPI_CHECKER_VERSION" >> stats.md
echo "* PARCOACH Version : $PARCOACH_VERSION" >> stats.md
# build new readme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MPI-CorrBench 1.2.0 [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![visualize](https://github.com/tudasc/MPI-Corrbench/actions/workflows/visualize.yml/badge.svg?branch=main)](https://github.com/tudasc/mpi-corrbench-dashboard)
# MPI-CorrBench 1.2.1 [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![visualize](https://github.com/tudasc/MPI-Corrbench/actions/workflows/visualize.yml/badge.svg?branch=main)](https://github.com/tudasc/mpi-corrbench-dashboard)

MPI-CorrBench \[[CORRBE21](#ref-Corrbe21)\] enables a structured comparison of the different available tools for MPI correctness checking w.r.t. various types of errors.

Expand Down

0 comments on commit 6b58704

Please sign in to comment.