I configured and made abinit with mkl and cuda, on intel cpu and nvida GPU, but the program seemed to be problematic.
With gdb, I found the place where the program emitted sigsegv:
Code: Select all
Program received signal SIGSEGV, Segmentation fault.
0x00007fffd4af8d0d in mkl_blas_avx2_xzcopy () from /opt/intel/[b]composer_xe_2015.3.187[/b]/mkl/lib/intel64/libmkl_avx2.so
Missing separate debuginfos, use: debuginfo-install xorg-x11-drv-nvidia-libs-352.79-1.el7.x86_64
(gdb) r
I would appreciate your help!