Skip to content

Commit

Permalink
Merge pull request #159 from streeve/fixup_doc_links
Browse files Browse the repository at this point in the history
Fixup doc links
  • Loading branch information
streeve authored Dec 16, 2024
2 parents 7f94f25 + 00bde28 commit 99348e4
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 @@ -26,11 +26,11 @@ available on some systems or can be installed with `spack` (see
https://spack.readthedocs.io/en/latest/getting_started.html):

```
spack install cabana@master+cajita+silo
spack install cabana@master+grid+hdf5
```

Alternatively, Kokkos can be built locally, followed by Cabana:
https://github.com/ECP-copa/Cabana/wiki/1-Build-Instructions
https://github.com/ECP-CoPA/Cabana/wiki/1-Build-Instructions

Build instructions are available for both CPU and GPU. Note that Cabana must be
compiled with MPI and the Grid sub-package.
Expand Down Expand Up @@ -66,7 +66,7 @@ make install
### CUDA Build

After building Kokkos and Cabana for Cuda:
https://github.com/ECP-copa/Cabana/wiki/CUDA-Build
https://github.com/ECP-CoPA/Cabana/wiki/Build-CUDA

The CUDA build script is identical to that above, but again note that Kokkos
must be compiled with the CUDA backend.
Expand All @@ -76,7 +76,7 @@ Note that the same compiler should be used for Kokkos, Cabana, and CabanaPD.
### HIP Build

After building Kokkos and Cabana for HIP:
https://github.com/ECP-copa/Cabana/wiki/HIP-and-SYCL-Build#HIP
https://github.com/ECP-CoPA/Cabana/wiki/Build-HIP-and-SYCL#HIP

The HIP build script is identical to that above, except that `hipcc` compiler
must be used:
Expand Down

0 comments on commit 99348e4

Please sign in to comment.