Skip to content
GitLab
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
3aa7f40f
Commit
3aa7f40f
authored
Aug 14, 2018
by
Pavel Kus
Browse files
setting mpi-related parameters consistently for non-mpi case
parent
cb4464ff
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
3aa7f40f
...
...
@@ -444,6 +444,14 @@ module elpa_impl
! Otherwise parameters are missing
error
=
ELPA_ERROR
#else
call
self
%
set
(
"process_row"
,
0
,
error
)
call
self
%
set
(
"process_col"
,
0
,
error
)
call
self
%
set
(
"process_id"
,
0
,
error
)
call
self
%
set
(
"is_process_id_zero"
,
1
,
error
)
call
self
%
set
(
"num_process_rows"
,
1
,
error
)
call
self
%
set
(
"num_process_cols"
,
1
,
error
)
call
self
%
set
(
"num_processes"
,
1
,
error
)
#endif
end
function
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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