I'm new to using the library. I'm running it on Visual Studio, Windows.
I'm trying to test the library on C++ and have installed it according to the instructions. However, I seem to have this type of error wherein it references to FORTRAN symbols, of which I'm not using:
Code: Select all
magma_sparse.lib(magma_ssolverinfo.obj) : error LNK2019: unresolved external symbol [b]SLARNV[/b] referenced in function magma_seigensolverinfo_initThank you.