Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
fleur
fleur
Commits
7b37d56b
Commit
7b37d56b
authored
Sep 15, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for last bugfix to io/eig66_mpi.F90
Replace MIN by MAX
parent
6daac5c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
io/eig66_mpi.F90
io/eig66_mpi.F90
+1
-1
No files found.
io/eig66_mpi.F90
View file @
7b37d56b
...
...
@@ -167,7 +167,7 @@ CONTAINS
CALL
MPI_TYPE_SIZE
(
MPI_INTEGER
,
type_size
,
e
)
ENDIF
if
(
length
.ne.
1
)
call
judft_error
(
"Bug in eig66_mpi:create_memory"
)
length
=
M
IN
(
1
,
slot_size
*
local_slots
)
length
=
M
AX
(
1
,
slot_size
*
local_slots
)
length
=
length
*
type_size
...
...
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