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
547459b0
Commit
547459b0
authored
Dec 14, 2017
by
Andreas Marek
Browse files
Merge branch 'master_pre_stage' into loh/autotuning
parents
7a7d45e1
9e0fc71c
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
547459b0
...
...
@@ -28,7 +28,7 @@ for the documentation how to proceed.
*ELPA*
can be installed with the build steps
-
configure
-
make
-
make check
-
make check
| or make check CHECK_LEVEL=extended
-
make install
Please look at configure --help for all available options.
...
...
generate_automake_test_programs.py
View file @
547459b0
...
...
@@ -194,7 +194,7 @@ for lang, p, d in product(sorted(language_flag.keys()), sorted(prec_flag.keys())
name
=
"test_autotune{langsuffix}_{d}_{p}"
.
format
(
langsuffix
=
language_flag
[
lang
],
d
=
d
,
p
=
p
)
print
(
"check_SCRIPTS += "
+
name
+
"_
default
.sh"
)
print
(
"check_SCRIPTS += "
+
name
+
"_
extended
.sh"
)
print
(
"noinst_PROGRAMS += "
+
name
)
if
lang
==
"Fortran"
:
print
(
name
+
"_SOURCES = test/Fortran/test_autotune.F90"
)
...
...
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