Skip to content

Commit

Permalink
Fix repository location
Browse files Browse the repository at this point in the history
... after moving from `MeteoSwiss-APN` to `GridTools`
  • Loading branch information
havogt committed Jun 14, 2023
1 parent 9cd9e2b commit 701a613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Before installing, make sure that you have the following dependencies ready:
- Optionally, only if you want to run GPU benchmarks: a CUDA or HIP compiler

Use the following command to directly install the code from the [GitHub
repository](https://github.com/MeteoSwiss-APN/stencil_benchmarks):
repository](https://github.com/GridTools/stencil_benchmarks):

```
$ pip install git+https://github.com/MeteoSwiss-APN/stencil_benchmarks.git
$ pip install git+https://github.com/GridTools/stencil_benchmarks.git
```

To verify the installation and availability of the command line interface, run
Expand Down Expand Up @@ -337,7 +337,7 @@ $ sbench -o example.csv stream cuda-hip native --compiler nvcc --array-size [102

Our example output is included in the repository and can be downloaded directly
from
[here](https://github.com/MeteoSwiss-APN/stencil_benchmarks/tree/master/readme_data/example.csv)
[here](https://github.com/GridTools/stencil_benchmarks/tree/master/readme_data/example.csv)
to follow this example analysis easily.

Start by looking at the values which haven’t changed between all the runs. This
Expand Down Expand Up @@ -484,4 +484,4 @@ for these computations.

If you have problems using the software provided in this repository, please
open a [GitHub
issue](https://github.com/MeteoSwiss-APN/stencil_benchmarks/issues).
issue](https://github.com/GridTools/stencil_benchmarks/issues).

0 comments on commit 701a613

Please sign in to comment.