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
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
51
Issues
51
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
4219fe5e
Commit
4219fe5e
authored
Jun 14, 2018
by
Uliana Alekseeva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ELPA interface adjusted
parent
1a6d1755
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
447 additions
and
182 deletions
+447
-182
diagonalization/eigen_diag.F90
diagonalization/eigen_diag.F90
+1
-1
diagonalization/elpa.F90
diagonalization/elpa.F90
+446
-181
No files found.
diagonalization/eigen_diag.F90
View file @
4219fe5e
...
@@ -72,7 +72,7 @@ CONTAINS
...
@@ -72,7 +72,7 @@ CONTAINS
!Select the solver
!Select the solver
SELECT
CASE
(
priv_select_solver
(
parallel
))
SELECT
CASE
(
priv_select_solver
(
parallel
))
CASE
(
diag_elpa
)
CASE
(
diag_elpa
)
!CALL elpa
(hmat,smat,ne,eig,ev)
CALL
elpa_diag
(
hmat
,
smat
,
ne
,
eig
,
ev
)
CASE
(
diag_elemental
)
CASE
(
diag_elemental
)
!CALL ELEMENTAL(hmat,smat,ne,eig,ev)
!CALL ELEMENTAL(hmat,smat,ne,eig,ev)
CASE
(
diag_scalapack
)
CASE
(
diag_scalapack
)
...
...
diagonalization/elpa.F90
View file @
4219fe5e
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