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
3d2fc3bb
Commit
3d2fc3bb
authored
Oct 19, 2017
by
Lorenz Huedepohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused, non-functional parameter 'eigenvalues_only'
parent
fffcad08
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
SWITCHING_TO_NEW_INTERFACE.md
SWITCHING_TO_NEW_INTERFACE.md
+0
-2
src/elpa_index.c
src/elpa_index.c
+0
-1
No files found.
SWITCHING_TO_NEW_INTERFACE.md
View file @
3d2fc3bb
...
@@ -124,8 +124,6 @@ the user application):
...
@@ -124,8 +124,6 @@ the user application):
"debug" can be one of { 0 | 1 }, will give more information case of an error if set to 1
"debug" can be one of { 0 | 1 }, will give more information case of an error if set to 1
"eigenvalues_only" can be one of { 0 | 1 }, if set to 1 solve will only compute the eigenvalues
6.
do the desired task with the
*ELPA*
library, which could be
6.
do the desired task with the
*ELPA*
library, which could be
a) e%eigenvectors ! solve EV problem with solver as set by "set" method; computes eigenvalues AND eigenvectors
a) e%eigenvectors ! solve EV problem with solver as set by "set" method; computes eigenvalues AND eigenvectors
...
...
src/elpa_index.c
View file @
3d2fc3bb
...
@@ -151,7 +151,6 @@ static const elpa_index_int_entry_t int_entries[] = {
...
@@ -151,7 +151,6 @@ static const elpa_index_int_entry_t int_entries[] = {
BOOL_ENTRY
(
"debug"
,
"Emit verbose debugging messages"
,
0
),
BOOL_ENTRY
(
"debug"
,
"Emit verbose debugging messages"
,
0
),
BOOL_ENTRY
(
"print_flops"
,
"Print FLOP rates on task 0"
,
0
),
BOOL_ENTRY
(
"print_flops"
,
"Print FLOP rates on task 0"
,
0
),
BOOL_ENTRY
(
"check_pd"
,
"Check eigenvalues to be positive"
,
0
),
BOOL_ENTRY
(
"check_pd"
,
"Check eigenvalues to be positive"
,
0
),
PRIVATE_INT_ENTRY
(
"eigenvalues_only"
,
0
),
};
};
#define READONLY_DOUBLE_ENTRY(option_name, option_description) \
#define READONLY_DOUBLE_ENTRY(option_name, option_description) \
...
...
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