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
da40a910
Commit
da40a910
authored
May 24, 2016
by
Andreas Marek
Browse files
Merge branch 'bugfixes_current_release'
parents
a4f915b0
ba157586
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
da40a910
...
@@ -1230,6 +1230,7 @@ test_project:
...
@@ -1230,6 +1230,7 @@ test_project:
-
./test_real
-
./test_real
-
make distclean
-
make distclean
-
popd
-
popd
-
pushd build
-
make distclean
-
make distclean
-
rm -rf installdest
-
rm -rf installdest
test_project/src/test_real.F90
View file @
da40a910
...
@@ -153,6 +153,12 @@ program test_real_example
...
@@ -153,6 +153,12 @@ program test_real_example
na_rows
=
numroc
(
na
,
nblk
,
my_prow
,
0
,
np_rows
)
na_rows
=
numroc
(
na
,
nblk
,
my_prow
,
0
,
np_rows
)
na_cols
=
numroc
(
na
,
nblk
,
my_pcol
,
0
,
np_cols
)
na_cols
=
numroc
(
na
,
nblk
,
my_pcol
,
0
,
np_cols
)
! All ELPA routines need MPI communicators for communicating within
! rows or columns of processes, these are set in get_elpa_communicators.
mpierr
=
get_elpa_communicators
(
mpi_comm_world
,
my_prow
,
my_pcol
,
&
mpi_comm_rows
,
mpi_comm_cols
)
! set up the scalapack descriptor for the checks below
! set up the scalapack descriptor for the checks below
! For ELPA the following restrictions hold:
! For ELPA the following restrictions hold:
! - block sizes in both directions must be identical (args 4 a. 5)
! - block sizes in both directions must be identical (args 4 a. 5)
...
...
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