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
a87aa965
Commit
a87aa965
authored
Mar 05, 2018
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Template for elpa_api
parent
e9f29c6f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
415 additions
and
986 deletions
+415
-986
Makefile.am
Makefile.am
+2
-0
src/elpa_api.F90
src/elpa_api.F90
+33
-986
src/elpa_api_math_template.F90
src/elpa_api_math_template.F90
+374
-0
src/general/precision_macros.h
src/general/precision_macros.h
+6
-0
No files found.
Makefile.am
View file @
a87aa965
...
...
@@ -84,6 +84,7 @@ endif
EXTRA_libelpa@SUFFIX@
_private_la_DEPENDENCIES
=
\
src/elpa1/elpa_reduce_add_vectors.F90
\
src/elpa1/elpa_transpose_vectors.F90
\
src/elpa_api_math_template.F90
\
src/elpa_impl_template.F90
\
src/elpa1/elpa1_compute_template.F90
\
src/elpa2/elpa2_compute_real_template.F90
\
...
...
@@ -657,6 +658,7 @@ EXTRA_DIST = \
manual_cpp
\
nvcc_wrap
\
src/GPU/cuUtils_template.cu
\
src/elpa_api_math_template.F90
\
src/elpa_impl_template.F90
\
src/elpa1/elpa1_compute_template.F90
\
src/elpa1/elpa1_merge_systems_real_template.F90
\
...
...
src/elpa_api.F90
View file @
a87aa965
This diff is collapsed.
Click to expand it.
src/elpa_api_math_template.F90
0 → 100644
View file @
a87aa965
This diff is collapsed.
Click to expand it.
src/general/precision_macros.h
View file @
a87aa965
...
...
@@ -9,6 +9,7 @@
#undef SPECIAL_COMPLEX_DATATYPE
#undef PRECISION_STR
#undef REAL_DATATYPE
#undef C_REAL_DATATYPE
#undef PRECISION_TRTRI
#undef PRECISION_POTRF
...
...
@@ -63,6 +64,7 @@
#define PRECISION_SUFFIX "_double"
#define ELPA_IMPL_SUFFIX d
#define REAL_DATATYPE rk8
#define C_REAL_DATATYPE c_double
#define BLAS_CHAR D
#define BLAS_CHAR_AND_SY_OR_HE DSY
#define SPECIAL_COMPLEX_DATATYPE ck8
...
...
@@ -116,6 +118,7 @@
#define PRECISION_SUFFIX "_single"
#define ELPA_IMPL_SUFFIX f
#define REAL_DATATYPE rk4
#define C_REAL_DATATYPE c_float
#define BLAS_CHAR S
#define BLAS_CHAR_AND_SY_OR_HE SSY
#define SPECIAL_COMPLEX_DATATYPE ck4
...
...
@@ -174,6 +177,7 @@
#undef COMPLEX_DATATYPE
/* in the complex case also sometime real valued variables are needed */
#undef REAL_DATATYPE
#undef C_REAL_DATATYPE
#undef PRECISION_TRTRI
#undef PRECISION_POTRF
...
...
@@ -238,6 +242,7 @@
#define BLAS_CHAR Z
#define BLAS_CHAR_AND_SY_OR_HE ZHE
#define REAL_DATATYPE RK8
#define C_REAL_DATATYPE c_double
#define PRECISION_TRTRI ZTRTRI
#define PRECISION_POTRF ZPOTRF
...
...
@@ -295,6 +300,7 @@
#define BLAS_CHAR C
#define BLAS_CHAR_AND_SY_OR_HE CHE
#define REAL_DATATYPE RK4
#define C_REAL_DATATYPE c_float
#define PRECISION_TRTRI CTRTRI
#define PRECISION_POTRF CPOTRF
...
...
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