Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Anoop Chandran
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