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
52
Issues
52
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
d52630ce
Commit
d52630ce
authored
Sep 18, 2018
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update main/fleur_help.f90 to changes in the naming of command line options
parent
a52bf983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
main/fleur_help.f90
main/fleur_help.f90
+6
-3
No files found.
main/fleur_help.f90
View file @
d52630ce
...
...
@@ -54,9 +54,12 @@ CONTAINS
WRITE
(
*
,
'(a)'
)
" be -mem for serial and -mpi for parallel builds"
WRITE
(
*
,
'(a)'
)
""
WRITE
(
*
,
'(a)'
)
"Method used for diagonalization:"
WRITE
(
*
,
'(a)'
)
"-lapack,-lapack2,"
WRITE
(
*
,
'(a)'
)
"-elpa,-scalapack,"
WRITE
(
*
,
'(a)'
)
"-elemental,-magma : choose diagonalization. Not all might be available"
WRITE
(
*
,
'(a)'
)
"-diag:lapack,"
WRITE
(
*
,
'(a)'
)
"-diag:scalapack,"
WRITE
(
*
,
'(a)'
)
"-diag:elpa,"
WRITE
(
*
,
'(a)'
)
"-diag:elemental,"
WRITE
(
*
,
'(a)'
)
"-diag:chase,"
WRITE
(
*
,
'(a)'
)
"-diag:magma : choose diagonalization. Not all might be available"
WRITE
(
*
,
'(a)'
)
""
WRITE
(
*
,
'(a)'
)
"HDF density file relevant options:"
WRITE
(
*
,
'(a)'
)
"-no_cdn_hdf : disable HDF charge density mode (activated by default if HDF5 is available)"
...
...
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