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
51
Issues
51
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
3622031f
Commit
3622031f
authored
Sep 07, 2018
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small bugfixes in mpi_bc_tools
parent
76d6d06a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mpi/mpi_bc_tool.F90
mpi/mpi_bc_tool.F90
+3
-3
No files found.
mpi/mpi_bc_tool.F90
View file @
3622031f
...
@@ -12,9 +12,9 @@ MODULE m_mpi_bc_tool
...
@@ -12,9 +12,9 @@ MODULE m_mpi_bc_tool
!This interface is used to broadcast data. On the recieving PE the data-array is first allocated to
!This interface is used to broadcast data. On the recieving PE the data-array is first allocated to
!have the same shape as the one on irank
!have the same shape as the one on irank
INTERFACE
mpi_bc
INTERFACE
mpi_bc
MODULE
PROCEDURE
::
mpi_bc_int
,
mpi_bc_int1
,
mpi_bc_int2
,
mpi_bc_int3
,
mpi_bc_int4
,
mpi_bc_int5
MODULE
PROCEDURE
mpi_bc_int
,
mpi_bc_int1
,
mpi_bc_int2
,
mpi_bc_int3
,
mpi_bc_int4
,
mpi_bc_int5
MODULE
PROCEDURE
::
mpi_bc_real
,
mpi_bc_real1
,
mpi_bc_real2
,
mpi_bc_real3
,
mpi_bc_real4
,
mpi_bc_real5
MODULE
PROCEDURE
mpi_bc_real
,
mpi_bc_real1
,
mpi_bc_real2
,
mpi_bc_real3
,
mpi_bc_real4
,
mpi_bc_real5
MODULE
PROCEDURE
::
mpi_bc_complex
,
mpi_bc_complex1
,
mpi_bc_complex2
,
mpi_bc_complex3
,
mpi_bc_complex4
,
mpi_bc_complex5
MODULE
PROCEDURE
mpi_bc_complex
,
mpi_bc_complex1
,
mpi_bc_complex2
,
mpi_bc_complex3
,
mpi_bc_complex4
,
mpi_bc_complex5
END
INTERFACE
mpi_bc
END
INTERFACE
mpi_bc
PUBLIC
::
mpi_bc
PUBLIC
::
mpi_bc
...
...
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