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
55
Issues
55
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
d8afa3fa
Commit
d8afa3fa
authored
Oct 30, 2018
by
Matthias Redies
1
Browse files
Options
Browse Files
Download
Plain Diff
fix for too may communicators error
parents
c82f869e
9abd67f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
types/types_mpimat.F90
types/types_mpimat.F90
+2
-0
No files found.
types/types_mpimat.F90
View file @
d8afa3fa
...
...
@@ -408,8 +408,10 @@ CONTAINS
mat
%
blacsdata
%
blacs_desc
(
4
)
=
global_size2
mat
%
global_size1
=
global_size1
mat
%
global_size2
=
global_size2
#ifdef CPP_SCALAPACK
mat
%
matsize1
=
NUMROC
(
global_size1
,
mat
%
blacsdata
%
blacs_desc
(
5
),
mat
%
blacsdata
%
myrow
,
mat
%
blacsdata
%
blacs_desc
(
7
),
mat
%
blacsdata
%
nprow
)
mat
%
matsize1
=
NUMROC
(
global_size2
,
mat
%
blacsdata
%
blacs_desc
(
6
),
mat
%
blacsdata
%
mycol
,
mat
%
blacsdata
%
blacs_desc
(
8
),
mat
%
blacsdata
%
npcol
)
#endif
ELSE
mat
%
matsize1
=
templ
%
matsize1
mat
%
matsize2
=
templ
%
matsize2
...
...
Gustav Bihlmayer
@gbihl
mentioned in issue
#245 (closed)
·
May 09, 2019
mentioned in issue
#245 (closed)
mentioned in issue #245
Toggle commit list
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