Refs #191. A walk around for dtrtri_U single thread bug.
authorZhang Xianyi <traits.zhang@gmail.com>
Sun, 14 Jul 2013 14:16:30 +0000 (22:16 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Sun, 14 Jul 2013 14:16:30 +0000 (22:16 +0800)
commitfd0c388681e8a3d344a507cb50990b7f3bab2383
tree9d0765f9f0248f39f9588c9ecdf6a4d2c404bb1f
parent61a9582987b2e828ad4e2f6b09add1c9a41c856d
Refs #191. A walk around for dtrtri_U single thread bug.

This function caused the failure of ERKALE serial test.
I replaced it with LAPACK source code.
interface/trtri.c
lapack/trtri/Makefile
lapack/trtri/dtrtri_lapack.f [new file with mode: 0644]