Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
4a322ee6
Commit
4a322ee6
authored
Dec 11, 2018
by
Pavel Kus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correcting error message
parent
117845d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/elpa_impl.F90
src/elpa_impl.F90
+1
-1
No files found.
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
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