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
6385071d
Commit
6385071d
authored
Jun 12, 2018
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix erronous output of elpa_print_kernels
parent
023f4853
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
src/elpa2/elpa2_print_kernels.F90
src/elpa2/elpa2_print_kernels.F90
+2
-8
No files found.
src/elpa2/elpa2_print_kernels.F90
View file @
6385071d
...
...
@@ -99,15 +99,12 @@ program print_available_elpa2_kernels
print
*
,
"=============================== "
#ifdef HAVE_ENVIRONMENT_CHECKING
print
*
,
" choice via environment variable: yes"
print
*
,
" environment variable name : ELPA_
2STAGE_REAL_KERNEL
"
print
*
,
" environment variable name : ELPA_
DEFAULT_real_kernel
"
#else
print
*
,
" choice via environment variable: no"
#endif
print
*
print
*
,
" Available real kernels are: "
#ifdef HAVE_AVX2
print
*
,
" AVX kernels are optimized for FMA (AVX2)"
#endif
print
*
call
print_options
(
e
,
"real_kernel"
)
print
*
...
...
@@ -117,15 +114,12 @@ program print_available_elpa2_kernels
print
*
,
"=============================== "
#ifdef HAVE_ENVIRONMENT_CHECKING
print
*
,
" choice via environment variable: yes"
print
*
,
" environment variable name : ELPA_
2STAGE_COMPLEX_KERNEL
"
print
*
,
" environment variable name : ELPA_
DEFAULT_complex_kernel
"
#else
print
*
,
" choice via environment variable: no"
#endif
print
*
print
*
,
" Available complex kernels are: "
#ifdef HAVE_AVX2
print
*
,
" AVX kernels are optimized for FMA (AVX2)"
#endif
print
*
call
print_options
(
e
,
"complex_kernel"
)
print
*
...
...
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