My goals are
1. To set up SUNDIALS with MAGMA support so that it uses the GPU implementation for the linear solver MAGMA offers.2. I only need the CUDA backend enabled in both modules. I have attached the current make.inc file I am using to build MAGMA.
3. Upon building SUNDIALS with magma support and compiling the example given with SUNDIALS using CVODE, I get this error: undefined reference to `SUNLinSol_MagmaDense'
4. The ./magmadense folder is also empty:
nimotoofly@AnuragNimonkar:/mnt/e/sundials/build/src/sunlinsol/magmadense$ ls
CMakeFiles Makefile cmake_install.cmake
5. Can I get a detailed installation guide? What am I doing wrong here? I donot plan to use FORTRAN or any other dependencies. Just need the CUDA backend so I can use the linear solver.
6. The "example" folder given with MAGMA contains a v1 and v2 example. Upon compiling either and running the executable, I get this message:
using MAGMA CPU interface
magma_zgesv failed with info=1
using MAGMA GPU interface
magma_zgesv_gpu failed with info=1