From 594ba77dd0aab70bf367353bfcc897d83b19f9a3 Mon Sep 17 00:00:00 2001 From: Andreas Marek <andreas.marek@mpcdf.mpg.de> Date: Tue, 8 Oct 2019 13:13:33 +0200 Subject: [PATCH] ELPA 2019.05.002 release This release just additionally packages the src files from the legacy interface, which had been forgotten in the previous release --- Changelog | 6 ++++++ INSTALL.md | 5 ++--- README.md | 4 ++-- RELEASE_NOTES | 19 ++++--------------- SWITCHING_TO_NEW_INTERFACE.md | 2 +- USERS_GUIDE.md | 4 ++-- USERS_GUIDE_DEPRECATED_LEGACY_API.md | 2 +- elpa.spec | 2 +- test_project_1stage/configure.ac | 4 ++-- test_project_1stage_legacy_api/configure.ac | 4 ++-- test_project_2stage/configure.ac | 4 ++-- test_project_2stage_legacy_api/configure.ac | 4 ++-- test_project_C/configure.ac | 4 ++-- test_project_C_2stage/configure.ac | 4 ++-- 14 files changed, 31 insertions(+), 37 deletions(-) diff --git a/Changelog b/Changelog index 741d5ede..82090e88 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,12 @@ Changelog for upcoming release - not yet decided + +Changelog for ELPA 2019.05.002 + +- repacking of the src since the legacy interface has been forgotten in the + 2019.05.001 release + Changelog for ELPA 2019.05.001 - elpa_print_kernels supports GPU usage diff --git a/INSTALL.md b/INSTALL.md index 743bc9e4..7e1c227c 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-2019.05.001**. +This file provides documentation on how to build the *ELPA* library in **version ELPA-2019.05.002**. With release of **version ELPA-2017.05.001** the build process has been significantly simplified, which makes it easier to install the *ELPA* library. @@ -16,8 +16,7 @@ With release ELPA 2019.05.001 the legacy API is disabled by default, however, can be still switched on at build time. Most likely with the release ELPA 2019.11.001 the legacy API will be deprecated and not supported anymore. -The release of ELPA 2019.05.001 changes the ABI and API, since it allows to also build the C-functions with optional error arguments - +The release of ELPA 2019.05.002 does not change the API and ABI compared to the release 2019.05.001 ## How to install *ELPA* ## First of all, if you do not want to build *ELPA* yourself, and you run Linux, diff --git a/README.md b/README.md index 7dae15ba..cf82df53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Current Release ## -The current release is ELPA 2019.05.001 The current supported API version +The current release is ELPA 2019.05.002 The current supported API version is 20190501. This release supports the earliest API version 20170403. The old, obsolete legacy API will be deprecated in the future ! @@ -125,7 +125,7 @@ the possible configure options. ## Using *ELPA* Please have a look at the "**USERS_GUIDE**" file, to get a documentation or at the [online] -(http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.001/html/index.html) doxygen +(http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.002/html/index.html) doxygen documentation, where you find the definition of the interfaces. ## Contributing to *ELPA* diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d622ccea..4fc0b277 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,29 +1,18 @@ -This file contains the release notes for the ELPA 2019.05.001 version +This file contains the release notes for the ELPA 2019.05.002 version What is new? ------------- For detailed information about changes since release ELPA 2018.11 please have a look at the Changelog file -- user can define a default kernel at build time -- ELPA VERSION number is exported to the C-header -- C functions can have an optional error argument, if compiler supports this - => ABI and API change -- as anounced, removal of deprecated routines -- new kernels for Arm arch64 - +- repackaging of src files, to include forgotten files of the legacy interface ABI change --------------------- -Since release 2018.10.001 the ABI has changed. +Since release 2019.05.001 the ABI has not changed. Any incompatibilities to previous version? --------------------------------------- -For Fortran: -Break of ABI compatibility, since all routines announced as deperecated have been removed - -For C: -Break of ABI and API compatibility, since all functions obtained a required int* argument of the error code. - +no diff --git a/SWITCHING_TO_NEW_INTERFACE.md b/SWITCHING_TO_NEW_INTERFACE.md index 0df5b017..3dfa90e4 100644 --- a/SWITCHING_TO_NEW_INTERFACE.md +++ b/SWITCHING_TO_NEW_INTERFACE.md @@ -146,7 +146,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-2019.05.001/html/index.html) +Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.002/html/index.html) for each *ELPA* release is available. diff --git a/USERS_GUIDE.md b/USERS_GUIDE.md index 3f70d2b5..2661a1e3 100644 --- a/USERS_GUIDE.md +++ b/USERS_GUIDE.md @@ -13,7 +13,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-2019.05.001/html/index.html) +Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.002/html/index.html) for each *ELPA* release is available. @@ -200,7 +200,7 @@ The following table gives a list of all supported parameters which can be used t ## III) List of computational routines ## -The following compute routines are available in *ELPA*: Please have a look at the man pages or [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.001/html/index.html) for details. +The following compute routines are available in *ELPA*: Please have a look at the man pages or [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.002/html/index.html) for details. | Name | Purpose | since API version | diff --git a/USERS_GUIDE_DEPRECATED_LEGACY_API.md b/USERS_GUIDE_DEPRECATED_LEGACY_API.md index a7667179..365c7256 100644 --- a/USERS_GUIDE_DEPRECATED_LEGACY_API.md +++ b/USERS_GUIDE_DEPRECATED_LEGACY_API.md @@ -22,7 +22,7 @@ The *ELPA* library consists of two main parts: Both variants of the *ELPA* solvers are available for real or complex singe and double precision valued matrices. -Thus *ELPA* provides the following user functions (see man pages or [online] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.001/html/index.html) for details): +Thus *ELPA* provides the following user functions (see man pages or [online] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2019.05.002/html/index.html) for details): - elpa_get_communicators : set the row / column communicators for *ELPA* - elpa_solve_evp_complex_1stage_{single|double} : solve a {single|double} precision complex eigenvalue proplem with the *ELPA 1stage* solver diff --git a/elpa.spec b/elpa.spec index 6464356d..68a82e42 100644 --- a/elpa.spec +++ b/elpa.spec @@ -19,7 +19,7 @@ %define with_openmp 0 Name: elpa -Version: 2019.05.001 +Version: 2019.05.002 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 8bd929ff..b090b3e4 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],[2019.05.001], elpa-library@rzg.mpg.de) -elpaversion="2019.05.001" +AC_INIT([elpa_test_project],[2019.05.002], elpa-library@rzg.mpg.de) +elpaversion="2019.05.002" 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 8bd929ff..b090b3e4 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],[2019.05.001], elpa-library@rzg.mpg.de) -elpaversion="2019.05.001" +AC_INIT([elpa_test_project],[2019.05.002], elpa-library@rzg.mpg.de) +elpaversion="2019.05.002" 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 7f6d0869..2aa1657f 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],[2019.05.001], elpa-library@rzg.mpg.de) -elpaversion="2019.05.001" +AC_INIT([elpa_test_project],[2019.05.002], elpa-library@rzg.mpg.de) +elpaversion="2019.05.002" 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 8ae4a7b1..e378bd25 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],[2019.05.001], elpa-library@rzg.mpg.de) -elpaversion="2019.05.001" +AC_INIT([elpa2_test_project],[2019.05.002], elpa-library@rzg.mpg.de) +elpaversion="2019.05.002" AC_CONFIG_SRCDIR([src/test_real2.F90]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) diff --git a/test_project_C/configure.ac b/test_project_C/configure.ac index 45ea293b..4d6a3569 100644 --- a/test_project_C/configure.ac +++ b/test_project_C/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa_test_project],[2019.05.001], elpa-library@rzg.mpg.de) -elpaversion="2019.05.001" +AC_INIT([elpa_test_project],[2019.05.002], elpa-library@rzg.mpg.de) +elpaversion="2019.05.002" AC_CONFIG_SRCDIR([src/test_real.c]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) diff --git a/test_project_C_2stage/configure.ac b/test_project_C_2stage/configure.ac index 01d1a5fa..f10d6ae3 100644 --- a/test_project_C_2stage/configure.ac +++ b/test_project_C_2stage/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.69]) -AC_INIT([elpa_test_project],[2019.05.001], elpa-library@rzg.mpg.de) -elpaversion="2019.05.001" +AC_INIT([elpa_test_project],[2019.05.002], elpa-library@rzg.mpg.de) +elpaversion="2019.05.002" AC_CONFIG_SRCDIR([src/test_real2.c]) AM_INIT_AUTOMAKE([foreign -Wall subdir-objects]) -- GitLab