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
8b5fa5e3
Commit
8b5fa5e3
authored
Jan 01, 2018
by
Andreas Marek
Browse files
Prepare release of ELPA 2017.11.001
parent
dfe01667
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
8b5fa5e3
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
...
...
INSTALL.md
View file @
8b5fa5e3
...
...
@@ -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
...
...
ISSUES.md
View file @
8b5fa5e3
...
...
@@ -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 ###
...
...
LIBRARY_INTERFACE
View file @
8b5fa5e3
...
...
@@ -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
README.md
View file @
8b5fa5e3
...
...
@@ -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
...
...
RELEASE_NOTES
View file @
8b5fa5e3
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?
-------------
...
...
SWITCHING_TO_NEW_INTERFACE.md
View file @
8b5fa5e3
...
...
@@ -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.
USERS_GUIDE.md
View file @
8b5fa5e3
...
...
@@ -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.
...
...
configure.ac
View file @
8b5fa5e3
...
...
@@ -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 " "
...
...
elpa.spec
View file @
8b5fa5e3
...
...
@@ -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
...
...
test_project_1stage/configure.ac
View file @
8b5fa5e3
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])
...
...
test_project_1stage_legacy_api/configure.ac
View file @
8b5fa5e3
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])
...
...
test_project_2stage/configure.ac
View file @
8b5fa5e3
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])
...
...
test_project_2stage_legacy_api/configure.ac
View file @
8b5fa5e3
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])
...
...
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