Update Documentation authored by Camille Coti's avatar Camille Coti
...@@ -22,7 +22,7 @@ make -j install ...@@ -22,7 +22,7 @@ make -j install
``` ```
Notes: 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 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 ...@@ -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 export LD_LIBRARY_PATH=~/x86/apex/install//binutils/lib:~/x86/apex/install/otf2/lib:$LD_LIBRARY_PATH
``` ```
Then... voila Then... voilà
``` ```
~/x86/apex/install/bin/apex_exec --apex:cuda ./axpy ~/x86/apex/install/bin/apex_exec --apex:cuda ./axpy
``` ```
... ...
......