Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c0103679
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## Current Release ##
## 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.
is 20170403. This release supports the earliest API version 20170403.
## About *ELPA*
## 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
...
@@ -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
For example "man elpa2_print_kernels" should provide the documentation for the
*ELPA*
program which prints all
the available kernels.
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.
for each
*ELPA*
release is available.
...
...
configure.ac
View file @
c0103679
...
@@ -1015,12 +1015,12 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
...
@@ -1015,12 +1015,12 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
])
])
])
])
echo " "
#
echo " "
echo "***********************************************************************"
#
echo "***********************************************************************"
echo "* This is a the release candidate ELPA 2017.05.001.rc2 *"
#
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 "* All functionality of the release ELPA 2017.05.001 is already there.*"
echo "* This release candidate reflects, except for maybe smaller bug *"
#
echo "* This release candidate reflects, except for maybe smaller bug *"
echo "* corrections, the release of ELPA 2017.05.001 *"
#
echo "* corrections, the release of ELPA 2017.05.001 *"
echo "***********************************************************************"
#
echo "***********************************************************************"
echo " "
#
echo " "
make -f $srcdir/generated_headers.am generated-headers top_srcdir="$srcdir"
make -f $srcdir/generated_headers.am generated-headers top_srcdir="$srcdir"
elpa.spec
View file @
c0103679
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
%endif
%endif
Name: elpa
Name: elpa
Version: 2017.05.001
.rc2
Version: 2017.05.001
Release: 1
Release: 1
Summary: A massively parallel eigenvector solver
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
License: LGPL-3.0
...
...
test_project/configure.ac
View file @
c0103679
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.001
.rc2
], elpa-library@rzg.mpg.de)
AC_INIT([elpa_test_project],[2017.05.001], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001
.rc2
"
elpaversion="2017.05.001"
AC_CONFIG_SRCDIR([src/test_real.F90])
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage_legacy_api/configure.ac
View file @
c0103679
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.05.001
.rc2
], elpa-library@rzg.mpg.de)
AC_INIT([elpa2_test_project],[2017.05.001], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001
.rc2
"
elpaversion="2017.05.001"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_legacy_api/configure.ac
View file @
c0103679
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.05.001
.rc2
], elpa-library@rzg.mpg.de)
AC_INIT([elpa_test_project],[2017.05.001], elpa-library@rzg.mpg.de)
elpaversion="2017.05.001
.rc2
"
elpaversion="2017.05.001"
AC_CONFIG_SRCDIR([src/test_real.F90])
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
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