Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
56
Issues
56
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
fc509587
Commit
fc509587
authored
Jul 31, 2019
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing broadcasts for atoms%lda_u(:)%phi and atoms%lda_u(:)%theta in mpi_bc_all
parent
cb86a4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mpi/mpi_bc_all.F90
mpi/mpi_bc_all.F90
+2
-0
No files found.
mpi/mpi_bc_all.F90
View file @
fc509587
...
...
@@ -224,6 +224,8 @@ CONTAINS
CALL
MPI_BCAST
(
atoms
%
lda_u
(:)
%
j
,
atoms
%
n_u
,
MPI_DOUBLE_PRECISION
,
0
,
mpi
%
mpi_comm
,
ierr
)
CALL
MPI_BCAST
(
atoms
%
lda_u
(:)
%
l_amf
,
atoms
%
n_u
,
MPI_LOGICAL
,
0
,
mpi
%
mpi_comm
,
ierr
)
CALL
MPI_BCAST
(
atoms
%
lda_u
(:)
%
atomType
,
atoms
%
n_u
,
MPI_INTEGER
,
0
,
mpi
%
mpi_comm
,
ierr
)
CALL
MPI_BCAST
(
atoms
%
lda_u
(:)
%
phi
,
atoms
%
n_u
,
MPI_DOUBLE_PRECISION
,
0
,
mpi
%
mpi_comm
,
ierr
)
CALL
MPI_BCAST
(
atoms
%
lda_u
(:)
%
theta
,
atoms
%
n_u
,
MPI_DOUBLE_PRECISION
,
0
,
mpi
%
mpi_comm
,
ierr
)
CALL
MPI_BCAST
(
atoms
%
lapw_l
,
atoms
%
ntype
,
MPI_INTEGER
,
0
,
mpi
%
mpi_comm
,
ierr
)
n
=
7
*
7
*
3
*
sym
%
nop
...
...
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