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
11
Issues
11
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
8b5fa5e3
Commit
8b5fa5e3
authored
Jan 01, 2018
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare release of ELPA 2017.11.001
parent
dfe01667
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
26 additions
and
24 deletions
+26
-24
Changelog
Changelog
+3
-1
INSTALL.md
INSTALL.md
+1
-1
ISSUES.md
ISSUES.md
+1
-1
LIBRARY_INTERFACE
LIBRARY_INTERFACE
+1
-1
README.md
README.md
+1
-1
RELEASE_NOTES
RELEASE_NOTES
+1
-1
SWITCHING_TO_NEW_INTERFACE.md
SWITCHING_TO_NEW_INTERFACE.md
+1
-1
USERS_GUIDE.md
USERS_GUIDE.md
+1
-1
configure.ac
configure.ac
+7
-7
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
No files found.
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
- added new compute kernels for IBM Power8 and Fujistu Sparc64
processors
processors
- a first implementation of autotuning capability
- 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
Changelog for ELPA 2017.05.003
...
...
INSTALL.md
View file @
8b5fa5e3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## Preamble ##
## 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,
With release of
**version ELPA-2017.05.001**
the build process has been significantly simplified,
which makes it easier to install the
*ELPA*
library
which makes it easier to install the
*ELPA*
library
...
...
ISSUES.md
View file @
8b5fa5e3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
For more details and recent updates please visit the online [issue system] (https://gitlab.mpcdf.mpg.de/elpa/elpa/issues)
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
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
-
the elpa autotune print functions cannot print at the moment
### ELPA 2017.05.003 release ###
### 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
...
@@ -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
"legacy interface", since as anounced some deprecated function aliases have been
removed). For the current interface all changes since 2017.05.001 are
removed). For the current interface all changes since 2017.05.001 are
compatible, since only some functions have been added.
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 @@
...
@@ -2,7 +2,7 @@
## Current Release ##
## 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.
is 20171201. This release supports the earliest API version 20170403.
[
![Build
[
![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?
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
...
@@ -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
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.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.
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
...
@@ -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.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.
for each
*ELPA*
release is available.
...
...
configure.ac
View file @
8b5fa5e3
...
@@ -1141,13 +1141,13 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
...
@@ -1141,13 +1141,13 @@ m4_foreach_w([elpa_m4_kind],[real complex],[
])
])
])
])
echo " "
#
echo " "
echo "***********************************************************************"
#
echo "***********************************************************************"
echo "* This is a the first release candidate of ELPA 2017.11.001
*"
#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 "* There might be still some changes until the final release of *"
echo "* ELPA 2017.11.001 *"
#
echo "* ELPA 2017.11.001 *"
echo "***********************************************************************"
#
echo "***********************************************************************"
echo " "
#
echo " "
if test x"$enable_kcomputer" = x"yes" ; then
if test x"$enable_kcomputer" = x"yes" ; then
echo " "
echo " "
...
...
elpa.spec
View file @
8b5fa5e3
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
%define with_openmp 0
%define with_openmp 0
Name: elpa
Name: elpa
Version: 2017.11.001
.rc1
Version: 2017.11.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_1stage/configure.ac
View file @
8b5fa5e3
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.11.001
.rc1
], elpa-library@rzg.mpg.de)
AC_INIT([elpa_test_project],[2017.11.001], elpa-library@rzg.mpg.de)
elpaversion="2017.11.001
.rc1
"
elpaversion="2017.11.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_1stage_legacy_api/configure.ac
View file @
8b5fa5e3
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.11.001
.rc1
], elpa-library@rzg.mpg.de)
AC_INIT([elpa_test_project],[2017.11.001], elpa-library@rzg.mpg.de)
elpaversion="2017.11.001
.rc1
"
elpaversion="2017.11.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/configure.ac
View file @
8b5fa5e3
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2017.11.001
.rc1
], elpa-library@rzg.mpg.de)
AC_INIT([elpa_test_project],[2017.11.001], elpa-library@rzg.mpg.de)
elpaversion="2017.11.001
.rc1
"
elpaversion="2017.11.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_2stage_legacy_api/configure.ac
View file @
8b5fa5e3
AC_PREREQ([2.69])
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[2017.11.001
.rc1
], elpa-library@rzg.mpg.de)
AC_INIT([elpa2_test_project],[2017.11.001], elpa-library@rzg.mpg.de)
elpaversion="2017.11.001
.rc1
"
elpaversion="2017.11.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])
...
...
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