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
14
Issues
14
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
a6ada278
Commit
a6ada278
authored
Jun 24, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ELPA release canidate ELPA-2019.05.001.rc2
parent
aa5adc8d
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
20 additions
and
17 deletions
+20
-17
Changelog
Changelog
+3
-1
INSTALL.md
INSTALL.md
+1
-1
RELEASE_NOTES
RELEASE_NOTES
+2
-1
configure.ac
configure.ac
+1
-1
elpa.spec
elpa.spec
+1
-1
test_project_1stage/configure.ac
test_project_1stage/configure.ac
+2
-2
test_project_1stage_legacy_api/configure.ac
test_project_1stage_legacy_api/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_C/configure.ac
test_project_C/configure.ac
+2
-2
test_project_C_2stage/configure.ac
test_project_C_2stage/configure.ac
+2
-2
No files found.
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
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