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
547459b0
Commit
547459b0
authored
Dec 14, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master_pre_stage' into loh/autotuning
parents
7a7d45e1
9e0fc71c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
INSTALL.md
INSTALL.md
+1
-1
generate_automake_test_programs.py
generate_automake_test_programs.py
+1
-1
No files found.
INSTALL.md
View file @
547459b0
...
@@ -28,7 +28,7 @@ for the documentation how to proceed.
...
@@ -28,7 +28,7 @@ for the documentation how to proceed.
*ELPA*
can be installed with the build steps
*ELPA*
can be installed with the build steps
-
configure
-
configure
-
make
-
make
-
make check
-
make check
| or make check CHECK_LEVEL=extended
-
make install
-
make install
Please look at configure --help for all available options.
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())
...
@@ -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
)
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
)
print
(
"noinst_PROGRAMS += "
+
name
)
if
lang
==
"Fortran"
:
if
lang
==
"Fortran"
:
print
(
name
+
"_SOURCES = test/Fortran/test_autotune.F90"
)
print
(
name
+
"_SOURCES = test/Fortran/test_autotune.F90"
)
...
...
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