Running Examples
Posted: Wed Mar 22, 2017 12:07 pm
I installed magma through AUR (arch user repository) and now I'm trying to build some of the examples that come with MAGMA. After setting some of the variables I would built the examples:
The building throws no errors, but when I run the examples I get:
What am I doing wrong?
Kind regards
Matthias
Code: Select all
MAGMADIR ?= /opt/magma
CUDADIR ?= /opt/cuda
OPENBLASDIR ?= /usr/local/openblasCode: Select all
./example_v2: error while loading shared libraries: libmagma.so: cannot open shared object file: No such file or directoryKind regards
Matthias