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
c0103679
Commit
c0103679
authored
Aug 05, 2017
by
Andreas Marek
Browse files
Update ELPA version to 2017.05.001
parent
4423aa9a
Changes
7
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c0103679
...
...
@@ -2,7 +2,7 @@
## Current Release ##
The current release is ELPA 2017.05.001.
rc2.
The current supported API version
The current release is ELPA 2017.05.001. The current supported API version
is 20170403. This release supports the earliest API version 20170403.
## About *ELPA*
...
...
USERS_GUIDE.md
View file @
c0103679
...
...
@@ -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.001
.rc2
/html/index.html)
Also a [online doxygen documentation] (http://elpa.mpcdf.mpg.de/html/Documentation/ELPA-2017.05.001/html/index.html)
for each
*ELPA*
release is available.
...
...
configure.ac
View file @
c0103679
...
...
@@ -1015,12 +1015,12 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
])
])
echo " "
echo "***********************************************************************"
echo "* This is a the release candidate ELPA 2017.05.001.rc2 *"
echo "* All functionality of the release ELPA 2017.05.001 is already there.*"
echo "* This release candidate reflects, except for maybe smaller bug *"
echo "* corrections, the release of ELPA 2017.05.001 *"
echo "***********************************************************************"
echo " "
#
echo " "
#
echo "***********************************************************************"
#
echo "* This is a the release candidate ELPA 2017.05.001.rc2 *"
#
echo "* All functionality of the release ELPA 2017.05.001 is already there.*"
#
echo "* This release candidate reflects, except for maybe smaller bug *"
#
echo "* corrections, the release of ELPA 2017.05.001 *"
#
echo "***********************************************************************"
#
echo " "
make -f $srcdir/generated_headers.am generated-headers top_srcdir="$srcdir"
elpa.spec
View file @
c0103679
...
...
@@ -32,7 +32,7 @@
%endif
Name: elpa
Version: 2017.05.001
.rc2
Version: 2017.05.001
Release: 1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
...
...
test_project/configure.ac
View file @
c0103679
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.001
.rc2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001
.rc2
"
AC_INIT([elpa_test_project],[2017.05.001], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage_legacy_api/configure.ac
View file @
c0103679
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.05.001
.rc2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001
.rc2
"
AC_INIT([elpa2_test_project],[2017.05.001], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_legacy_api/configure.ac
View file @
c0103679
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.001
.rc2
], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001
.rc2
"
AC_INIT([elpa_test_project],[2017.05.001], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001"
AC_CONFIG_SRCDIR([src/test_real.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