Skip to content

Commit

Permalink
Remove documentation on need for LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrodgers committed Apr 12, 2023
1 parent 5047503 commit 7e2ecb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trunk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,12 @@ To use the various AOMP testing infrastructure in `$TRUNK_REPOS/aomp/test`:

``` bash
export AOMP=$HOME/rocm/trunk
export LD_LIBRARY_PATH=$AOMP/lib:/opt/rocm/hsa/lib
```

Or, if you set `TRUNK_LINK`, use this command:

``` bash
export AOMP=$TRUNK_LINK
export LD_LIBRARY_PATH=$AOMP/lib:/opt/rocm/hsa/lib
```

Then, for example:
Expand Down

0 comments on commit 7e2ecb0

Please sign in to comment.