From a732b6303268ebe4bfb5251220f615b75b0392b9 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 29 Nov 2021 17:55:15 +0900 Subject: [PATCH 01/49] . --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bc24da6c..d7593e25c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Eprint = {arXiv:2109.13406}, } ``` +# Slides +* https://github.com/nakatamaho/mplapack/blob/v2.0/doc/presentation/20211128_%E7%B2%BE%E5%BA%A6%E4%BF%9D%E8%A8%BCmeeting.pdf + # How to build on Linux and Win (using Docker; recommended) Ubuntu 20.04 (amd64, AArch64) @@ -142,9 +145,22 @@ $ cd ; fable.cout sample.f This is the release schedule for MPLAPACK 2.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | -| Impliment RFP version | | | | -| Impliment complex lin | | | | +| complex lin (lapack routine; mpfr) | 2021/11/29 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; mpfr) | 2021/11/29 | ng |Failed: CGB, CLS | +| complex lin (lapack routine; gmp) | 2021/11/29 | ng |Failed: CSR, CSK, CQ3, CTZ| +| complex lin (driver routine; gmp) | 2021/11/29 | ng |Falied: CGB | +| complex lin (lapack routine; dd) | | | | +| complex lin (driver routine; dd) | | | | +| complex lin (lapack routine; qd) | | | | +| complex lin (driver routine; qd) | | | | +| complex lin (lapack routine; _Float128) | 2021/11/29 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CHR CHK CHA CSA CHP CSY CSR CSK CSP CTR CTP CTB CQ3 CTZ| +| complex lin (driver routine; _Float128) | 2021/11/29 | ng |Failed:CGE CGB CGT CPO CPP CPB CHE CHA CSA CHP CSY CSR CSK CSP CLS| +| complex lin (lapack routine; _Float64x) | | | | +| complex lin (driver routine; _Float64x) | | | | +| complex lin (lapack routine; double) | 2021/11/29 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ | +| complex lin (driver routine; double) | 2021/11/29 | ng |Failed: CGB CLS | | Impliment complex eig | | | | +| Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | | Add more examples | | | | From 215793e3d62a88e015b501aebd9da9c1c048c984 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Tue, 30 Nov 2021 16:12:23 +0900 Subject: [PATCH 02/49] . --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d7593e25c..bd46a507c 100644 --- a/README.md +++ b/README.md @@ -149,15 +149,15 @@ This is the release schedule for MPLAPACK 2.0.0 | complex lin (driver routine; mpfr) | 2021/11/29 | ng |Failed: CGB, CLS | | complex lin (lapack routine; gmp) | 2021/11/29 | ng |Failed: CSR, CSK, CQ3, CTZ| | complex lin (driver routine; gmp) | 2021/11/29 | ng |Falied: CGB | -| complex lin (lapack routine; dd) | | | | -| complex lin (driver routine; dd) | | | | -| complex lin (lapack routine; qd) | | | | -| complex lin (driver routine; qd) | | | | +| complex lin (lapack routine; dd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CPT CHE CHR CHK CH2 CSA CS2 CHP CSY CSR CSK CSP CTR CTP CTB CQR CRQ CLQ CQL CQ3 CTZ | +| complex lin (driver routine; dd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CSA CH2 CHP CSY CSR CSK CSP CLS | +| complex lin (lapack routine; qd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CHR CHK CSA CS2 CHP CSY CSR CSK CSP CTR CTP CTB CQR CRQ CLQ CQL CQ3 CTZ| +| complex lin (driver routine; qd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CSA CH2 CHP CSY CSR CSK CSP CLS | | complex lin (lapack routine; _Float128) | 2021/11/29 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CHR CHK CHA CSA CHP CSY CSR CSK CSP CTR CTP CTB CQ3 CTZ| | complex lin (driver routine; _Float128) | 2021/11/29 | ng |Failed:CGE CGB CGT CPO CPP CPB CHE CHA CSA CHP CSY CSR CSK CSP CLS| -| complex lin (lapack routine; _Float64x) | | | | -| complex lin (driver routine; _Float64x) | | | | -| complex lin (lapack routine; double) | 2021/11/29 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ | +| complex lin (lapack routine; _Float64x) | 2021/11/30 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | +| complex lin (driver routine; _Float64x) | 2021/11/30 | ng |Failed: CGB CLS | +| complex lin (lapack routine; double) | 2021/11/29 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | | complex lin (driver routine; double) | 2021/11/29 | ng |Failed: CGB CLS | | Impliment complex eig | | | | | Impliment RFP version | | | | From 069735f8e71eaa4a0372a2b711074016ea19ba3d Mon Sep 17 00:00:00 2001 From: Kai Torben Ohlhus Date: Wed, 1 Dec 2021 13:07:00 +0900 Subject: [PATCH 03/49] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index bd46a507c..cc871cb07 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Ubuntu 20.04 (amd64, AArch64) ``` $ git clone https://github.com/nakatamaho/mplapack/ $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ /usr/bin/time docker build -t mplapack:ubuntu2004 -f Dockerfile_ubuntu20.04 . 2>&1 | tee log.ubuntu2004 ``` @@ -67,7 +67,7 @@ CentOS 7 (amd64, AArch64) ``` $ git clone https://github.com/nakatamaho/mplapack/ $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ /usr/bin/time docker build -t mplapack:centos7 -f Dockerfile_CentOS7 . 2>&1 | tee log.CentOS7 ``` @@ -75,7 +75,7 @@ CentOS 8 (amd64, AArch64) ``` $ git clone https://github.com/nakatamaho/mplapack/ $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ /usr/bin/time docker build -t mplapack:centos8 -f Dockerfile_CentOS8 . 2>&1 | tee log.CentOS8 ``` @@ -83,7 +83,7 @@ Ubuntu 18.04 (amd64, AArch64) ``` $ git clone https://github.com/nakatamaho/mplapack/ $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ /usr/bin/time docker build -t mplapack:ubuntu1804 -f Dockerfile_ubuntu18.04 . 2>&1 | tee log.ubuntu1804 ``` @@ -91,7 +91,7 @@ Ubuntu 20.04 (using Intel oneAPI) ``` $ git clone https://github.com/nakatamaho/mplapack/ $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ /usr/bin/time docker build -t mplapack:ubuntu2004intel -f Dockerfile_ubuntu20.04_intel . 2>&1 | tee log.ubuntu2004.intel ``` @@ -99,7 +99,7 @@ Windows 64bit (using cross compiler on Ubuntu) ``` $ git clone https://github.com/nakatamaho/mplapack/ $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ /usr/bin/time docker build -t mplapack:mingw -f Dockerfile_ubuntu20.04_mingw64 . 2>&1 | tee log.mingw ``` @@ -109,7 +109,7 @@ $ /usr/bin/time docker build -t mplapack:mingw -f Dockerfile_ubuntu20.04_mingw6 $ sudo port install gcc9 coreutils git ccache $ git clone https://github.com/nakatamaho/mplapack.git --depth 1 $ cd mplapack -$ git checokut v1.0.1 +$ git checkout v1.0.1 $ pushd mplapack/debug ; bash gen.Makefile.am.sh ; popd $ autoreconf --force --install ; aclocal ; autoconf ; automake; autoreconf --force --install $ CXX="g++-mp-9" ; export CXX @@ -159,9 +159,9 @@ This is the release schedule for MPLAPACK 2.0.0 | complex lin (driver routine; _Float64x) | 2021/11/30 | ng |Failed: CGB CLS | | complex lin (lapack routine; double) | 2021/11/29 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | | complex lin (driver routine; double) | 2021/11/29 | ng |Failed: CGB CLS | -| Impliment complex eig | | | | -| Impliment RFP version | | | | -| Impliment mixed precision version | | | | +| Implement complex eig | | | | +| Implement RFP version | | | | +| Implement mixed precision version | | | | | make tar ball for distribution | | | | | Add more examples | | | | @@ -179,13 +179,13 @@ This is the release schedule for MPLAPACK 3.0.0 | Drop GMP version | | | Since trigonometric functions req'ed | | more benchmarks | | | | | add gmpfrxx | | | https://math.berkeley.edu/~wilken/code/gmpfrxx/ | -| optimized implimentations | | | | +| optimized implementations | | | | ## old schedules * version 1.0.0 https://github.com/nakatamaho/mplapack/blob/master/doc/Release1.0.0.md # History -* 2021/11/1 1.0.1 release. Fixing dd and qd aritmetic by Inte One API. +* 2021/11/1 1.0.1 release. Fixing dd and qd arithmetic by Inte One API. * 2021/10/1 1.0.0 release. Huge improvement; all real LAPACK routines are available; SVD, eigenproblem solver for non symmetric matrices are added. manual is available: https://raw.githubusercontent.com/nakatamaho/mplapack/master/doc/manual/manual.pdf * 2021/4/11 0.9.3 release. CentOS7 AArch64 support * 2021/4/6 0.9.1 release. CentOS support @@ -194,16 +194,16 @@ This is the release schedule for MPLAPACK 3.0.0 * 2012/12/20: MPACK 0.8.0-RC2 Build fixes on various platforms. * 2012/12/05: Our Rgemm dd paper "A Fast implementation of matrix-matrix product in double-double precision on NVIDIA C2050 and application to semidefinite programming" is selected as the Best Papers of The Third International Conference on Networking and Computing. Slide is here. * 2012/11/29: MPACK 0.8.0-RC1 CUDA version of Rgemm in double-double precision is integrated. -* 2012/10/13: CUDA 4.2 or later version of accelarated Rgemm in double-double precision on NVIDIA C2050 GPU is now available. Note it does not work on CUDA 4.1. Origial release announce is here., and preprint is available from here, and it will be presented at The Third International Conference on Networking and Computing Okinawa, Japan, December 5-7, 2012 . +* 2012/10/13: CUDA 4.2 or later version of accelerated Rgemm in double-double precision on NVIDIA C2050 GPU is now available. Note it does not work on CUDA 4.1. Original release announce is here., and preprint is available from here, and it will be presented at The Third International Conference on Networking and Computing Okinawa, Japan, December 5-7, 2012 . * 2012/06/16: MPACK 0.7.0! Announcement * 2012/06/16: Development has been migrated to SVN repository. -* 2011/10/28: Rgemm accleration in double-double precision on NVIDIA C2050 GPU is now available. Even though papers are not published, you can just try by "make". Note that only CUDA 3.2 is supported. Origial release announce is here. -* 2011/08/24: Rgemm accleration on NVIDIA C2050 GPU is coming. Unforutnately paper are rejected, so please wait... Here is a pdf slide. -* 2010/08/20: MPACK 0.6.7! Includes condition number estimators; Rgecon and Rpocon. Now 100 MLAPACK routines, and license has been changed to 2-caluse BSD style license. No longer use LGPLv3. +* 2011/10/28: Rgemm acceleration in double-double precision on NVIDIA C2050 GPU is now available. Even though papers are not published, you can just try by "make". Note that only CUDA 3.2 is supported. Origial release announce is here. +* 2011/08/24: Rgemm acceleration on NVIDIA C2050 GPU is coming. Unfortunately paper are rejected, so please wait... Here is a pdf slide. +* 2010/08/20: MPACK 0.6.7! Includes condition number estimators; Rgecon and Rpocon. Now 100 MLAPACK routines, and license has been changed to 2-clause BSD style license. No longer use LGPLv3. * 2010/08/6: MPACK 0.6.6! Build fix release. Tested on various Linux distributions. * 2010/05/31: A paper for MPACK (0.6.4) in Japanese has been uploaded. * 2010/05/21: MPACK 0.6.5! MPFR support, and MBLAS license has been changed to BSD style. Still MLAPACK part is LGPLv3. I'll replace hopefully soon. -* 2010/01/13: MPACK 0.6.4! BUILD FIX RELEASE! PLEASE CHECK ON YOUR ENVIRONMET! THANKS! ALSO WINDOWS IS SUPPORTED! +* 2010/01/13: MPACK 0.6.4! BUILD FIX RELEASE! PLEASE CHECK ON YOUR ENVIRONMENT! THANKS! ALSO WINDOWS IS SUPPORTED! * 2009/12/18: POSTER and SLIDE ARE UPLOADED; MPACK (MBLAS/MLAPACK) poster at HPCS2010 in English, and slide in Japanese, and I did two seminars about MPACK (MBLAS/MLAPACK) @NII and @Tokyo Univ; here is the slide. * 2009/11/24: MPACK 0.6.0! * 2009/11/7: Add example page. @@ -233,7 +233,7 @@ This is the release schedule for MPLAPACK 3.0.0 # Oldpage http://mplapack.sourceforge.net/ -# Acknowledgement: +# Acknowledgment: This work has been supported by: The Special Postdoctoral Researchers' Program of RIKEN (2008, 2009) From c5258c3eacbaae6c8c6c8dcedce8ae89209ce1c7 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Sun, 12 Dec 2021 17:15:26 +0900 Subject: [PATCH 04/49] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd46a507c..9d5205441 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex lin (driver routine; _Float64x) | 2021/11/30 | ng |Failed: CGB CLS | | complex lin (lapack routine; double) | 2021/11/29 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | | complex lin (driver routine; double) | 2021/11/29 | ng |Failed: CGB CLS | +| sqrt fixes for QD, DD | 2021/12/12 | | near overflow | | Impliment complex eig | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | @@ -169,7 +170,6 @@ This is the release schedule for MPLAPACK 2.0.0 This is the release schedule for MPLAPACK 3.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | -| Bug fixes for QD, DD | | | overflow, underflow | | Performance tuning using FAM on amd64 | | | | | Fix Rlamch for QD, DD | | | svd.in fails.used with caution | | cleanup pow (REAL, long int) | | | | From f4ea28809452dd1c8cfae03c667d981a7589b079 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Wed, 16 Feb 2022 14:35:28 +0900 Subject: [PATCH 05/49] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a017157e0..3877feaf0 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,9 @@ $ /usr/bin/time docker build -t mplapack:mingw -f Dockerfile_ubuntu20.04_mingw6 ``` $ sudo port install gcc9 coreutils git ccache -$ git clone https://github.com/nakatamaho/mplapack.git --depth 1 +$ git clone https://github.com/nakatamaho/mplapack.git $ cd mplapack +$ git fetch origin v1.0.0 $ git checkout v1.0.1 $ pushd mplapack/debug ; bash gen.Makefile.am.sh ; popd $ autoreconf --force --install ; aclocal ; autoconf ; automake; autoreconf --force --install From 0c990f3738dbd1690e0644bc1a250d23612c2862 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Wed, 16 Feb 2022 14:38:16 +0900 Subject: [PATCH 06/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3877feaf0..e809353fa 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ $ git clone https://github.com/nakatamaho/mplapack.git $ cd mplapack $ git fetch origin v1.0.0 $ git checkout v1.0.1 -$ pushd mplapack/debug ; bash gen.Makefile.am.sh ; popd +$ pushd debug ; bash gen.Makefile.am.sh ; popd $ autoreconf --force --install ; aclocal ; autoconf ; automake; autoreconf --force --install $ CXX="g++-mp-9" ; export CXX $ CC="gcc-mp-9" ; export CC From 49badbdbea5300cbb98e43ccc5fc14d7c76a0189 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Wed, 16 Feb 2022 14:59:17 +0900 Subject: [PATCH 07/49] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e809353fa..0d00c7017 100644 --- a/README.md +++ b/README.md @@ -109,15 +109,16 @@ $ /usr/bin/time docker build -t mplapack:mingw -f Dockerfile_ubuntu20.04_mingw6 $ sudo port install gcc9 coreutils git ccache $ git clone https://github.com/nakatamaho/mplapack.git $ cd mplapack -$ git fetch origin v1.0.0 +$ git fetch origin v1.0.1 $ git checkout v1.0.1 -$ pushd debug ; bash gen.Makefile.am.sh ; popd -$ autoreconf --force --install ; aclocal ; autoconf ; automake; autoreconf --force --install +$ pushd mplapack/test/compare ; bash gen.Makefile.am.sh ; popd +$ aclocal ; autoconf ; automake --add-missing +$ autoreconf --force --install $ CXX="g++-mp-9" ; export CXX $ CC="gcc-mp-9" ; export CC $ FC="gfortran-mp-9"; export FC $ F77="gfortran-mp-9"; export F77 -$ ./configure --prefix=/Users/maho/MPLAPACK --enable-gmp=yes --enable-mpfr=yes --enable-_Float128=yes --enable-qd=yes --enable-dd=yes --enable-double=yes --enable-_Float64x=yes --enable-debug=yes +$ ./configure --prefix=/Users/maho/MPLAPACK --enable-gmp=yes --enable-mpfr=yes --enable-_Float128=yes --enable-qd=yes --enable-dd=yes --enable-double=yes --enable-_Float64x=yes --enable-test=yes ``` Note: Float64x is supported only on Intel CPUs. From 01e22860d0f3b82fa5bae05222cfbce9a04e4ae0 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Sun, 27 Feb 2022 21:37:34 +0900 Subject: [PATCH 08/49] checkout v2.0 branch as default --- Dockerfile_fable | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile_fable b/Dockerfile_fable index 0db5f36ff..e442bc22b 100644 --- a/Dockerfile_fable +++ b/Dockerfile_fable @@ -120,6 +120,8 @@ RUN cd ${WORK} && echo "cd /home/$DOCKER_USER" >> .bashrc RUN cd ${WORK} && echo 'eval "$(ssh-agent -s)"' >> .bashrc RUN cd ${WORK} && echo 'ssh-add ~/.ssh/id_ed25519' >> .bashrc RUN cd ${WORK} && git clone https://github.com/nakatamaho/mplapack.git +RUN cd ${WORK}/mplapack && git fetch origin v2.0 +RUN cd ${WORK}/mplapack && git checkout v2.0 RUN cd ${WORK}/mplapack && git remote set-url origin git@github.com:nakatamaho/mplapack.git RUN cd ${WORK}/mplapack && git log -1 RUN cd ${WORK}/mplapack && bash -x misc/reconfig.develop.sh From 6c66127f68c2555501a4caa91d0dd8cec9559777 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 21 Mar 2022 14:55:20 +0900 Subject: [PATCH 09/49] Update README.md --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0d00c7017..2206b4bc1 100644 --- a/README.md +++ b/README.md @@ -147,20 +147,20 @@ $ cd ; fable.cout sample.f This is the release schedule for MPLAPACK 2.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | -| complex lin (lapack routine; mpfr) | 2021/11/29 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; mpfr) | 2021/11/29 | ng |Failed: CGB, CLS | -| complex lin (lapack routine; gmp) | 2021/11/29 | ng |Failed: CSR, CSK, CQ3, CTZ| -| complex lin (driver routine; gmp) | 2021/11/29 | ng |Falied: CGB | -| complex lin (lapack routine; dd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CPT CHE CHR CHK CH2 CSA CS2 CHP CSY CSR CSK CSP CTR CTP CTB CQR CRQ CLQ CQL CQ3 CTZ | -| complex lin (driver routine; dd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CSA CH2 CHP CSY CSR CSK CSP CLS | -| complex lin (lapack routine; qd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CHR CHK CSA CS2 CHP CSY CSR CSK CSP CTR CTP CTB CQR CRQ CLQ CQL CQ3 CTZ| -| complex lin (driver routine; qd) | 2021/11/30 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CSA CH2 CHP CSY CSR CSK CSP CLS | -| complex lin (lapack routine; _Float128) | 2021/11/29 | ng |Failed: CGE CGB CGT CPO CPP CPB CHE CHR CHK CHA CSA CHP CSY CSR CSK CSP CTR CTP CTB CQ3 CTZ| -| complex lin (driver routine; _Float128) | 2021/11/29 | ng |Failed:CGE CGB CGT CPO CPP CPB CHE CHA CSA CHP CSY CSR CSK CSP CLS| -| complex lin (lapack routine; _Float64x) | 2021/11/30 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | -| complex lin (driver routine; _Float64x) | 2021/11/30 | ng |Failed: CGB CLS | -| complex lin (lapack routine; double) | 2021/11/29 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | -| complex lin (driver routine; double) | 2021/11/29 | ng |Failed: CGB CLS | +| complex lin (lapack routine; mpfr) | 2022/03/21 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; mpfr) | 2022/03/21 | ng |Failed: CLS | +| complex lin (lapack routine; gmp) | 2022/03/21 | ng |Failed: CSR, CSK, CQ3, CTZ| +| complex lin (driver routine; gmp) | 2022/03/21 | ng |Falied: CLS (segfaults) | +| complex lin (lapack routine; dd) | 2022/03/21 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; dd) | 2022/03/21 | ng |Failed: CLS | +| complex lin (lapack routine; qd) | 2022/03/21 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; qd) | 2022/03/21 | ng |Failed: CLS | +| complex lin (lapack routine; _Float128) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | +| complex lin (driver routine; _Float128) | 2022/03/21 | ng |Failed: CLS| +| complex lin (lapack routine; _Float64x) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | +| complex lin (driver routine; _Float64x) | 2022/03/21 | ng |Failed: CGB CLS | +| complex lin (lapack routine; double) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | +| complex lin (driver routine; double) | 2022/03/21 | ng |Failed: CGB CLS | | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | | Impliment complex eig | | | | | Impliment RFP version | | | | @@ -187,6 +187,7 @@ This is the release schedule for MPLAPACK 3.0.0 * version 1.0.0 https://github.com/nakatamaho/mplapack/blob/master/doc/Release1.0.0.md # History +* 2022/03/21 2.0 (develoment ongoing). Now complex lin tests have passed for all precisions. * 2021/11/1 1.0.1 release. Fixing dd and qd arithmetic by Inte One API. * 2021/10/1 1.0.0 release. Huge improvement; all real LAPACK routines are available; SVD, eigenproblem solver for non symmetric matrices are added. manual is available: https://raw.githubusercontent.com/nakatamaho/mplapack/master/doc/manual/manual.pdf * 2021/4/11 0.9.3 release. CentOS7 AArch64 support From f5a101d8d9846d91cf7baa30fb79e614f084b2e3 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 25 Mar 2022 17:17:12 +0900 Subject: [PATCH 10/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2206b4bc1..9f4845c7c 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex lin (lapack routine; double) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | | complex lin (driver routine; double) | 2022/03/21 | ng |Failed: CGB CLS | | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | -| Impliment complex eig | | | | +| complex eig cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 86e96b3c3b266622c9b7512f216435d7a6003ebe Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Sat, 26 Mar 2022 20:34:40 +0900 Subject: [PATCH 11/49] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f4845c7c..6f840b497 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex lin (driver routine; double) | 2022/03/21 | ng |Failed: CGB CLS | | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | | complex eig cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | +| complex eig cbak.in | 2022/03/26 | ok | Testing backward transformation | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 1e4767959e76ea6fe9c3a323f9ef73e1b51cedb2 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Sun, 27 Mar 2022 11:24:35 +0900 Subject: [PATCH 12/49] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f840b497..f3a4f3bfb 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ This is the release schedule for MPLAPACK 2.0.0 | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | | complex eig cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | | complex eig cbak.in | 2022/03/26 | ok | Testing backward transformation | +| complex eig cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From b6118a8020043c77292052e2a130b41f46920b0f Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Tue, 5 Apr 2022 22:06:57 +0900 Subject: [PATCH 13/49] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f3a4f3bfb..bb8a2925f 100644 --- a/README.md +++ b/README.md @@ -147,20 +147,20 @@ $ cd ; fable.cout sample.f This is the release schedule for MPLAPACK 2.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | -| complex lin (lapack routine; mpfr) | 2022/03/21 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; mpfr) | 2022/03/21 | ng |Failed: CLS | -| complex lin (lapack routine; gmp) | 2022/03/21 | ng |Failed: CSR, CSK, CQ3, CTZ| -| complex lin (driver routine; gmp) | 2022/03/21 | ng |Falied: CLS (segfaults) | -| complex lin (lapack routine; dd) | 2022/03/21 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; dd) | 2022/03/21 | ng |Failed: CLS | -| complex lin (lapack routine; qd) | 2022/03/21 | ng |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; qd) | 2022/03/21 | ng |Failed: CLS | -| complex lin (lapack routine; _Float128) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | -| complex lin (driver routine; _Float128) | 2022/03/21 | ng |Failed: CLS| -| complex lin (lapack routine; _Float64x) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | -| complex lin (driver routine; _Float64x) | 2022/03/21 | ng |Failed: CGB CLS | -| complex lin (lapack routine; double) | 2022/03/21 | ng |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | -| complex lin (driver routine; double) | 2022/03/21 | ng |Failed: CGB CLS | +| complex lin (lapack routine; mpfr) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; mpfr) | 2022/03/21 | almost ok |Failed: CLS | +| complex lin (lapack routine; gmp) | 2022/03/21 | almost ok |Failed: CSR, CSK, CQ3, CTZ| +| complex lin (driver routine; gmp) | 2022/03/21 | almost ok |Falied: CLS (segfaults) | +| complex lin (lapack routine; dd) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; dd) | 2022/03/21 | almost ok |Failed: CLS | +| complex lin (lapack routine; qd) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| +| complex lin (driver routine; qd) | 2022/03/21 | almost ok |Failed: CLS | +| complex lin (lapack routine; _Float128) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | +| complex lin (driver routine; _Float128) | 2022/03/21 | almost ok |Failed: CLS| +| complex lin (lapack routine; _Float64x) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | +| complex lin (driver routine; _Float64x) | 2022/03/21 | almost ok |Failed: CGB CLS | +| complex lin (lapack routine; double) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | +| complex lin (driver routine; double) | 2022/03/21 | almost ok |Failed: CGB CLS | | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | | complex eig cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | | complex eig cbak.in | 2022/03/26 | ok | Testing backward transformation | From ac714d0afa74231fb8b86641ddbe677a960b61cc Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Thu, 21 Apr 2022 22:05:00 +0900 Subject: [PATCH 14/49] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb8a2925f..6524b0b1d 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | | complex eig cbak.in | 2022/03/26 | ok | Testing backward transformation | | complex eig cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | +| complex eig cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 50010fad8d06eae4e1ee1eed0d5328a228a5714f Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Thu, 21 Apr 2022 22:32:32 +0900 Subject: [PATCH 15/49] . --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6524b0b1d..04928b216 100644 --- a/README.md +++ b/README.md @@ -162,10 +162,11 @@ This is the release schedule for MPLAPACK 2.0.0 | complex lin (lapack routine; double) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | | complex lin (driver routine; double) | 2022/03/21 | almost ok |Failed: CGB CLS | | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | -| complex eig cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | -| complex eig cbak.in | 2022/03/26 | ok | Testing backward transformation | -| complex eig cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | -| complex eig cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | +| complex eig Cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | +| complex eig Cbak.in | 2022/03/26 | ok | Testing backward transformation | +| complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | +| complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | +| complex eig Cec.in | | WIP | | Testing COMPLEX16 Eigen Condition Routines | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From cb18e986268f9d4c0380ab7f38b2148cfe1d842b Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Thu, 21 Apr 2022 22:33:13 +0900 Subject: [PATCH 16/49] . --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04928b216..2d5ef62d9 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,9 @@ This is the release schedule for MPLAPACK 2.0.0 | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | | complex eig Cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | | complex eig Cbak.in | 2022/03/26 | ok | Testing backward transformation | -| complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | -| complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | -| complex eig Cec.in | | WIP | | Testing COMPLEX16 Eigen Condition Routines | +| complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | +| complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | +| complex eig Cec.in | | WIP | Testing COMPLEX16 Eigen Condition Routines | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 778071cd97db705011083dc30aba41025ea6311e Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Sun, 24 Apr 2022 14:30:29 +0900 Subject: [PATCH 17/49] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5ef62d9..91d7fe5b4 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cbak.in | 2022/03/26 | ok | Testing backward transformation | | complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | -| complex eig Cec.in | | WIP | Testing COMPLEX16 Eigen Condition Routines | +| complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX16 Eigen Condition Routines | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From e235f3bc5318b6a9a8f91833b02d8f8023a65f66 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 10:44:08 +0900 Subject: [PATCH 18/49] . --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d7fe5b4..89fa816df 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,8 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cbak.in | 2022/03/26 | ok | Testing backward transformation | | complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | -| complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX16 Eigen Condition Routines | +| complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX Eigen Condition Routines | +| complex eig nep.in | 2022/04/26 | ok | Testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 05a948b858612b70d7aacb7cc17842f855e15360 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 18:30:06 +0900 Subject: [PATCH 19/49] . --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89fa816df..c411ca96c 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,8 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | | complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX Eigen Condition Routines | | complex eig nep.in | 2022/04/26 | ok | Testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | +| complex eig csd.in | 2022/04/26 | ok | Testing CS decomposition routines for COMPLEX | +| complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 1d3cddbb4dce848be126dc5ad63d72620d37aaf0 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 18:38:35 +0900 Subject: [PATCH 20/49] . --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c411ca96c..81be82fd9 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,17 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig nep.in | 2022/04/26 | ok | Testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | | complex eig csd.in | 2022/04/26 | ok | Testing CS decomposition routines for COMPLEX | | complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | +| complex eig Cse2.in | | | | +| complex eig Csvd.in | | | | +| complex eig Ced.in | | | | +| complex eig Cgg.in | | | | +| complex eig Cgd.in | | | | +| complex eig Csb.in | | | | +| complex eig Csg.in | | | | +| complex eig Cbb.in | | | | +| complex eig Cglm.in | | | | +| complex eig Cgqr.in | | | | +| complex eig Cgsv.in | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From f3ef11fe056585d373adb19dad51a4b951a61d2d Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 18:46:37 +0900 Subject: [PATCH 21/49] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81be82fd9..6e9724615 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,8 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | | complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX Eigen Condition Routines | | complex eig nep.in | 2022/04/26 | ok | Testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | -| complex eig csd.in | 2022/04/26 | ok | Testing CS decomposition routines for COMPLEX | | complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | +| complex eig csd.in | | | | | complex eig Cse2.in | | | | | complex eig Csvd.in | | | | | complex eig Ced.in | | | | From ec813ecd0c99b4ffa1d0999cd1960f898c3b5a7d Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 18:50:46 +0900 Subject: [PATCH 22/49] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e9724615..440c2915e 100644 --- a/README.md +++ b/README.md @@ -167,10 +167,10 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | | complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX Eigen Condition Routines | -| complex eig nep.in | 2022/04/26 | ok | Testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | | complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | +| complex eig sep.in | | | | +| complex eig se2.in | | | | | complex eig csd.in | | | | -| complex eig Cse2.in | | | | | complex eig Csvd.in | | | | | complex eig Ced.in | | | | | complex eig Cgg.in | | | | From bad36df450ee300adf9d05ffdcb15936598bbb18 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 20:48:16 +0900 Subject: [PATCH 23/49] . --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 440c2915e..426681ea4 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,9 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | | complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX Eigen Condition Routines | +| complex eig nep.in | 2022/04/26 | ok | testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | | complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | +| complex eig Csb.in | 2022/04/26 | ok | testing Hermitian Eigenvalue Problem routines | | complex eig sep.in | | | | | complex eig se2.in | | | | | complex eig csd.in | | | | @@ -175,7 +177,6 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Ced.in | | | | | complex eig Cgg.in | | | | | complex eig Cgd.in | | | | -| complex eig Csb.in | | | | | complex eig Csg.in | | | | | complex eig Cbb.in | | | | | complex eig Cglm.in | | | | From 0f7d33deab0a1640fd93aaa3a7b9a54c7f43eb07 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 21:19:20 +0900 Subject: [PATCH 24/49] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 426681ea4..bddaaef12 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,8 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig nep.in | 2022/04/26 | ok | testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | | complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | | complex eig Csb.in | 2022/04/26 | ok | testing Hermitian Eigenvalue Problem routines | -| complex eig sep.in | | | | -| complex eig se2.in | | | | +| complex eig sep.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | +| complex eig se2.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig csd.in | | | | | complex eig Csvd.in | | | | | complex eig Ced.in | | | | From eae2b3dda4ff062dc3b27b31267032e660f41dca Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 21:29:21 +0900 Subject: [PATCH 25/49] . --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bddaaef12..83ef258f3 100644 --- a/README.md +++ b/README.md @@ -170,17 +170,17 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig nep.in | 2022/04/26 | ok | testing Nonsymmetric Eigenvalue Problem routines for COMPLEX | | complex eig lse.in | 2022/04/26 | ok | testing Constrained Linear Least Squares routines for COMPLEX | | complex eig Csb.in | 2022/04/26 | ok | testing Hermitian Eigenvalue Problem routines | +| complex eig Cglm.in | 2022/04/26 | ok | Tests of the Generalized Linear Regression Model routines | +| complex eig Cgqr.in | 2022/04/26 | ok | testing Generalized QR and RQ routines | | complex eig sep.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig csd.in | | | | -| complex eig Csvd.in | | | | | complex eig Ced.in | | | | | complex eig Cgg.in | | | | | complex eig Cgd.in | | | | | complex eig Csg.in | | | | | complex eig Cbb.in | | | | -| complex eig Cglm.in | | | | -| complex eig Cgqr.in | | | | +| complex eig Csvd.in | | | | | complex eig Cgsv.in | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | From 9836896a7feb933b9ecf398b809371bc86a6da87 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 21:35:12 +0900 Subject: [PATCH 26/49] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83ef258f3..163800d82 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Csb.in | 2022/04/26 | ok | testing Hermitian Eigenvalue Problem routines | | complex eig Cglm.in | 2022/04/26 | ok | Tests of the Generalized Linear Regression Model routines | | complex eig Cgqr.in | 2022/04/26 | ok | testing Generalized QR and RQ routines | +| complex eig Cbb.in | 2022/04/26 | ok | banded Singular Value Decomposition routines | | complex eig sep.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig csd.in | | | | @@ -179,7 +180,6 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cgg.in | | | | | complex eig Cgd.in | | | | | complex eig Csg.in | | | | -| complex eig Cbb.in | | | | | complex eig Csvd.in | | | | | complex eig Cgsv.in | | | | | Impliment RFP version | | | | From a5cad16c9c7ef9ee731e46721293a84091494518 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 21:36:17 +0900 Subject: [PATCH 27/49] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 163800d82..d38b239c0 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Csb.in | 2022/04/26 | ok | testing Hermitian Eigenvalue Problem routines | | complex eig Cglm.in | 2022/04/26 | ok | Tests of the Generalized Linear Regression Model routines | | complex eig Cgqr.in | 2022/04/26 | ok | testing Generalized QR and RQ routines | -| complex eig Cbb.in | 2022/04/26 | ok | banded Singular Value Decomposition routines | +| complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | | complex eig sep.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig csd.in | | | | From d0ba0d2c6fc6589a37912bec929acfed2903329e Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Tue, 26 Apr 2022 21:38:30 +0900 Subject: [PATCH 28/49] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d38b239c0..55cbbffd3 100644 --- a/README.md +++ b/README.md @@ -175,13 +175,13 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | | complex eig sep.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | +| complex eig svd.in | | | | | complex eig csd.in | | | | | complex eig Ced.in | | | | | complex eig Cgg.in | | | | | complex eig Cgd.in | | | | | complex eig Csg.in | | | | -| complex eig Csvd.in | | | | -| complex eig Cgsv.in | | | | +| complex eig gsv.in | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 2c73b3a7f71e01e37027e70df52518568cf62923 Mon Sep 17 00:00:00 2001 From: Nakata Maho Date: Sun, 1 May 2022 02:55:40 +0900 Subject: [PATCH 29/49] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55cbbffd3..288abe4d0 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cglm.in | 2022/04/26 | ok | Tests of the Generalized Linear Regression Model routines | | complex eig Cgqr.in | 2022/04/26 | ok | testing Generalized QR and RQ routines | | complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | -| complex eig sep.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | -| complex eig se2.in | 2022/04/26 | ng driver | testing Hermitian Eigenvalue Problem routines for complex | +| complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | +| complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig svd.in | | | | | complex eig csd.in | | | | | complex eig Ced.in | | | | From 2077561ca63b6ee445d8cc15f7023c8c57972426 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 2 May 2022 21:37:39 +0900 Subject: [PATCH 30/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288abe4d0..af1ab1b96 100644 --- a/README.md +++ b/README.md @@ -175,9 +175,9 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | | complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | +| complex eig Ced.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig svd.in | | | | | complex eig csd.in | | | | -| complex eig Ced.in | | | | | complex eig Cgg.in | | | | | complex eig Cgd.in | | | | | complex eig Csg.in | | | | From 8625ae9ba4a667eb6ec67c27d72ec1c43e63fb4e Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 2 May 2022 21:50:53 +0900 Subject: [PATCH 31/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af1ab1b96..4c484e243 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ This is the release schedule for MPLAPACK 2.0.0 | complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | | complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | -| complex eig Ced.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | +| complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig svd.in | | | | | complex eig csd.in | | | | | complex eig Cgg.in | | | | From 057d3072ebc99e0fe7551a2fbd83a8fc54fa85dd Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Tue, 3 May 2022 10:26:17 +0900 Subject: [PATCH 32/49] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c484e243..1c188347d 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ $ docker run -it mplapack:fable $ cd ; fable.cout sample.f ``` -# MPLAPACK Release schedule +# MPLAPACK Release process -## MPLAPACK 2.0.0 Release schedule -This is the release schedule for MPLAPACK 2.0.0 +## MPLAPACK 2.0.0 Release process +This is the release process for MPLAPACK 2.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | | complex lin (lapack routine; mpfr) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| @@ -187,8 +187,8 @@ This is the release schedule for MPLAPACK 2.0.0 | make tar ball for distribution | | | | | Add more examples | | | | -## MPLAPACK 3.0.0 Release schedule -This is the release schedule for MPLAPACK 3.0.0 +## MPLAPACK 3.0.0 Release process +This is the release process for MPLAPACK 3.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | | Performance tuning using FAM on amd64 | | | | From 3a90baeeb1939be13b05ae2668df45e5743bf11c Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Tue, 3 May 2022 18:20:42 +0900 Subject: [PATCH 33/49] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c188347d..6c361c3ba 100644 --- a/README.md +++ b/README.md @@ -172,15 +172,15 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Csb.in | 2022/04/26 | ok | testing Hermitian Eigenvalue Problem routines | | complex eig Cglm.in | 2022/04/26 | ok | Tests of the Generalized Linear Regression Model routines | | complex eig Cgqr.in | 2022/04/26 | ok | testing Generalized QR and RQ routines | -| complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | +| complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | | complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | +| complex eig csd.in | 2022/05/03 | NG for case 2 R=P | testing complex CS decomposition routines | +| complex eig Cgg.in | 2022/05/03 | NG for _Float128 and 64x | testing Nonsymmetric Eigenvalue Problem routines | +| complex eig Cgd.in | | | | +| complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | | complex eig svd.in | | | | -| complex eig csd.in | | | | -| complex eig Cgg.in | | | | -| complex eig Cgd.in | | | | -| complex eig Csg.in | | | | | complex eig gsv.in | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | From da01b380fb5d805c7e2a6281473a8a136710bf75 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Tue, 3 May 2022 20:57:31 +0900 Subject: [PATCH 34/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c361c3ba..6d873a64f 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | -| complex eig csd.in | 2022/05/03 | NG for case 2 R=P | testing complex CS decomposition routines | +| complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/03 | NG for _Float128 and 64x | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | | | | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | From eb865de6bf0502ca69f55498c766712806da4e91 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Wed, 4 May 2022 00:38:24 +0900 Subject: [PATCH 35/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d873a64f..66bbed10a 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | -| complex eig Cgg.in | 2022/05/03 | NG for _Float128 and 64x | testing Nonsymmetric Eigenvalue Problem routines | +| complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | | | | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | | complex eig svd.in | | | | From 6c711ff4e62579fce9700ab73a9de7b7e6c3fad2 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 16:08:14 +0900 Subject: [PATCH 36/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bbed10a..b4fabcdb4 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | | | | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | -| complex eig svd.in | | | | +| complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| | complex eig gsv.in | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | From 1fd99dcbc975c98e0bffc06a0a551b6af200d363 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 18:46:30 +0900 Subject: [PATCH 37/49] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b4fabcdb4..ab2664b9e 100644 --- a/README.md +++ b/README.md @@ -147,23 +147,23 @@ $ cd ; fable.cout sample.f This is the release process for MPLAPACK 2.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | -| complex lin (lapack routine; mpfr) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; mpfr) | 2022/03/21 | almost ok |Failed: CLS | -| complex lin (lapack routine; gmp) | 2022/03/21 | almost ok |Failed: CSR, CSK, CQ3, CTZ| -| complex lin (driver routine; gmp) | 2022/03/21 | almost ok |Falied: CLS (segfaults) | -| complex lin (lapack routine; dd) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; dd) | 2022/03/21 | almost ok |Failed: CLS | +| complex lin (lapack routine; mpfr) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (driver routine; mpfr) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (lapack routine; gmp) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (driver routine; gmp) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (lapack routine; dd) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (driver routine; dd) | 2022/5/6, 2022/03/21 | ok | | | complex lin (lapack routine; qd) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| | complex lin (driver routine; qd) | 2022/03/21 | almost ok |Failed: CLS | -| complex lin (lapack routine; _Float128) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | -| complex lin (driver routine; _Float128) | 2022/03/21 | almost ok |Failed: CLS| -| complex lin (lapack routine; _Float64x) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTS | -| complex lin (driver routine; _Float64x) | 2022/03/21 | almost ok |Failed: CGB CLS | -| complex lin (lapack routine; double) | 2022/03/21 | almost ok |Failed: CHR CHK CSR CSK CQ3 CTZ CTQ CTS | -| complex lin (driver routine; double) | 2022/03/21 | almost ok |Failed: CGB CLS | +| complex lin (lapack routine; _Float128) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (driver routine; _Float128) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (lapack routine; _Float64x) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (driver routine; _Float64x) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (lapack routine; double) | 2022/5/6, 2022/03/21 | ok | | +| complex lin (driver routine; double) | 2022/5/6, 2022/03/21 | ok | | | sqrt fixes for QD and DD | 2021/12/12 | | near overflow | -| complex eig Cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | -| complex eig Cbak.in | 2022/03/26 | ok | Testing backward transformation | +| complex eig Cbal.in | 2022/03/25 | ok | Testing the balancing of a general matrix | +| complex eig Cbak.in | 2022/03/26 | ok | Testing backward transformation | | complex eig Cgbal.in | 2022/03/27 | ok | Testing the balancing of a general matrix | | complex eig Cgbak.in | 2022/04/21 | ok | Testing the back transformation of a pair of COMPLEX balanced matrices | | complex eig Cec.in | 2022/04/24 | ok | Testing COMPLEX Eigen Condition Routines | @@ -180,7 +180,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | | | | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | -| complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| +| complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| | complex eig gsv.in | | | | | Impliment RFP version | | | | | Impliment mixed precision version | | | | From 83863844dc261a744e96364d2f767b98a2ac7953 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 22:45:35 +0900 Subject: [PATCH 38/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2664b9e..56c4ee2ee 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | -| complex eig Cgd.in | | | | +| complex eig Cgd.in | | | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| | complex eig gsv.in | | | | From 10b8a505e336f3ee713d23d194fd6b995323797b Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 22:46:34 +0900 Subject: [PATCH 39/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c4ee2ee..82b1ffe6b 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | | | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | -| complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the Generalized Nonsymmetric Eigenvalue Problem routines | +| complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| | complex eig gsv.in | | | | | Impliment RFP version | | | | From 58df7507f2a650758277df227536a087aab62be8 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 22:47:22 +0900 Subject: [PATCH 40/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b1ffe6b..0d614155e 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgd.in | | | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| -| complex eig gsv.in | | | | +| complex eig gsv.in | | | testing complex Generalized SVD routines | | Impliment RFP version | | | | | Impliment mixed precision version | | | | | make tar ball for distribution | | | | From 39f847de4be8943437e01bdd0700216abb4b8d20 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 22:48:27 +0900 Subject: [PATCH 41/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d614155e..cf449b571 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgqr.in | 2022/04/26 | ok | testing Generalized QR and RQ routines | | complex eig Cbb.in | 2022/04/26 | ok | reduction of a general band matrix to real bidiagonal form | | complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | -| complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex | +| complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex (two stages ver.) | | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | From d30be5e668097969bf2cd266bb971b891db3d750 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Fri, 6 May 2022 22:52:15 +0900 Subject: [PATCH 42/49] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf449b571..0fe7b59a7 100644 --- a/README.md +++ b/README.md @@ -178,19 +178,19 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | -| complex eig Cgd.in | | | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | +| complex eig Cgd.in | | | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| | complex eig gsv.in | | | testing complex Generalized SVD routines | -| Impliment RFP version | | | | -| Impliment mixed precision version | | | | -| make tar ball for distribution | | | | -| Add more examples | | | | +| Impliment RFP version | | | | +| make tar ball for distribution | | | | +| Add more examples | | | | ## MPLAPACK 3.0.0 Release process This is the release process for MPLAPACK 3.0.0 | Action | Date | Status | Description | | --- | --- | --- | --- | +| Impliment mixed precision version | | | | | Performance tuning using FAM on amd64 | | | | | Fix Rlamch for QD, DD | | | svd.in fails.used with caution | | cleanup pow (REAL, long int) | | | | From 911272714b3185d49fcb02183688b31f27f56c11 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Sun, 8 May 2022 20:09:52 +0900 Subject: [PATCH 43/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe7b59a7..b3adadc41 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | -| complex eig Cgd.in | | | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | +| complex eig Cgd.in | 2022/05/08 | ok | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| | complex eig gsv.in | | | testing complex Generalized SVD routines | From 424d08b6bde9ce0d731664e269d33a9fa7ff413e Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 9 May 2022 08:45:31 +0900 Subject: [PATCH 44/49] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3adadc41..910934583 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ This is the release process for MPLAPACK 2.0.0 | complex lin (driver routine; gmp) | 2022/5/6, 2022/03/21 | ok | | | complex lin (lapack routine; dd) | 2022/5/6, 2022/03/21 | ok | | | complex lin (driver routine; dd) | 2022/5/6, 2022/03/21 | ok | | -| complex lin (lapack routine; qd) | 2022/03/21 | almost ok |Failed: CHR, CHK, CSR, CSK, CQ3, CTZ, CTS| -| complex lin (driver routine; qd) | 2022/03/21 | almost ok |Failed: CLS | +| complex lin (lapack routine; qd) | 2022/05/09, 2022/03/21 | ok | | +| complex lin (driver routine; qd) | 2022/05/09, 2022/03/21 |ok | | | complex lin (lapack routine; _Float128) | 2022/5/6, 2022/03/21 | ok | | | complex lin (driver routine; _Float128) | 2022/5/6, 2022/03/21 | ok | | | complex lin (lapack routine; _Float64x) | 2022/5/6, 2022/03/21 | ok | | @@ -180,7 +180,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | 2022/05/08 | ok | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | -| complex eig svd.in | 2022/05/06 | NG for dd and QD | Testing Singular Value Decomposition routines for complex matrices| +| complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. Cgesvj has large error for dd and qd. Othre than that, it is ok| | complex eig gsv.in | | | testing complex Generalized SVD routines | | Impliment RFP version | | | | | make tar ball for distribution | | | | From 30672f4015199b36eea86067ae01445618ba4fdf Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 9 May 2022 09:27:26 +0900 Subject: [PATCH 45/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910934583..545d769f2 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | 2022/05/08 | ok | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | -| complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. Cgesvj has large error for dd and qd. Othre than that, it is ok| +| complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. Sometimes, Cgesvj has large error for dd and qd. Othre than that, it is ok| | complex eig gsv.in | | | testing complex Generalized SVD routines | | Impliment RFP version | | | | | make tar ball for distribution | | | | From 5c353420c3d4d8c37393b618d3f2572de412040d Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 9 May 2022 10:49:37 +0900 Subject: [PATCH 46/49] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 545d769f2..e6b7a63bb 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,8 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | 2022/05/08 | ok | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | -| complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. Sometimes, Cgesvj has large error for dd and qd. Othre than that, it is ok| -| complex eig gsv.in | | | testing complex Generalized SVD routines | +| complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. In some cases, Cgesvj has large error for dd and qd. Othre than that, it is ok| +| complex eig gsv.in | 2022/05/09 | ok | testing complex Generalized SVD routines | | Impliment RFP version | | | | | make tar ball for distribution | | | | | Add more examples | | | | From a5310066633ee37b2dbe5a0754424db22a631227 Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 9 May 2022 16:28:56 +0900 Subject: [PATCH 47/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b7a63bb..0bac1b07d 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | 2022/05/08 | ok | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | -| complex eig Csg.in | 2022/05/03 | NG for MPFR | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | +| complex eig Csg.in | 2022/05/09 | ok | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. In some cases, Cgesvj has large error for dd and qd. Othre than that, it is ok| | complex eig gsv.in | 2022/05/09 | ok | testing complex Generalized SVD routines | | Impliment RFP version | | | | From 5760495acf00614f6287c1a9e495407eb153d73f Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Tue, 10 May 2022 06:42:21 +0900 Subject: [PATCH 48/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bac1b07d..331e2c5fc 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig sep.in | 2022/04/30 | ok | testing Hermitian Eigenvalue Problem routines for complex | | complex eig se2.in | 2022/05/01 | ok | testing Hermitian Eigenvalue Problem routines for complex (two stages ver.) | | complex eig Ced.in | 2022/05/02 | ok | testing Hermitian Eigenvalue Problem Expert drivers and drivers for complex | -| complex eig csd.in | 2022/05/03 | NG for case 2: R=P | testing complex CS decomposition routines | +| complex eig csd.in | 2022/05/10 | ok | testing complex CS decomposition routines | | complex eig Cgg.in | 2022/05/04 | ok | testing Nonsymmetric Eigenvalue Problem routines | | complex eig Cgd.in | 2022/05/08 | ok | testing Complex Nonsymmetric generalized Eigenvalue/Schur Form Driver/Expert Driver | | complex eig Csg.in | 2022/05/09 | ok | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | From 16edcd5165c677958a2625663562deac2c0bd06c Mon Sep 17 00:00:00 2001 From: NAKATA Maho Date: Mon, 16 May 2022 08:39:36 +0900 Subject: [PATCH 49/49] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 331e2c5fc..da6efca4f 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ This is the release process for MPLAPACK 2.0.0 | complex eig Csg.in | 2022/05/09 | ok | Tests of the complex Generalized Hermitian Eigenvalue Problem routines | | complex eig svd.in | 2022/05/06 | NG for dd, qd | Testing Singular Value Decomposition routines for complex matrices. In some cases, Cgesvj has large error for dd and qd. Othre than that, it is ok| | complex eig gsv.in | 2022/05/09 | ok | testing complex Generalized SVD routines | -| Impliment RFP version | | | | +| Impliment RFP version | 2022/05/16 | ok | Test for linear equation routines RFP format (real, complex) | | make tar ball for distribution | | | | | Add more examples | | | |