Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
99a663ee
Commit
99a663ee
authored
Aug 08, 2017
by
Andreas Marek
Browse files
in the legacy interface use given MPI comms
parent
1cd2bb99
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/legacy_interface/elpa1_template.F90
View file @
99a663ee
...
...
@@ -119,8 +119,8 @@ function elpa_solve_evp_&
call
e
%
set
(
"nblk"
,
nblk
)
call
e
%
set
(
"mpi_comm_parent"
,
mpi_comm_all
)
call
e
%
set
(
"
process
_row"
,
m
y_p
row
)
call
e
%
set
(
"
process
_col"
,
m
y_p
col
)
call
e
%
set
(
"
mpi_comm
_row
s
"
,
m
pi_comm_
row
s
)
call
e
%
set
(
"
mpi_comm
_col
s
"
,
m
pi_comm_
col
s
)
call
e
%
set
(
"timings"
,
1
)
...
...
src/elpa2/legacy_interface/elpa2_template.F90
View file @
99a663ee
...
...
@@ -111,8 +111,8 @@
call
e
%
set
(
"nblk"
,
nblk
)
call
e
%
set
(
"mpi_comm_parent"
,
mpi_comm_all
)
call
e
%
set
(
"
process
_row"
,
m
y_p
row
)
call
e
%
set
(
"
process
_col"
,
m
y_p
col
)
call
e
%
set
(
"
mpi_comm
_row
s
"
,
m
pi_comm_
row
s
)
call
e
%
set
(
"
mpi_comm
_col
s
"
,
m
pi_comm_
col
s
)
call
e
%
set
(
"timings"
,
1
)
...
...
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