Skip to content

Commit

Permalink
Update compiler name. Closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc authored Dec 10, 2024
1 parent 84add50 commit 87dfafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tursa-user-guide/sw-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ scripts are available (for C and C++):

and the NVIDIA C and C++ compilers are available as:

- `nvcc`
- `nvc`
- `nvc++`

!!! tip
Expand All @@ -369,7 +369,7 @@ and the NVIDIA C and C++ compilers are available as:
GCC directly, you would use:

```
export OMPI_CC=nvcc
export OMPI_CC=nvc
export OMPI_CXX=nvc++
```

Expand Down

0 comments on commit 87dfafb

Please sign in to comment.