From 023f485366f7b613c4b781c374a2390c2c0c274e Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Fri, 8 Jun 2018 09:23:22 +0200 Subject: [PATCH] Fix distcheck --- Makefile.am | 7 +++++++ src/elpa_index.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ddafdaa0..df8fd18c 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 1b342c8b..fc3152fb 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) { -- GitLab