Changes
Page history
Update Documentation
authored
Sep 28, 2022
by
Camille Coti
Show whitespace changes
Inline
Side-by-side
Documentation.md
View page @
152dffbe
...
...
@@ -22,7 +22,7 @@ make -j install
```
Notes:
-
I had issues with OpenBLAS, even
though
I am setting the pkg path in my module:
-
I had issues with OpenBLAS, even
when
I am setting the pkg path in my module
_and_ setting it again manually
:
```
export PKG_CONFIG_PATH=$HOME/x86/OpenBLAS/install/lib64/pkgconfig:$PKG_CONFIG_PATH
```
...
...
@@ -57,7 +57,7 @@ Apex installs some dependencies if it cannot find them, so we need to set the `L
export LD_LIBRARY_PATH=~/x86/apex/install//binutils/lib:~/x86/apex/install/otf2/lib:$LD_LIBRARY_PATH
```
Then... voil
a
Then... voil
à
```
~/x86/apex/install/bin/apex_exec --apex:cuda ./axpy
```
...
...
...
...