Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
e2d9b343
Commit
e2d9b343
authored
Aug 01, 2017
by
Andreas Marek
Browse files
Intel compiler complains about unset array
parent
26a4b3e7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/shared/test_blacs_infrastructure.F90
View file @
e2d9b343
...
...
@@ -96,10 +96,12 @@ module test_blacs_infrastructure
np_cols
,
&
my_blacs_ctxt
,
info
integer
(
kind
=
ik
),
intent
(
out
)
::
na_rows
,
na_cols
,
sc_desc
(
1
:
9
)
#ifdef WITH_MPI
integer
(
kind
=
ik
),
external
::
numroc
integer
(
kind
=
ik
)
::
mpierr
sc_desc
(:)
=
0
! determine the neccessary size of the distributed matrices,
! we use the scalapack tools routine NUMROC
...
...
Write
Preview
Supports
Markdown
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