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
4a322ee6
Commit
4a322ee6
authored
Dec 11, 2018
by
Pavel Kus
Browse files
correcting error message
parent
117845d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
4a322ee6
...
...
@@ -1087,7 +1087,7 @@ module elpa_impl
call
MPI_Allreduce
(
sendbuf
,
recvbuf
,
1
,
MPI_REAL8
,
MPI_SUM
,
mpi_comm_parent
,
mpierr
)
if
(
mpierr
.ne.
MPI_SUCCESS
)
then
call
MPI_ERROR_STRING
(
mpierr
,
mpierr_string
,
mpi_string_length
,
mpierr2
)
write
(
error_unit
,
*
)
"MPI ERROR occured during
mpi_comm_split for row communicator
: "
,
trim
(
mpierr_string
)
write
(
error_unit
,
*
)
"MPI ERROR occured during
elpa_autotune_step
: "
,
trim
(
mpierr_string
)
return
endif
time_spent
=
recvbuf
(
1
)
/
np_total
...
...
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