lapack in abaqus subrouine
Hi all,
I'm an abaqus subroutine UEL user.
I recently got an existed UEL fortrain file from advisor professor, but had an following error message when I ran the code.
UEL.obj : error LNK2019: unresolved external symbol dpotrf referenced in function matinv_lapack
UEL.obj : error LNK2019: unresolved external symbol dpotri referenced in function matinv_lapack
The code has "call dpotrf('U',n,A_INV,n,i)" and "call dpotri('U',n,A_INV,n,i)" in function matinv_lapack, so I think I need to install lapack to resolve this problem.