Skip to content

Commit

Permalink
Adds extra note on making UCX available
Browse files Browse the repository at this point in the history
  • Loading branch information
aturner-epcc authored Mar 5, 2024
1 parent c5b75d3 commit 83bb8f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/user-guide/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,18 @@ module load craype-network-ucx
module load cray-mpich-ucx
```

!!! important
If your software was compiled using a compiler environment other
then CCE you will also need to load that compiler environment
as well as the UCX modules. For example, if you compiled using
`PrgEnv-gnu` you would need to:

```
module load PrgEnv-gnu
module load craype-network-ucx
module load cray-mpich-ucx
```

The performance benefits will also vary depending on the number of
processes, so it is important to benchmark your application at the
scale used in full production runs.
Expand Down

0 comments on commit 83bb8f6

Please sign in to comment.