Skip to content
GitLab
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
671f16fb
Commit
671f16fb
authored
Jan 03, 2018
by
Pavel Kus
Browse files
Merge remote-tracking branch 'origin/master_pre_stage' into pkus/generalized
parents
b5c6f576
2f1729ea
Changes
37
Hide whitespace changes
Inline
Side-by-side
test/C/test.c
View file @
671f16fb
...
...
@@ -135,8 +135,8 @@ int main(int argc, char** argv) {
nev
=
atoi
(
argv
[
2
]);
nblk
=
atoi
(
argv
[
3
]);
}
else
{
na
=
10
00
;
nev
=
5
0
0
;
na
=
5
00
;
nev
=
2
50
;
nblk
=
16
;
}
...
...
test/C/test_autotune.c
View file @
671f16fb
...
...
@@ -126,8 +126,8 @@ int main(int argc, char** argv) {
nev
=
atoi
(
argv
[
2
]);
nblk
=
atoi
(
argv
[
3
]);
}
else
{
na
=
10
00
;
nev
=
5
0
0
;
na
=
5
00
;
nev
=
2
50
;
nblk
=
16
;
}
...
...
test/Fortran/driver/legacy_interface/legacy_complex_driver.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/driver/legacy_interface/legacy_real_driver.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/driver/legacy_interface/legacy_single_complex_driver.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/driver/legacy_interface/legacy_single_real_driver.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_complex.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_complex_gpu.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_real.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
4
000, 150
0
, 16)
!> If these values are not set default values (
5
000, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_real_gpu.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_single_complex.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_single_complex_gpu.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_single_real.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa1/legacy_interface/legacy_single_real_gpu.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa2/complex_2stage_banded.F90
View file @
671f16fb
...
...
@@ -54,7 +54,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa2/legacy_interface/legacy_complex.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa2/legacy_interface/legacy_complex_api.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa2/legacy_interface/legacy_complex_default_kernel.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa2/legacy_interface/legacy_complex_gpu.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/Fortran/elpa2/legacy_interface/legacy_real.F90
View file @
671f16fb
...
...
@@ -53,7 +53,7 @@
!> By calling executable [arg1] [arg2] [arg3] [arg4]
!> one can define the size (arg1), the number of
!> Eigenvectors to compute (arg2), and the blocking (arg3).
!> If these values are not set default values (
40
00, 150
0
, 16)
!> If these values are not set default values (
5
00, 150, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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