PARILUT preconditioner causes SEGFAULT
Posted: Thu Jul 12, 2018 1:32 am
Hello.
I am trying to use sparse MAGMA for solving dual elasticity+hydrodynamics problem, but met some difficulties. At the moment, system of linear equations is solved at CPU by BICGSTAB + ILUT, and i want to use same pair at GPU. But ILUT gives SEGFAULT upon calling magma_s_precondsetup. Moreover, i tried to launch testing_spreconditioner.cpp with next params "--solver BICGSTAB --precond PARILUT mat_ones.mtx", where mat_ones is 10x10 matrix with ones at diagonal. Got the same problem - SEGFAULT at magma_s_precondsetup.
I am using MAGMA 2.3.0 under Windows, GPU Quadro P5000 (capability 6.1).
Hope someone can help.
Thanks in advance.
I am trying to use sparse MAGMA for solving dual elasticity+hydrodynamics problem, but met some difficulties. At the moment, system of linear equations is solved at CPU by BICGSTAB + ILUT, and i want to use same pair at GPU. But ILUT gives SEGFAULT upon calling magma_s_precondsetup. Moreover, i tried to launch testing_spreconditioner.cpp with next params "--solver BICGSTAB --precond PARILUT mat_ones.mtx", where mat_ones is 10x10 matrix with ones at diagonal. Got the same problem - SEGFAULT at magma_s_precondsetup.
I am using MAGMA 2.3.0 under Windows, GPU Quadro P5000 (capability 6.1).
Hope someone can help.
Thanks in advance.