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
15
Issues
15
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
bf800d3e
Commit
bf800d3e
authored
Mar 07, 2019
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No assumed size for simple block6
parent
5ae53d29
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
36 deletions
+36
-36
src/elpa2/compute_hh_trafo.F90
src/elpa2/compute_hh_trafo.F90
+21
-21
src/elpa2/kernels/real_simple_block6.F90
src/elpa2/kernels/real_simple_block6.F90
+15
-15
No files found.
src/elpa2/compute_hh_trafo.F90
View file @
bf800d3e
...
...
@@ -81,9 +81,9 @@
use
real_generic_simple_block4_kernel
!, only : double_hh_trafo_generic_simple
#endif
#if defined(WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL) && !(defined(USE_ASSUMED_SIZE))
use
real_generic_simple_block6_kernel
!, only : double_hh_trafo_generic_simple
#endif
!
#if defined(WITH_REAL_GENERIC_SIMPLE_BLOCK6_KERNEL) && !(defined(USE_ASSUMED_SIZE))
!
use real_generic_simple_block6_kernel !, only : double_hh_trafo_generic_simple
!
#endif
#if defined(WITH_REAL_GENERIC_KERNEL) && !(defined(USE_ASSUMED_SIZE))
use
real_generic_kernel
!, only : double_hh_trafo_generic
...
...
@@ -1450,36 +1450,36 @@
#ifdef WITH_OPENMP
#ifdef USE_ASSUMED_SIZE
!
#ifdef USE_ASSUMED_SIZE
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
PRECISION
&
&
(
a
(
1
,
j
+
off
+
a_off
-5
,
istripe
,
my_thread
),
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
#else
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
PRECISION
&
&
(
a
(
1
:
stripe_width
,
j
+
off
+
a_off
-5
:
j
+
off
+
a_off
-1
,
istripe
,
my_thread
),
w
(
1
:
nbw
,
1
:
6
),
&
nbw
,
nl
,
stripe_width
,
nbw
)
#endif
!
#else
!
call hexa_hh_trafo_&
!
&MATH_DATATYPE&
!
&_generic_simple_6hv_&
!
&PRECISION&
!
& (a(1:stripe_width,j+off+a_off-5:j+off+a_off-1,istripe,my_thread), w(1:nbw,1:6), &
!
nbw, nl, stripe_width, nbw)
!
#endif
#else /* WITH_OPENMP */
#ifdef USE_ASSUMED_SIZE
!
#ifdef USE_ASSUMED_SIZE
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
PRECISION
&
&
(
a
(
1
,
j
+
off
+
a_off
-5
,
istripe
),
w
,
nbw
,
nl
,
stripe_width
,
nbw
)
#else
call
hexa_hh_trafo_
&
&
MATH_DATATYPE
&
&
_
generic_simple_6hv_
&
&
PRECISION
&
&
(
a
(
1
:
stripe_width
,
j
+
off
+
a_off
-5
:
j
+
off
+
a_off
+
nbw
-1
,
istripe
),
w
(
1
:
nbw
,
1
:
6
),
&
nbw
,
nl
,
stripe_width
,
nbw
)
#endif
!
#else
!
call hexa_hh_trafo_&
!
&MATH_DATATYPE&
!
&_generic_simple_6hv_&
!
&PRECISION&
!
& (a(1:stripe_width,j+off+a_off-5:j+off+a_off+nbw-1,istripe), w(1:nbw,1:6), &
!
nbw, nl, stripe_width, nbw)
!
#endif
#endif /* WITH_OPENMP */
enddo
do
jj
=
j
,
4
,
-4
...
...
src/elpa2/kernels/real_simple_block6.F90
View file @
bf800d3e
...
...
@@ -60,18 +60,18 @@
#endif
#include "config-f90.h"
#ifndef USE_ASSUMED_SIZE
module
real_generic_simple_block6_kernel
private
public
hexa_hh_trafo_real_generic_simple_6hv_double
#ifdef WANT_SINGLE_PRECISION_REAL
public
hexa_hh_trafo_real_generic_simple_6hv_single
#endif
contains
#endif
!
#ifndef USE_ASSUMED_SIZE
!
module real_generic_simple_block6_kernel
!
!
private
!
public hexa_hh_trafo_real_generic_simple_6hv_double
!
!
#ifdef WANT_SINGLE_PRECISION_REAL
!
public hexa_hh_trafo_real_generic_simple_6hv_single
!
#endif
!
!
contains
!
#endif
#define REALCASE 1
#define DOUBLE_PRECISION 1
...
...
@@ -89,7 +89,7 @@ module real_generic_simple_block6_kernel
#undef SINGLE_PRECISION
#endif
#ifndef USE_ASSUMED_SIZE
end
module
real_generic_simple_block6_kernel
#endif
!
#ifndef USE_ASSUMED_SIZE
!
end module real_generic_simple_block6_kernel
!
#endif
! --------------------------------------------------------------------------------------------------
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