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
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
2f1729ea
Commit
2f1729ea
authored
Jan 03, 2018
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change defaults for test parameters
parent
8b5fa5e3
Changes
37
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
48 additions
and
48 deletions
+48
-48
test/C/test.c
test/C/test.c
+2
-2
test/C/test_autotune.c
test/C/test_autotune.c
+2
-2
test/Fortran/driver/legacy_interface/legacy_complex_driver.F90
...Fortran/driver/legacy_interface/legacy_complex_driver.F90
+1
-1
test/Fortran/driver/legacy_interface/legacy_real_driver.F90
test/Fortran/driver/legacy_interface/legacy_real_driver.F90
+1
-1
test/Fortran/driver/legacy_interface/legacy_single_complex_driver.F90
.../driver/legacy_interface/legacy_single_complex_driver.F90
+1
-1
test/Fortran/driver/legacy_interface/legacy_single_real_driver.F90
...ran/driver/legacy_interface/legacy_single_real_driver.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_complex.F90
test/Fortran/elpa1/legacy_interface/legacy_complex.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_complex_gpu.F90
test/Fortran/elpa1/legacy_interface/legacy_complex_gpu.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_real.F90
test/Fortran/elpa1/legacy_interface/legacy_real.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_real_gpu.F90
test/Fortran/elpa1/legacy_interface/legacy_real_gpu.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_single_complex.F90
.../Fortran/elpa1/legacy_interface/legacy_single_complex.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_single_complex_gpu.F90
...tran/elpa1/legacy_interface/legacy_single_complex_gpu.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_single_real.F90
test/Fortran/elpa1/legacy_interface/legacy_single_real.F90
+1
-1
test/Fortran/elpa1/legacy_interface/legacy_single_real_gpu.F90
...Fortran/elpa1/legacy_interface/legacy_single_real_gpu.F90
+1
-1
test/Fortran/elpa2/complex_2stage_banded.F90
test/Fortran/elpa2/complex_2stage_banded.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_complex.F90
test/Fortran/elpa2/legacy_interface/legacy_complex.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_complex_api.F90
test/Fortran/elpa2/legacy_interface/legacy_complex_api.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_complex_default_kernel.F90
.../elpa2/legacy_interface/legacy_complex_default_kernel.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_complex_gpu.F90
test/Fortran/elpa2/legacy_interface/legacy_complex_gpu.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_real.F90
test/Fortran/elpa2/legacy_interface/legacy_real.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_real_api.F90
test/Fortran/elpa2/legacy_interface/legacy_real_api.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_real_default_kernel.F90
...ran/elpa2/legacy_interface/legacy_real_default_kernel.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_real_gpu.F90
test/Fortran/elpa2/legacy_interface/legacy_real_gpu.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_real_qr.F90
test/Fortran/elpa2/legacy_interface/legacy_real_qr.F90
+3
-3
test/Fortran/elpa2/legacy_interface/legacy_single_complex.F90
.../Fortran/elpa2/legacy_interface/legacy_single_complex.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_complex_api.F90
...tran/elpa2/legacy_interface/legacy_single_complex_api.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_complex_default_kernel.F90
...legacy_interface/legacy_single_complex_default_kernel.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_complex_gpu.F90
...tran/elpa2/legacy_interface/legacy_single_complex_gpu.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_real.F90
test/Fortran/elpa2/legacy_interface/legacy_single_real.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_real_api.F90
...Fortran/elpa2/legacy_interface/legacy_single_real_api.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_real_default_kernel.F90
...a2/legacy_interface/legacy_single_real_default_kernel.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_real_gpu.F90
...Fortran/elpa2/legacy_interface/legacy_single_real_gpu.F90
+1
-1
test/Fortran/elpa2/legacy_interface/legacy_single_real_qr.F90
.../Fortran/elpa2/legacy_interface/legacy_single_real_qr.F90
+5
-5
test/Fortran/elpa2/real_2stage_banded.F90
test/Fortran/elpa2/real_2stage_banded.F90
+1
-1
test/Fortran/elpa2/single_complex_2stage_banded.F90
test/Fortran/elpa2/single_complex_2stage_banded.F90
+1
-1
test/Fortran/elpa2/single_real_2stage_banded.F90
test/Fortran/elpa2/single_real_2stage_banded.F90
+1
-1
test/shared/test_read_input_parameters.F90
test/shared/test_read_input_parameters.F90
+4
-4
No files found.
test/C/test.c
View file @
2f1729ea
...
...
@@ -135,8 +135,8 @@ int main(int argc, char** argv) {
nev
=
atoi
(
argv
[
2
]);
nblk
=
atoi
(
argv
[
3
]);
}
else
{
na
=
10
00
;
nev
=
50
0
;
na
=
5
00
;
nev
=
25
0
;
nblk
=
16
;
}
...
...
test/C/test_autotune.c
View file @
2f1729ea
...
...
@@ -126,8 +126,8 @@ int main(int argc, char** argv) {
nev
=
atoi
(
argv
[
2
]);
nblk
=
atoi
(
argv
[
3
]);
}
else
{
na
=
10
00
;
nev
=
50
0
;
na
=
5
00
;
nev
=
25
0
;
nblk
=
16
;
}
...
...
test/Fortran/driver/legacy_interface/legacy_complex_driver.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
5000, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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 @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_api.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_default_kernel.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_gpu.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_qr.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
@@ -141,8 +141,8 @@ program test_real2_default_kernel_qr_decomposition_double_precision
! endif
! nblk = 2
! na =
40
00
! nev = 150
0
! na =
5
00
! nev = 150
! ! make sure na, nbl is even
! if (mod(nblk,2 ) .ne. 0) then
...
...
test/Fortran/elpa2/legacy_interface/legacy_single_complex.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_complex_api.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_complex_default_kernel.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_complex_gpu.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_real.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_real_api.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_real_default_kernel.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_real_gpu.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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_single_real_qr.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
@@ -143,11 +143,11 @@ program test_real2_default_kernel_qr_decomposition_single_precision
! ! override nblk
! nblk = 2
! na =
40
00
! nev = 150
0
! na =
5
00
! nev = 150
!! nblk = 32
! ! na =
40
00
! ! nev = 150
0
! ! na =
5
00
! ! nev = 150
!
! ! make sure na, nbl is even
! if (mod(nblk,2 ) .ne. 0) then
...
...
test/Fortran/elpa2/real_2stage_banded.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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/single_complex_2stage_banded.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 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/single_real_2stage_banded.F90
View file @
2f1729ea
...
...
@@ -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 (
4000, 150
0, 16)
!> If these values are not set default values (
500, 15
0, 16)
!> are choosen.
!> If these values are set the 4th argument can be
!> "output", which specifies that the EV's are written to
...
...
test/shared/test_read_input_parameters.F90
View file @
2f1729ea
...
...
@@ -215,8 +215,8 @@ module test_read_input_parameters
! default parameters
input_options
%
datatype
=
1
input_options
%
na
=
40
00
input_options
%
nev
=
150
0
input_options
%
na
=
5
00
input_options
%
nev
=
150
input_options
%
nblk
=
16
input_options
%
write_to_file
%
eigenvectors
=
.false.
...
...
@@ -350,8 +350,8 @@ module test_read_input_parameters
integer
(
kind
=
ik
)
::
mpierr
! default parameters
na
=
4
000
nev
=
150
0
na
=
5
000
nev
=
150
nblk
=
16
write_to_file
%
eigenvectors
=
.false.
write_to_file
%
eigenvalues
=
.false.
...
...
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