diff --git a/Changelog b/Changelog index a7d7b58ee5cc2d35149126c7084c582ae1dc6363..77fecb701b47b8ce2d2709a0a2879c951855e2c0 100644 --- a/Changelog +++ b/Changelog @@ -1,8 +1,10 @@ -Changelog for ELPA 2017.11.001.rc1 +Changelog for ELPA 2017.11.001 - added new compute kernels for IBM Power8 and Fujistu Sparc64 processors - a first implementation of autotuning capability +- correct some type statements in Fortran +- correct detection of PAPI in configure step Changelog for ELPA 2017.05.003 diff --git a/INSTALL.md b/INSTALL.md index 61740f14ad834f4a73a3c17e34e22228f4ed206a..1e96ba9d7942d1ed641f69b33adf634f92b1cffd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ ## Preamble ## -This file provides documentation on how to build the *ELPA* library in **version ELPA-2017.11.001.rc1**. +This file provides documentation on how to build the *ELPA* library in **version ELPA-2017.11.001**. With release of **version ELPA-2017.05.001** the build process has been significantly simplified, which makes it easier to install the *ELPA* library diff --git a/ISSUES.md b/ISSUES.md index 513815c54d11a55bd21998c0378768ec4028b178..def0812f4aa1c9b03e48c6c65d6e2417d2c99294 100644 --- a/ISSUES.md +++ b/ISSUES.md @@ -3,7 +3,7 @@ For more details and recent updates please visit the online [issue system] (https://gitlab.mpcdf.mpg.de/elpa/elpa/issues) Issues which are not mentioned in a newer release are (considered as) solved -### ELPA 2017.11.001.rc1 release ### +### ELPA 2017.11.001 release ### - the elpa autotune print functions cannot print at the moment ### ELPA 2017.05.003 release ### diff --git a/LIBRARY_INTERFACE b/LIBRARY_INTERFACE index 0fa38c1c6b75f8c44167e85ab7cdd678650b0197..1a80f5fa38f21ccf61f0c92746165cc5bec9fb55 100644 --- a/LIBRARY_INTERFACE +++ b/LIBRARY_INTERFACE @@ -78,4 +78,4 @@ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html "legacy interface", since as anounced some deprecated function aliases have been removed). For the current interface all changes since 2017.05.001 are compatible, since only some functions have been added. - The state of release 2017.11.001.rc1 defines this interface + The state of release 2017.11.001.(rc1) defines this interface diff --git a/README.md b/README.md index b61d0f38c86fa76aed45aa9a21b3106556f88b40..d1295dfd5670f513edf5dc209a17d8f6b4163af1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Current Release ## -The current release is ELPA 2017.11.001.rc1. The current supported API version +The current release is ELPA 2017.11.001 The current supported API version is 20171201. This release supports the earliest API version 20170403. [![Build diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 45804aafae16f967c1b1ed9258d1aab26b16a619..69b358c17d1f4ee987b55b610449aa5b7f30b453 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -This file contains the release notes for the ELPA 2017.11.001.rc1 version +This file contains the release notes for the ELPA 2017.11.001 version What is new? ------------- diff --git a/SWITCHING_TO_NEW_INTERFACE.md b/SWITCHING_TO_NEW_INTERFACE.md index d373f50656b41ffc6df0a4cf9fe09074c87a26a8..52ddfb400abe6cd85801af64237119827ee8d877 100644 --- a/SWITCHING_TO_NEW_INTERFACE.md +++ b/SWITCHING_TO_NEW_INTERFACE.md @@ -149,7 +149,7 @@ Local documentation (via man pages) should be available (if *ELPA* has been inst For example "man elpa2_print_kernels" should provide the documentation for the *ELPA* program which prints all the available kernels. -Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.11.001.rc1/html/index.html) +Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.11.001/html/index.html) for each *ELPA* release is available. diff --git a/USERS_GUIDE.md b/USERS_GUIDE.md index 62218f5ac3e3f2c732e02b7468b1307d8c0633ff..06bb547929013168fa61fa0eeb815bb032b75352 100644 --- a/USERS_GUIDE.md +++ b/USERS_GUIDE.md @@ -9,7 +9,7 @@ Local documentation (via man pages) should be available (if *ELPA* has been inst For example "man elpa2_print_kernels" should provide the documentation for the *ELPA* program which prints all the available kernels. -Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.11.001.rc1/html/index.html) +Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.11.001/html/index.html) for each *ELPA* release is available. diff --git a/configure.ac b/configure.ac index 6a70e0abd586117e3be81456feaff68590777b8c..f8a04d2e0b9874554c0e4446a49bd7af3e2e9a31 100644 --- a/configure.ac +++ b/configure.ac @@ -1141,13 +1141,13 @@ m4_foreach_w([elpa_m4_kind],[real complex],[ ]) ]) -echo " " -echo "***********************************************************************" -echo "* This is a the first release candidate of ELPA 2017.11.001 *" -echo "* There might be still some changes until the final release of *" -echo "* ELPA 2017.11.001 *" -echo "***********************************************************************" -echo " " +#echo " " +#echo "***********************************************************************" +#echo "* This is a the first release candidate of ELPA 2017.11.001.rc1 *" +#echo "* There might be still some changes until the final release of *" +#echo "* ELPA 2017.11.001 *" +#echo "***********************************************************************" +#echo " " if test x"$enable_kcomputer" = x"yes" ; then echo " " diff --git a/elpa.spec b/elpa.spec index d7376e04a97b0068712560653d2ae7a1777c4499..de0857378039782a4265aae7d060e4b1dcf14214 100644 --- a/elpa.spec +++ b/elpa.spec @@ -19,7 +19,7 @@ %define with_openmp 0 Name: elpa -Version: 2017.11.001.rc1 +Version: 2017.11.001 Release: 1 Summary: A massively parallel eigenvector solver License: LGPL-3.0 diff --git a/test_project_1stage/configure.ac b/test_project_1stage/configure.ac index a370d91c3d3acc37807042de31bc6e03d674b052..e056cdde81b9f18ccd2f2a5dc669b4ba25ee0ba6 100644 --- a/test_project_1stage/configure.ac +++ b/test_project_1stage/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa_test_project],[2017.11.001.rc1], elpa-library@rzg.mpg.de) -elpaversion="2017.11.001.rc1" +AC_INIT([elpa_test_project],[2017.11.001], elpa-library@rzg.mpg.de) +elpaversion="2017.11.001" AC_CONFIG_SRCDIR([src/test_real.F90]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) diff --git a/test_project_1stage_legacy_api/configure.ac b/test_project_1stage_legacy_api/configure.ac index a370d91c3d3acc37807042de31bc6e03d674b052..e056cdde81b9f18ccd2f2a5dc669b4ba25ee0ba6 100644 --- a/test_project_1stage_legacy_api/configure.ac +++ b/test_project_1stage_legacy_api/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa_test_project],[2017.11.001.rc1], elpa-library@rzg.mpg.de) -elpaversion="2017.11.001.rc1" +AC_INIT([elpa_test_project],[2017.11.001], elpa-library@rzg.mpg.de) +elpaversion="2017.11.001" AC_CONFIG_SRCDIR([src/test_real.F90]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) diff --git a/test_project_2stage/configure.ac b/test_project_2stage/configure.ac index 78d98cbb5e61a9aded397f401ec91822c096d1a9..745edfe12151cc8c22c6bc39173634417c87085d 100644 --- a/test_project_2stage/configure.ac +++ b/test_project_2stage/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa_test_project],[2017.11.001.rc1], elpa-library@rzg.mpg.de) -elpaversion="2017.11.001.rc1" +AC_INIT([elpa_test_project],[2017.11.001], elpa-library@rzg.mpg.de) +elpaversion="2017.11.001" AC_CONFIG_SRCDIR([src/test_real2.F90]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) diff --git a/test_project_2stage_legacy_api/configure.ac b/test_project_2stage_legacy_api/configure.ac index 0bb095a4fe810d139c2a8efd9bdad9f19162117b..ae77d1a9c8cffbdfbb786fd0571d54d55c3b057b 100644 --- a/test_project_2stage_legacy_api/configure.ac +++ b/test_project_2stage_legacy_api/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa2_test_project],[2017.11.001.rc1], elpa-library@rzg.mpg.de) -elpaversion="2017.11.001.rc1" +AC_INIT([elpa2_test_project],[2017.11.001], elpa-library@rzg.mpg.de) +elpaversion="2017.11.001" AC_CONFIG_SRCDIR([src/test_real2.F90]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])