Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
72d28359
Commit
72d28359
authored
Nov 01, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare releas of ELPA 2017.05.003
parent
8df5f71e
Changes
12
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
29 deletions
+25
-29
Changelog
Changelog
+5
-0
INSTALL.md
INSTALL.md
+1
-1
README.md
README.md
+1
-1
RELEASE_NOTES
RELEASE_NOTES
+5
-14
SWITCHING_TO_NEW_INTERFACE.md
SWITCHING_TO_NEW_INTERFACE.md
+1
-1
USERS_GUIDE.md
USERS_GUIDE.md
+1
-1
configure.ac
configure.ac
+2
-2
elpa.spec
elpa.spec
+1
-1
test_project/configure.ac
test_project/configure.ac
+2
-2
test_project_2stage/configure.ac
test_project_2stage/configure.ac
+2
-2
test_project_2stage_legacy_api/configure.ac
test_project_2stage_legacy_api/configure.ac
+2
-2
test_project_legacy_api/configure.ac
test_project_legacy_api/configure.ac
+2
-2
No files found.
Changelog
View file @
72d28359
Changelog for ELPA 2017.05.003
- remove bug in invert_triangular, which had been introduced
in ELPA 2017.05.002
Changelog for ELPA 2017.05.002
Mainly bugfixes for ELPA 2017.05.001:
...
...
INSTALL.md
View file @
72d28359
...
...
@@ -2,7 +2,7 @@
## Preamle ##
This file provides documentation on how to build the
*ELPA*
library in
**version ELPA-2017.05.00
2
**
.
This file provides documentation on how to build the
*ELPA*
library in
**version ELPA-2017.05.00
3
**
.
With release of
**version ELPA-2017.05.001**
the build process has been significantly simplified,
which makes it easier to install the
*ELPA*
library
...
...
README.md
View file @
72d28359
...
...
@@ -2,7 +2,7 @@
## Current Release ##
The current release is ELPA 2017.05.00
2
. The current supported API version
The current release is ELPA 2017.05.00
3
. The current supported API version
is 20170403. This release supports the earliest API version 20170403.
## About *ELPA*
...
...
RELEASE_NOTES
View file @
72d28359
This file contains the release notes for the ELPA 2017.05.00
2
version
This file contains the release notes for the ELPA 2017.05.00
3
version
What is new?
-------------
For detailed information about changes since release ELPA 2016.11.001 please have a look at the Changelog file
Highlights are:
For detailed information about changes since release ELPA 2017.05.002 please have a look at the Changelog file
- a more generic and more flexible API, which allows easy implementation of upcoming features
- faster GPU implementation, especially for ELPA 1stage
- the restriction of the block-cyclic distribution blocksize = 128 in the GPU
case is relaxed
- Faster CPU implementation due to better blocking
- support of already banded matrices (new API only!)
- improved KNL support
- This release contains a fix for a bug introduced in ELPA 2017.05.002
ABI change
---------------------
Since release 2016.05.001 the ABI has not changed. Only additional interfaces habe been added, please have also a look
at the DEPRECTATED_FEATURES file
Since release 2017.05.001 the ABI has not changed.
Any incompatibilities to previous version?
---------------------------------------
As mentioned before, the ABI of ELPA was not changed; There is no
incompatibility with the previous version ELPA 201
6.11.001
.
incompatibility with the previous version ELPA 201
7.05.002
.
SWITCHING_TO_NEW_INTERFACE.md
View file @
72d28359
...
...
@@ -151,7 +151,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.05.00
2
/html/index.html)
Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.05.00
3
/html/index.html)
for each
*ELPA*
release is available.
USERS_GUIDE.md
View file @
72d28359
...
...
@@ -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.05.00
2
/html/index.html)
Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.05.00
3
/html/index.html)
for each
*ELPA*
release is available.
...
...
configure.ac
View file @
72d28359
...
...
@@ -27,7 +27,7 @@ AM_SILENT_RULES([yes])
# by the current interface, as they are ABI compatible (e.g. only new symbols
# were added by the new interface)
#
AC_SUBST([ELPA_SO_VERSION], [10:
0
:2])
AC_SUBST([ELPA_SO_VERSION], [10:
1
:2])
# API Version
AC_DEFINE([EARLIEST_API_VERSION], [20170403], [Earliest supported ELPA API version])
...
...
@@ -1035,7 +1035,7 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
#echo " "
#echo "***********************************************************************"
#echo "* This is a the release of ELPA 2017.05.00
2
*"
#echo "* This is a the release of ELPA 2017.05.00
3
*"
#echo "* It mainly contains bugfixes to ELPA 2017.05.001 *"
#echo "***********************************************************************"
#echo " "
...
...
elpa.spec
View file @
72d28359
...
...
@@ -32,7 +32,7 @@
%endif
Name: elpa
Version: 2017.05.00
2
Version: 2017.05.00
3
Release: 1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
...
...
test_project/configure.ac
View file @
72d28359
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_INIT([elpa_test_project],[2017.05.00
3
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
3
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
72d28359
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_INIT([elpa_test_project],[2017.05.00
3
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
3
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage_legacy_api/configure.ac
View file @
72d28359
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_INIT([elpa2_test_project],[2017.05.00
3
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
3
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_legacy_api/configure.ac
View file @
72d28359
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.00
2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
2
"
AC_INIT([elpa_test_project],[2017.05.00
3
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.00
3
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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