Skip to content
GitLab
Menu
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
4bca9717
Commit
4bca9717
authored
Jul 02, 2016
by
Andreas Marek
Browse files
Rename test program to shorten name
parent
f91be35e
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile.am
View file @
4bca9717
...
...
@@ -195,7 +195,7 @@ dist_files_DATA = \
test
/fortran_test_programs/test_real2_choose_kernel_with_api.F90
\
test
/fortran_test_programs/test_real.F90
\
test
/fortran_test_programs/test_real_with_c.F90
\
test
/fortran_test_programs/test_
real_
toeplitz
_matrix
.F90
\
test
/fortran_test_programs/test_toeplitz.F90
\
src/elpa2_print_kernels.F90
dist_doc_DATA
=
README.md USERS_GUIDE.md INSTALL.md CONTRIBUTING.md LICENSE Changelog COPYING/COPYING COPYING/gpl.txt COPYING/lgpl.txt
...
...
@@ -281,7 +281,7 @@ elpa1_test_real@SUFFIX@_LDADD = $(build_lib)
elpa1_test_real@SUFFIX@
_FCFLAGS
=
$(AM_FCFLAGS)
@FC_MODOUT@private_modules @FC_MODINC@private_modules
EXTRA_elpa1_test_real@SUFFIX@
_DEPENDENCIES
=
test
/fortran_test_programs/elpa_test_programs_print_headers.X90
elpa1_test_real_toeplitz_matrix@SUFFIX@
_SOURCES
=
test
/fortran_test_programs/test_
real_
toeplitz
_matrix
.F90
elpa1_test_real_toeplitz_matrix@SUFFIX@
_SOURCES
=
test
/fortran_test_programs/test_toeplitz.F90
elpa1_test_real_toeplitz_matrix@SUFFIX@
_LDADD
=
$(build_lib)
elpa1_test_real_toeplitz_matrix@SUFFIX@
_FCFLAGS
=
$(AM_FCFLAGS)
@FC_MODOUT@private_modules @FC_MODINC@private_modules
EXTRA_elpa1_test_real_toeplitz_matrix@SUFFIX@
_DEPENDENCIES
=
test
/fortran_test_programs/elpa_test_programs_print_headers.X90
...
...
test/fortran_test_programs/test_
real_
toeplitz
_matrix
.F90
→
test/fortran_test_programs/test_toeplitz.F90
View file @
4bca9717
File moved
Write
Preview
Supports
Markdown
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