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
Sebastian Ohlmann
elpa
Commits
a6ada278
Commit
a6ada278
authored
Jun 24, 2019
by
Andreas Marek
Browse files
ELPA release canidate ELPA-2019.05.001.rc2
parent
aa5adc8d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Changelog
View file @
a6ada278
...
...
@@ -2,7 +2,7 @@ Changelog for upcoming release
- not yet decided
Changelog for ELPA 2019.05.001.rc
1
Changelog for ELPA 2019.05.001.rc
2
- elpa_print_kernels supports GPU usage
- fix an error if PAPI measurements are activated
- new simple real kernels: block4 and block6
...
...
@@ -21,6 +21,8 @@ been introduced a year ago. Removed routines:
-> cholesky_real
-> cholesky_complex
-> solve_tridi
- new kernels for ARM arch64 added
Changelog for ELPA 2018.11.001
...
...
INSTALL.md
View file @
a6ada278
...
...
@@ -2,7 +2,7 @@
## Preamble ##
This file provides documentation on how to build the
*ELPA*
library in
**version ELPA-2019.05.001.rc
1
**
.
This file provides documentation on how to build the
*ELPA*
library in
**version ELPA-2019.05.001.rc
2
**
.
With release of
**version ELPA-2017.05.001**
the build process has been significantly simplified,
which makes it easier to install the
*ELPA*
library.
...
...
RELEASE_NOTES
View file @
a6ada278
This file contains the release notes for the ELPA 2019.05.001.rc
1
version
This file contains the release notes for the ELPA 2019.05.001.rc
2
version
What is new?
-------------
...
...
@@ -9,6 +9,7 @@ For detailed information about changes since release ELPA 2018.11 please have a
- C functions can have an optional error argument, if compiler supports this
=> ABI and API change
- as anounced, removal of deprecated routines
- new kernels for Arm arch64
ABI change
---------------------
...
...
configure.ac
View file @
a6ada278
...
...
@@ -1533,7 +1533,7 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
#echo " "
#echo " "
echo "***********************************************************************"
echo "* This is a the first release candidate of ELPA 2019.05.001.rc
1
*"
echo "* This is a the first release candidate of ELPA 2019.05.001.rc
2
*"
echo "* There might be still some changes until the final release of *"
echo "* ELPA 2019.05.001 *"
echo "***********************************************************************"
...
...
elpa.spec
View file @
a6ada278
...
...
@@ -19,7 +19,7 @@
%define with_openmp 0
Name: elpa
Version: 2019.05.001.rc
1
Version: 2019.05.001.rc
2
Release: 1
Summary: A massively parallel eigenvector solver
License: LGPL-3.0
...
...
test_project_1stage/configure.ac
View file @
a6ada278
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2019.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
1
"
AC_INIT([elpa_test_project],[2019.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_1stage_legacy_api/configure.ac
View file @
a6ada278
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2019.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
1
"
AC_INIT([elpa_test_project],[2019.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
a6ada278
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2019.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
1
"
AC_INIT([elpa_test_project],[2019.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage_legacy_api/configure.ac
View file @
a6ada278
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2019.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
1
"
AC_INIT([elpa2_test_project],[2019.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_C/configure.ac
View file @
a6ada278
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2019.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
1
"
AC_INIT([elpa_test_project],[2019.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
2
"
AC_CONFIG_SRCDIR([src/test_real.c])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_C_2stage/configure.ac
View file @
a6ada278
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2019.05.001.rc
1
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
1
"
AC_INIT([elpa_test_project],[2019.05.001.rc
2
], elpa-library@rzg.mpg.de)
elpaversion="2019.05.001.rc
2
"
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