diff --git a/Makefile.am b/Makefile.am index ddafdaa0bf5222fc9747d576cfb189ccb44e27c4..df8fd18c488aafe6304894900a143baefa4edfd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: diff --git a/src/elpa_index.c b/src/elpa_index.c index 1b342c8b9a145efcc52a0d7ec794ef03de226a57..fc3152fb125a21b55fd8cba1e6fd41e8390eb233 100644 --- a/src/elpa_index.c +++ b/src/elpa_index.c @@ -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) {