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
4c958401
Commit
4c958401
authored
May 17, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error in qr decomposition patch: issue opened
parent
d36bddda
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
Makefile.am
Makefile.am
+6
-2
test/fortran_test_programs/test_real2_default_kernel_qr_decomposition.F90
...t_programs/test_real2_default_kernel_qr_decomposition.F90
+6
-6
No files found.
Makefile.am
View file @
4c958401
...
...
@@ -317,8 +317,12 @@ TESTS = $(check_SCRIPTS)
chmod
+x
$@
## this one does not want any arguments
#elpa2_test_real_default_kernel_qr_decomposition@SUFFIX@.sh:
# echo '$(wrapper)./elpa2_test_real_default_kernel_qr_decomposition@SUFFIX@' > $@
elpa2_test_real_default_kernel_qr_decomposition@SUFFIX@.sh
:
echo
'
$(wrapper)
./elpa2_test_real_default_kernel_qr_decomposition@SUFFIX@'
>
$@
chmod
+x
$@
#elpa2_test_real_default_kernel_qr_decomposition_single_precision@SUFFIX@.sh:
# echo '$(wrapper)./elpa2_test_real_default_kernel_qr_decomposition_single_precision@SUFFIX@' > $@
# chmod +x $@
# Preprocessed files (just used for manual inspection)
...
...
test/fortran_test_programs/test_real2_default_kernel_qr_decomposition.F90
View file @
4c958401
...
...
@@ -137,15 +137,15 @@ program test_real2
success
=
.true.
!write_to_file = .false.
!
if (COMMAND_ARGUMENT_COUNT() /= 0) then
!
write(error_unit,*) "This program does not support any command-line arguments"
!
stop 1
!
endif
if
(
COMMAND_ARGUMENT_COUNT
()
/
=
0
)
then
write
(
error_unit
,
*
)
"This program does not support any command-line arguments"
stop
1
endif
! override nblk
nblk
=
2
!
na = 4000
!
nev = 1500
na
=
4000
nev
=
1500
! make sure na is even
if
(
mod
(
na
,
nblk
)
.ne.
0
)
then
...
...
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