Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
023f4853
Commit
023f4853
authored
Jun 08, 2018
by
Andreas Marek
Browse files
Fix distcheck
parent
ea265fb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
023f4853
...
...
@@ -638,6 +638,13 @@ CLEANFILES = \
clean-local
:
-
rm
-rf
modules/
*
private_modules/
*
test_modules/
*
.fortran_dependencies/
*
-
rm
-rf
test_
*
.sh
-
rm
-rf
legacy_
*
.sh
-
rm
-rf
real_2stage
*
.sh
-
rm
-rf
complex_2stage
*
.sh
-
rm
-rf
single_complex_2stage
*
.sh
-
rm
-rf
single_real_2stage
*
.sh
-
rm
-rf
double_instance_onenode
*
.sh
-
rm
-rf
$(generated_headers)
distclean-local
:
...
...
src/elpa_index.c
View file @
023f4853
...
...
@@ -851,7 +851,6 @@ static int intermediate_bandwidth_enumerate(elpa_index_t index, int i) {
nblk
=
elpa_index_get_int_value
(
index
,
"nblk"
,
NULL
);
return
(
i
+
1
)
*
nblk
;
}
static
int
intermediate_bandwidth_is_valid
(
elpa_index_t
index
,
int
n
,
int
new_value
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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