Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider not to use OpenBLAS, which is not well maintained #3281

Closed
wangkuiyi opened this issue Aug 6, 2017 · 8 comments
Closed

Consider not to use OpenBLAS, which is not well maintained #3281

wangkuiyi opened this issue Aug 6, 2017 · 8 comments
Assignees

Comments

@wangkuiyi
Copy link
Collaborator

I grep-ed our TeamCity log -- all 788 -Wunused-but-set-variable warnings come from OpenBLAS, as pasted below to give you a feeling how many is 788.

There are 154 open issues in OpenBLAS's Github repo: https://github.com/xianyi/OpenBLAS/issues?page=7&q=is%3Aissue+is%3Aopen. The earliest was opened in May 2012.

The current Travis-CI status of OpenBLAS is "failed".

The author's homepage http://xianyi.github.io/ shows that he is running his own business in Beijing, PerfXLab, whose one business is to consult OpenBLAS, but obviously this repo is not under industrial quality maintainence.

Do we have to depend on OpenBLAS? Can we remove it from our dependency list?

yi@WangYis-iMac:~/work/OpenBLAS (remove_unused_var)*$ cat ~/Downloads/Paddle_PR_CI_2050.log | grep 'Wunused-but-set-variable'
[19:28:05]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:06]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:09]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:10]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:28]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:28:52]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:32]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:53]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:53]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:53]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:53]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:29:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:05]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:14]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:26]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:41]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:57]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:30:59]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:31:04]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[19:31:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
@gangliao
Copy link
Contributor

gangliao commented Aug 7, 2017

If we choose mklml + mkldnn, yeah, we can remove this dependency from paddle.

@luotao1
Copy link
Contributor

luotao1 commented Aug 7, 2017

PR #3244 remove the global linker and exe from mkldnn iomp. So we can use mklml + mkldnn instead of openblas. @wangkuiyi @gangliao

@gangliao
Copy link
Contributor

gangliao commented Aug 7, 2017

@wangkuiyi @luotao1 I found it's impossible to achieve this goal now. Because our Android version heavily depends on OpenBLAS

@hedaoyuan
Copy link
Contributor

In the X86 environment, there are many BLAS can be selected, such as MKL, OpenBlas, Eigen, and so on.
In the ARM environment, there is not so much Blas optional. And in this ISSUE #3242 which we will compare the OpenBlas and Eigen which is more suitable for mobile.

@typhoonzero
Copy link
Contributor

I'm closing this since we are implementing support of MKL, feel free to reopen.

@luotao1 luotao1 reopened this Nov 14, 2017
@luotao1
Copy link
Contributor

luotao1 commented Nov 14, 2017

Now, there are 816 Wunused-but-set-variable and 386 Wunused-variable warning in Paddle_PR_CI_7622.log:

Wunused-but-set-variable warning

cat Paddle_PR_CI_7622.log | grep 'Wunused-but-set-variable'
[05:59:39]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:39]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:39]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:39]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:40]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:41]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:41]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:41]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:41]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:43]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:43]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:43]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:54]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[05:59:55]W:	 [Step 1/1] level3_gemm3m_thread.c:977:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:06]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:15]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:18]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:27]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:33]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:00:51]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:02]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:20]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:22]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:22]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:22]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:22]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:29]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:37]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:39]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:43]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:44]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:45]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:49]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:50]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:54]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:01:56]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:01]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:03]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:09]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:11]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:16]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:17]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:23]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:25]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:29]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:38: warning: variable 'a15' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:28: warning: variable 'a13' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:18: warning: variable 'a11' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:70:9: warning: variable 'a9' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:38: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:28: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:18: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_ncopy_8.c:69:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:43: warning: variable 'a16' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:33: warning: variable 'a14' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:23: warning: variable 'a12' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:70:13: warning: variable 'a10' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:43: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:33: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:23: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:30]W:	 [Step 1/1] generic/zgemm3m_tcopy_8.c:69:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:31]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:38]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:40]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_ncopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:46]W:	 [Step 1/1] generic/zgemm3m_tcopy_4.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:37: warning: variable 'a8' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:29: warning: variable 'a6' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:21: warning: variable 'a4' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_ncopy_2.c:68:13: warning: variable 'a2' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:33: warning: variable 'a7' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:25: warning: variable 'a5' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:17: warning: variable 'a3' set but not used [-Wunused-but-set-variable]
[06:02:48]W:	 [Step 1/1] generic/zgemm3m_tcopy_2.c:68:9: warning: variable 'a1' set but not used [-Wunused-but-set-variable]

Wunused-variable warning

[05:59:58]W:	 [Step 1/1] blas_server.c:630:17: warning: unused variable 'tsiq' [-Wunused-variable]
[06:00:05]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:05]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:05]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:05]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:06]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:06]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:06]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:09]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:09]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:09]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:14]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:14]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:14]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:14]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:15]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:15]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:16]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:16]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:16]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:16]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:17]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:18]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:18]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:18]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:26]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:26]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:26]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:26]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:27]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:27]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:27]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:31]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:31]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:31]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:32]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:33]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:33]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:33]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:43]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:43]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:43]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:43]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:46]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:54]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:54]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:54]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:00:56]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:00:56]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:00:56]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:00:56]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:00:56]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:00:58]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:00:58]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:00:58]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:00:58]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:00:58]W:	 [Step 1/1] ../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:00]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:01]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:01]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:01]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:04]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:08]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:08]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:08]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:08]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:08]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:08]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:12]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:12]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:12]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:12]W:	 [Step 1/1] setparam_NEHALEM.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:01:18]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:18]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:18]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:18]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:21]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:24]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:24]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:24]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:30]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:30]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:30]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:32]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:32]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:32]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:36]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:36]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:36]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:36]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:38]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:39]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:39]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:39]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:39]W:	 [Step 1/1] setparam_BARCELONA.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:01:42]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:42]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:42]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:42]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:44]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:44]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:44]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:45]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:45]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:45]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:45]W:	 [Step 1/1] setparam_BOBCAT.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:01:48]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:48]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:48]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:48]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:49]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:49]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:49]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:51]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:51]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:51]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:51]W:	 [Step 1/1] setparam_ATOM.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:01:53]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:53]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:53]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:53]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:55]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:56]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:57]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:57]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:01:57]W:	 [Step 1/1] setparam_NANO.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:01:58]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:01:58]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:01:58]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:01:58]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:01:58]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:01:59]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:01:59]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:01:59]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:01:59]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:00]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:00]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:00]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:00]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:02]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:04]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:04]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:04]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:04]W:	 [Step 1/1] setparam_SANDYBRIDGE.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:02:06]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:06]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:06]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:06]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:06]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:07]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:07]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:07]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:07]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:07]W:	 [Step 1/1] ../kernel/x86_64/dtrsm_kernel_LN_bulldozer.c:441:16: warning: unused variable 'i1' [-Wunused-variable]
[06:02:08]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:08]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:08]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:08]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:09]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:09]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:09]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:10]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:10]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:10]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:10]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:11]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:11]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:11]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:11]W:	 [Step 1/1] setparam_BULLDOZER.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:02:12]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:14]W:	 [Step 1/1] ../kernel/x86_64/dtrsm_kernel_LN_bulldozer.c:441:16: warning: unused variable 'i1' [-Wunused-variable]
[06:02:15]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:15]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:15]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:15]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:16]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:16]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:16]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:17]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:17]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:17]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:17]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:18]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:18]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:18]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:18]W:	 [Step 1/1] setparam_PILEDRIVER.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:02:19]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:19]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:19]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:19]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:19]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:20]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:20]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:20]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:20]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:20]W:	 [Step 1/1] ../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:20]W:	 [Step 1/1] ../kernel/x86_64/dtrsm_kernel_LN_bulldozer.c:441:16: warning: unused variable 'i1' [-Wunused-variable]
[06:02:22]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:22]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:22]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:22]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:23]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:23]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:23]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:24]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:24]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:24]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:24]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:25]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:25]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:25]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:25]W:	 [Step 1/1] setparam_STEAMROLLER.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:02:26]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:26]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:26]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:26]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:26]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:27]W:	 [Step 1/1] ../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:27]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:27]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:27]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:27]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:28]W:	 [Step 1/1] ../kernel/x86_64/dtrsm_kernel_LN_bulldozer.c:441:16: warning: unused variable 'i1' [-Wunused-variable]
[06:02:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:28]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:29]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:30]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:32]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:32]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:32]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:32]W:	 [Step 1/1] setparam_EXCAVATOR.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:02:33]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:33]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:33]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:33]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:33]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:36]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:37]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:37]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:37]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:37]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:39]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:41]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:41]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:41]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:41]W:	 [Step 1/1] setparam_HASWELL.c:685:7: warning: unused variable 'l2' [-Wunused-variable]
[06:02:42]W:	 [Step 1/1] ../kernel/x86_64/sgemv_n_4.c:295:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:42]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:42]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:42]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:42]W:	 [Step 1/1] ../kernel/x86_64/ssymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dgemv_n_4.c:207:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:20: warning: unused variable 'at3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:16: warning: unused variable 'at2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:12: warning: unused variable 'at1' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dsymv_U.c:167:8: warning: unused variable 'at0' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:186:10: warning: unused variable 'res7_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:185:10: warning: unused variable 'res7_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:181:10: warning: unused variable 'res6_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:180:10: warning: unused variable 'res6_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:176:10: warning: unused variable 'res5_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:175:10: warning: unused variable 'res5_2' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:171:10: warning: unused variable 'res4_3' [-Wunused-variable]
[06:02:43]W:	 [Step 1/1] ../kernel/x86_64/dtrmm_kernel_4x8_haswell.c:170:10: warning: unused variable 'res4_2' [-Wunused-variable]
[06:02:45]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:45]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:45]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:45]W:	 [Step 1/1] ../kernel/x86_64/cgemv_n_4.c:219:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:46]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:46]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:47]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:47]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:47]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:47]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:47]W:	 [Step 1/1] ../kernel/x86_64/zgemv_n_4.c:221:11: warning: unused variable 'j' [-Wunused-variable]
[06:02:48]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rn.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:48]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_cnc.c:38:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:48]W:	 [Step 1/1] ../kernel/x86_64/../generic/zimatcopy_rnc.c:37:15: warning: unused variable 'bptr' [-Wunused-variable]
[06:02:48]W:	 [Step 1/1] setparam_ZEN.c:685:7: warning: unused variable 'l2' [-Wunused-variable]

@luotao1
Copy link
Contributor

luotao1 commented Nov 16, 2017

Besides, there are 18 near initialization warnings:

[06:00:09]W:     [Step 1/1] setparam_PRESCOTT.c:560:60: note: (near initialization for 'gotoblas_PRESCOTT.zgeadd_k')
[06:00:19]W:     [Step 1/1] setparam_CORE2.c:560:51: note: (near initialization for 'gotoblas_CORE2.zgeadd_k')
[06:00:33]W:     [Step 1/1] setparam_PENRYN.c:560:54: note: (near initialization for 'gotoblas_PENRYN.zgeadd_k')
[06:00:54]W:     [Step 1/1] setparam_DUNNINGTON.c:560:66: note: (near initialization for 'gotoblas_DUNNINGTON.zgeadd_k')
[06:01:12]W:     [Step 1/1] setparam_NEHALEM.c:560:57: note: (near initialization for 'gotoblas_NEHALEM.zgeadd_k')
[06:01:24]W:     [Step 1/1] setparam_OPTERON.c:560:57: note: (near initialization for 'gotoblas_OPTERON.zgeadd_k')
[06:01:32]W:     [Step 1/1] setparam_OPTERON_SSE3.c:560:72: note: (near initialization for 'gotoblas_OPTERON_SSE3.zgeadd_k')
[06:01:39]W:     [Step 1/1] setparam_BARCELONA.c:560:63: note: (near initialization for 'gotoblas_BARCELONA.zgeadd_k')
[06:01:45]W:     [Step 1/1] setparam_BOBCAT.c:560:54: note: (near initialization for 'gotoblas_BOBCAT.zgeadd_k')
[06:01:51]W:     [Step 1/1] setparam_ATOM.c:560:48: note: (near initialization for 'gotoblas_ATOM.zgeadd_k')
[06:01:57]W:     [Step 1/1] setparam_NANO.c:560:48: note: (near initialization for 'gotoblas_NANO.zgeadd_k')
[06:02:04]W:     [Step 1/1] setparam_SANDYBRIDGE.c:560:69: note: (near initialization for 'gotoblas_SANDYBRIDGE.zgeadd_k')
[06:02:11]W:     [Step 1/1] setparam_BULLDOZER.c:560:63: note: (near initialization for 'gotoblas_BULLDOZER.zgeadd_k')
[06:02:18]W:     [Step 1/1] setparam_PILEDRIVER.c:560:66: note: (near initialization for 'gotoblas_PILEDRIVER.zgeadd_k')
[06:02:25]W:     [Step 1/1] setparam_STEAMROLLER.c:560:69: note: (near initialization for 'gotoblas_STEAMROLLER.zgeadd_k')
[06:02:32]W:     [Step 1/1] setparam_EXCAVATOR.c:560:63: note: (near initialization for 'gotoblas_EXCAVATOR.zgeadd_k')
[06:02:41]W:     [Step 1/1] setparam_HASWELL.c:560:57: note: (near initialization for 'gotoblas_HASWELL.zgeadd_k')
[06:02:48]W:     [Step 1/1] setparam_ZEN.c:560:45: note: (near initialization for 'gotoblas_ZEN.zgeadd_k')

@brada4
Copy link

brada4 commented Nov 16, 2017

Not helpful, real warning is in first line, only 2nd visible in your post. We have GCC too to see same warnings.

@luotao1 luotao1 closed this as completed Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants