I tried the latest version of PLASMA 2.8.0, which results in the error:
Code: Select all
use plasma, except_dp => dp, except_sp => sp
1
Error: Symbol 'dp' referenced at (1) not found in module 'plasma'
../../../src/28_numeric_noabirule/m_abi_linalg.F90:34.29:
use plasma, except_dp => dp, except_sp => sp
1
Error: Symbol 'sp' referenced at (1) not found in module 'plasma'
../../../src/28_numeric_noabirule/abi_xgemm.f90:79.11:
Included at ../../../src/28_numeric_noabirule/m_abi_linalg.F90:921:
& c_loc(A),LDA,c_loc(B),LDB,BETA,c_loc(C),LDC)
1
Error: Argument X at (1) to C_LOC shall have either the POINTER or the TARGET attribute
make[4]: *** [m_abi_linalg.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/sheng/Desktop/program/Abinit/abinit-7.10.5/build/src/28_numeric_noabirule'