You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MAGMA User
Hi,
A detailed description of my problem is posted here: ERROR
SUMMARY : Building PION with SUNDIALS executes successfully and compiles if the MAGMA dense matrix and linear solver are not used. I suspect the error is because of some inaccuracies in my FindMAGMA.cmake located at /pion/cmake/ , the find_package(MAGMA REQUIRED) line is in the CMakeLists.txt file at /pion/ (root directory).
Also, I can compile the script located at /sundials/examples/cvode/magma/ by changing its name to a .cu extension and compiling with the nvcc compiler. So SUNDIALS has successfully been built with ENABLE_MAGMA and ENABLE_CUDA both set to ON.