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
52
Issues
52
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
f1db4805
Commit
f1db4805
authored
Jun 27, 2017
by
Uliana Alekseeva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test for the elpa_2016.05.003 was changed so that it can be
distinguished from the version 2016.05.004
parent
b303443b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cmake/tests/test_ELPA_201605003.f90
cmake/tests/test_ELPA_201605003.f90
+3
-3
No files found.
cmake/tests/test_ELPA_201605003.f90
View file @
f1db4805
program
test
use
elpa1
integer
::
ierr
,
mpi_subcom
,
myrowblacs
,
mycolblacs
integer
::
mpi_comm_rows
,
mpi_comm_cols
,
m
,
nb
,
mycolssca
integer
::
mpi_comm_rows
,
mpi_comm_cols
,
m
,
nb
,
mycolssca
,
myrowssca
logical
::
ok
real
::
bsca
(
10
,
10
)
ok
=
CHOLESKY_real
(
m
,
bsca
,
SIZE
(
bsca
,
1
),
nb
,
mycolssca
,
mpi_comm_rows
,
mpi_comm_cols
,
.false.
)
real
::
bsca
(
10
,
10
)
,
asca
(
10
,
10
),
eigvec
(
10
,
10
)
ok
=
mult_at_b_real
(
'U'
,
'L'
,
m
,
m
,
bsca
,
myrowssca
,
asca
,
SIZE
(
asca
,
1
),
nb
,
mpi_comm_rows
,
mpi_comm_cols
,
eigvec
,
myrowssca
)
end
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