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
b6e266f2
Commit
b6e266f2
authored
Nov 25, 2016
by
Andreas Marek
Browse files
Merge branch 'ELPA_GPU'
parents
9a92144d
75ca6504
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
b6e266f2
...
...
@@ -118,6 +118,13 @@ option, otherwise no parallelisation whatsoever will be present.
It is possible to install the different flavours of
*ELPA*
(with/without MPI, with/without OpenMP) in the same
directory, since the library is named differently for each build.
### GPU support as runtime option ###
If the target systems has NVIDIA GPUs as accelerator cards
*ELPA*
can be build with GPU support.
The configure option "--enable-GPU-support" will trigger a build of the GPU version of ELPA. It might be necessary
that also the option "--with-cuda-path=[your path to the local cuda installation]" has to be set.
For GPU support, only models of NIVIDA GPUs with "compute capabillity" > 3.5 are supported.
### Doxygen documentation ###
A doxygen documentation can be created with the "--enable-doxygen-doc" configure option
...
...
ISSUES.md
View file @
b6e266f2
...
...
@@ -3,6 +3,9 @@
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
### ELPA 2016.11.001 release ###
-
at the moment no issues are known
### ELPA 2016.05.003 release ###
-
the Fortran module file "precision" was installed as private. Lead to linking problems
...
...
README.md
View file @
b6e266f2
...
...
@@ -2,7 +2,7 @@
## Current Release ##
The current release is ELPA 2016.
05
.00
4
The current release is ELPA 2016.
11
.00
1
## About *ELPA*
...
...
RELEASE_NOTES
View file @
b6e266f2
This file contains the release notes for the ELPA 2016.
05
.00
4
version
This file contains the release notes for the ELPA 2016.
11
.00
1
version
What is new?
-------------
For changes since release ELPA 2016.05.003 please have a look at the Changelog file
For detailed information about changes since release ELPA 2016.05.004 please have a look at the Changelog file
Highlights are:
- support of single and double precision (real and complex) calculations
- GPU support for ELPA 1stage and ELPA 2stage
a)
ABI change
ABI change
---------------------
Since release 2016.05.001 the ABI has not changed. Only additional interfaces habe been added
Since release 2016.05.001 the ABI has not changed. Only additional interfaces habe been added, please have also a look
at the DEPRECTATED_FEATURES file
Any incompatibilities to previous version?
...
...
@@ -16,3 +20,4 @@ Any incompatibilities to previous version?
As mentioned before, the ABI of ELPA was not changed; There is no
incompatibility with the previous version ELPA 2016.05.002. There is, however, an incompatibility with older versions than ELPA 2015.11.001 !
USERS_GUIDE.md
View file @
b6e266f2
This diff is collapsed.
Click to expand it.
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