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
a9a16a45
Unverified
Commit
a9a16a45
authored
Apr 26, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dependencies for X90 and Xcu files
parent
9385ef0f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Makefile.am
Makefile.am
+6
-1
No files found.
Makefile.am
View file @
a9a16a45
...
...
@@ -37,7 +37,11 @@ libelpa@SUFFIX@_la_SOURCES = src/mod_precision.F90 \
EXTRA_libelpa@SUFFIX@
_la_DEPENDENCIES
=
src/elpa_reduce_add_vectors.X90
\
src/elpa_transpose_vectors.X90
\
src/redist_band.X90
src/redist_band.X90
\
src/elpa1_compute_complex_template.X90
\
src/elpa1_compute_real_template.X90
\
src/elpa2_compute_real_template.X90
\
src/elpa2_compute_complex_template.X90
if
HAVE_DETAILED_TIMINGS
libelpa@SUFFIX@
_la_SOURCES
+=
src/timer.F90
\
...
...
@@ -54,6 +58,7 @@ endif
if
WITH_GPU_VERSION
libelpa@SUFFIX@
_la_SOURCES
+=
src/cudaFunctions.cu src/cuUtils.cu src/ev_tridi_band_gpu_c_v2.cu
#src/interface_cuda.F90 src/interface_c_kernel.F90 src/ev_tridi_band_gpu_c_v2.cu src/cuUtils.cu
EXTRA_libelpa@SUFFIX@
_la_DEPENDENCIES
+=
src/ev_tridi_band_gpu_c_v2_complex_template.Xcu src/ev_tridi_band_gpu_c_v2_real_template.Xcu
endif
if
!WITH_MPI
...
...
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