Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
208c5c65
Commit
208c5c65
authored
Mar 05, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change configure.ac
parent
6bfd5ad3
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
Makefile.am
Makefile.am
+3
-5
configure.ac
configure.ac
+0
-1
No files found.
Makefile.am
View file @
208c5c65
...
...
@@ -109,7 +109,6 @@ EXTRA_libelpa@SUFFIX@_private_la_DEPENDENCIES = \
src/elpa2/kernels/complex_template.F90
\
src/elpa2/kernels/simple_template.F90
\
src/elpa2/kernels/simple_block4_template.F90
\
src/elpa2/kernels/simple_block6_template.F90
\
src/elpa2/pack_unpack_cpu.F90
\
src/elpa2/pack_unpack_gpu.F90
\
src/elpa2/compute_hh_trafo.F90
\
...
...
@@ -194,9 +193,9 @@ if WITH_REAL_GENERIC_SIMPLE_BLOCK4_KERNEL
libelpa@SUFFIX@
_private_la_SOURCES
+=
src/elpa2/kernels/real_simple_block4.F90
endif
if
WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL
libelpa@SUFFIX@
_private_la_SOURCES
+=
src/elpa2/kernels/real_simple_block6.F90
endif
#
if WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL
#
libelpa@SUFFIX@_private_la_SOURCES += src/elpa2/kernels/real_simple_block6.F90
#
endif
if
WITH_REAL_BGP_KERNEL
libelpa@SUFFIX@
_private_la_SOURCES
+=
src/elpa2/kernels/real_bgp.f90
endif
...
...
@@ -790,7 +789,6 @@ EXTRA_DIST = \
src/elpa2/kernels/real_template.F90
\
src/elpa2/kernels/simple_template.F90
\
src/elpa2/kernels/simple_block4_template.F90
\
src/elpa2/kernels/simple_block6_template.F90
\
src/elpa2/pack_unpack_cpu.F90
\
src/elpa2/pack_unpack_gpu.F90
\
src/elpa2/qr/elpa_pdgeqrf_template.F90
\
...
...
configure.ac
View file @
208c5c65
...
...
@@ -550,7 +550,6 @@ m4_define(elpa_m4_generic_kernels, [
real_generic
real_generic_simple
real_generic_simple_block4
real_generic_simple_block6
complex_generic
complex_generic_simple
])
...
...
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