Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
aa9c2719
Commit
aa9c2719
authored
Apr 15, 2020
by
Andreas Marek
Browse files
Change references from 2019.11.01 to 2020.05.001.rc1
parent
cbb4e0c7
Changes
10
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
aa9c2719
...
...
@@ -10,9 +10,9 @@ The release ELPA 2018.11.001 was the last release, where the legacy API has been
enabled by default (and can be disabled at build time).
With release ELPA 2019.05.001 the legacy API is disabled by default, however,
can be still switched on at build time.
With th
is
release ELPA 2019.11.001, the legacy API will be deprecated and not supported anymore.
With th
e
release ELPA 2019.11.001, the legacy API will be deprecated and not supported anymore.
The release of ELPA 2020.05.001.rc1 does change the API and ABI compared to the release 2019.
05
.00
2
, since
The release of ELPA 2020.05.001.rc1 does change the API and ABI compared to the release 2019.
11
.00
1
, since
the legacy API has been dropped.
## How to install *ELPA* ##
...
...
README.md
View file @
aa9c2719
...
...
@@ -2,7 +2,7 @@
## Current Release ##
The current release is ELPA 20
19.11.00
1 The current supported API version
The current release is ELPA 20
20.05.001.rc
1 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 !
...
...
@@ -13,8 +13,7 @@ The release ELPA 2018.11.001 was the last release, where the legacy API has been
enabled by default (and can be disabled at build time).
With release ELPA 2019.05.001 the legacy API is disabled by default, however,
can be still switched on at build time.
With the release ELPA 2019.11.001 the legacy API will be deprecated and
not supported anymore.
With the release ELPA 2019.11.001 the legacy API has been deprecated and support has been droped.
[

](https://gitlab.mpcdf.mpg.de/elpa/elpa/commits/master)
...
...
RELEASE_NOTES
View file @
aa9c2719
...
...
@@ -2,7 +2,7 @@ This file contains the release notes for the ELPA 2020.05.001.rc1 version
What is new?
-------------
For detailed information about changes since release ELPA 20
19.11.00
1 please have a look at the Changelog file
For detailed information about changes since release ELPA 20
20.05.001.rc
1 please have a look at the Changelog file
- improved GPU version of ELPA 2stage
- some new experimental features
...
...
USERS_GUIDE.md
View file @
aa9c2719
## Users guide for the *ELPA* library ##
This document provides the guide for using the
*ELPA*
library with the new API (API version 20170403 or higher).
Please do understand that this release deprecated the old, legacy interface API!
If you want to use the deprecated legacy API (we strongly recommend against this), please use the ELPA release
2019.
05.002 or older.
...
...
@@ -23,12 +22,6 @@ for each *ELPA* release is available.
With release 2017.05.001 of the
*ELPA*
library the interface has been rewritten substantially, in order to have a more generic
interface and to avoid future interface changes.
The release ELPA 2018.11.001 was the last release, where the legacy API has been
enabled by default (and can be disabled at build time).
With release ELPA 2019.05.001 the legacy API is disabled by default, however,
can be still switched on at build time.
With the release ELPA 2019.11.001 the legacy API will has been deprecated and has been removed.
### Table of Contents: ###
...
...
configure.ac
View file @
aa9c2719
...
...
@@ -1873,17 +1873,11 @@ fi
echo " "
echo "***********************************************************************"
echo "* As announced, with this release candidate ELPA 2019.11.001, *"
echo "* the legacy API has been finally removed ! *"
echo "* This is the first release candidate of ELPA 2020.05.001.rc1 *"
echo "* There might be still some changes until the final release of *"
echo "* ELPA 2020.05.001 *"
echo "***********************************************************************"
echo " "
#echo " "
#echo "***********************************************************************"
#echo "* This is a the first release candidate of ELPA 2019.11.001 *"
#echo "* There might be still some changes until the final release of *"
#echo "* ELPA 2019.11.001 *"
#echo "***********************************************************************"
#echo " "
echo" "
if test x"$enable_kcomputer" = x"yes" ; then
echo " "
...
...
elpa.spec
View file @
aa9c2719
...
...
@@ -19,7 +19,7 @@
%define with_openmp 0
Name: elpa
Version: 20
19.11.00
1
Version: 20
20.05.001.rc
1
Release: 1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
...
...
test_project_1stage/configure.ac
View file @
aa9c2719
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[20
19.11.00
1], elpa-library@rzg.mpg.de)
elpaversion="20
19.11.00
1"
AC_INIT([elpa_test_project],[20
20.05.001.rc
1], elpa-library@rzg.mpg.de)
elpaversion="20
20.05.001.rc
1"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
aa9c2719
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[20
19.11.00
1], elpa-library@rzg.mpg.de)
elpaversion="20
19.11.00
1"
AC_INIT([elpa_test_project],[20
20.05.001.rc
1], elpa-library@rzg.mpg.de)
elpaversion="20
20.05.001.rc
1"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_C/configure.ac
View file @
aa9c2719
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[20
19.11.00
1], elpa-library@rzg.mpg.de)
elpaversion="20
19.11.00
1"
AC_INIT([elpa_test_project],[20
20.05.001.rc
1], elpa-library@rzg.mpg.de)
elpaversion="20
20.05.001.rc
1"
AC_CONFIG_SRCDIR([src/test_real.c])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_C_2stage/configure.ac
View file @
aa9c2719
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[20
19.11.00
1], elpa-library@rzg.mpg.de)
elpaversion="20
19.11.00
1"
AC_INIT([elpa_test_project],[20
20.05.001.rc
1], elpa-library@rzg.mpg.de)
elpaversion="20
20.05.001.rc
1"
AC_CONFIG_SRCDIR([src/test_real2.c])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment