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
b2f9399a
Commit
b2f9399a
authored
May 30, 2016
by
Andreas Marek
Browse files
Typo in library name
parent
6b4cb988
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
b2f9399a
...
...
@@ -329,6 +329,9 @@ elpa2_print_kernels@SUFFIX@_SOURCES = src/elpa2_print_kernels.F90
elpa2_print_kernels@SUFFIX@
_LDADD
=
$(build_lib)
elpa2_print_kernels@SUFFIX@
_FCFLAGS
=
$(AM_FCFLAGS)
@FC_MODOUT@private_modules @FC_MODINC@private_modules
# elpa2_test_real_default_kernel_qr_decomposition@SUFFIX@.sh
check_SCRIPTS
=
\
elpa1_test_real@SUFFIX@.sh
\
elpa1_test_real_with_c@SUFFIX@.sh
\
...
...
@@ -337,11 +340,11 @@ check_SCRIPTS = \
elpa1_test_complex@SUFFIX@.sh
\
elpa2_test_complex@SUFFIX@.sh
\
elpa2_test_complex_default_kernel@SUFFIX@.sh
\
elpa2_test_real_default_kernel_qr_decomposition@SUFFIX@.sh
\
elpa2_test_real_choose_kernel_with_api@SUFFIX@.sh
\
elpa2_test_complex_choose_kernel_with_api@SUFFIX@.sh
\
elpa2_print_kernels@SUFFIX@
if
!WITH_OPENMP
check_SCRIPTS
+=
\
elpa1_test_real_c_version@SUFFIX@.sh
\
...
...
configure.ac
View file @
b2f9399a
...
...
@@ -870,7 +870,7 @@ if test x"${with_mpi}" = x"yes"; then
fi
else
if test x"${enable_openmp}" = x"yes"; then
SUFFIX="_onnode_openmp"
SUFFIX="_on
e
node_openmp"
else
SUFFIX="_onenode"
fi
...
...
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