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
0b19d06a
Unverified
Commit
0b19d06a
authored
Feb 11, 2015
by
Andreas Marek
Browse files
Error in BGQ kernel detection
Error in configure test program fixed
parent
ff13970b
Changes
4
Show whitespace changes
Inline
Side-by-side
configure
View file @
0b19d06a
...
...
@@ -6523,7 +6523,7 @@ $as_echo_n "checking whether we can compile with BGQ intrinsics... " >&6; }
cat > conftest.$ac_ext <<_ACEOF
program test_bgq
VECTOR(REAL(8))::QPX_x
1
VECTOR(REAL(8))::QPX_x
2
real*8 :: hh(10,2))
QPX_h2 = VEC_SPLATS(hh(2,2))
...
...
configure.ac
View file @
0b19d06a
...
...
@@ -450,7 +450,7 @@ AC_MSG_CHECKING([whether we can compile with BGQ intrinsics])
AC_LINK_IFELSE([AC_LANG_SOURCE([
program test_bgq
VECTOR(REAL(8))::QPX_x
1
VECTOR(REAL(8))::QPX_x
2
real*8 :: hh(10,2))
QPX_h2 = VEC_SPLATS(hh(2,2))
...
...
src/elpa2.F90
View file @
0b19d06a
...
...
@@ -2837,7 +2837,7 @@ subroutine trans_ev_tridi_to_band_real(na, nev, nblk, nbw, q, ldq, &
#endif
#if defined(WITH_REAL_BGQ_KERNEL)
use
real_bg
p
_kernel
,
only
:
double_hh_trafo_bgq
use
real_bg
q
_kernel
,
only
:
double_hh_trafo_bgq
#endif
#ifdef HAVE_DETAILED_TIMINGS
use
timings
...
...
src/elpa2_kernels/elpa2_kernels_real_bgq.f90
View file @
0b19d06a
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