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
c20ab6b3
Commit
c20ab6b3
authored
Aug 29, 2017
by
Pavel Kus
Committed by
Andreas Marek
Sep 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed piece of code same for real and complex
parent
1de3ba91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
+0
-21
No files found.
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
c20ab6b3
...
...
@@ -1323,12 +1323,8 @@
call
MPI_Wait
(
bottom_recv_request
(
i
),
MPI_STATUS_IGNORE
,
mpierr
)
if
(
wantDebug
)
call
obj
%
timer
%
stop
(
"mpi_communication"
)
#endif
#if REALCASE == 1
call
obj
%
timer
%
start
(
"OpenMP parallel"
//
PRECISION_SUFFIX
)
!$omp parallel do private(my_thread, n_off, b_len, b_off), schedule(static, 1)
do
my_thread
=
1
,
max_threads
n_off
=
current_local_n
+
a_off
...
...
@@ -1339,23 +1335,6 @@
enddo
!$omp end parallel do
call
obj
%
timer
%
stop
(
"OpenMP parallel"
//
PRECISION_SUFFIX
)
#endif
#if COMPLEXCASE == 1
call
obj
%
timer
%
start
(
"OpenMP parallel_PRECISION"
)
!$omp parallel do private(my_thread, n_off, b_len, b_off), schedule(static, 1)
do
my_thread
=
1
,
max_threads
n_off
=
current_local_n
+
a_off
b_len
=
csw
*
nbw
b_off
=
(
my_thread
-1
)
*
b_len
aIntern
(
1
:
csw
,
n_off
+1
:
n_off
+
nbw
,
i
,
my_thread
)
=
&
reshape
(
bottom_border_recv_buffer
(
b_off
+1
:
b_off
+
b_len
,
i
),
(/
csw
,
nbw
/))
enddo
!$omp end parallel do
call
obj
%
timer
%
stop
(
"OpenMP parallel_PRECISION"
)
#endif
#else /* WITH_OPENMP */
#ifdef 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