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
fbfe9a55
Commit
fbfe9a55
authored
May 24, 2017
by
Andreas Marek
Browse files
Start a documentation on how to switch from legacy to new API
parent
681ab7bc
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
SWITCHING_TO_NEW_INTERFACE.md
0 → 100644
View file @
fbfe9a55
This diff is collapsed.
Click to expand it.
src/elpa2/elpa2_trans_ev_tridi_to_band_template.X90
View file @
fbfe9a55
...
...
@@ -252,7 +252,7 @@
logical
,
intent
(
in
)
::
wantDebug
logical
::
success
integer
(
kind
=
ik
)
::
istat
integer
(
kind
=
ik
)
::
istat
,
print_flops
character
(
200
)
::
errorMessage
logical
::
successCUDA
#ifndef WITH_MPI
...
...
@@ -2578,7 +2578,8 @@
#else /* WITH_MPI */
if
(
my_prow
==
0
.and.
my_pcol
==
0
.and.
obj
%
get
(
"print_flops"
)
==
1
)
&
call
obj
%
get
(
"print_flops"
,
print_flops
)
if
(
my_prow
==
0
.and.
my_pcol
==
0
.and.
print_flops
==
1
)
&
write
(
error_unit
,
'(" Kernel time:",f10.3," MFlops: ",es12.5)'
)
kernel_time
,
kernel_flops
/
kernel_time
*
1.d-6
#endif /* WITH_MPI */
...
...
test_project/configure.ac
View file @
fbfe9a55
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[201
6.11
.001.
pre
], elpa-library@rzg.mpg.de)
elpaversion="201
6.11
.001.
pre
"
AC_INIT([elpa_test_project],[201
7.05
.001.
rc1
], elpa-library@rzg.mpg.de)
elpaversion="201
7.05
.001.
rc1
"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
fbfe9a55
AC_PREREQ([2.69])
AC_INIT([elpa2_test_project],[201
6.11
.001.
pre
], elpa-library@rzg.mpg.de)
elpaversion="201
6.11
.001.
pre
"
AC_INIT([elpa2_test_project],[201
7.05
.001.
rc1
], elpa-library@rzg.mpg.de)
elpaversion="201
7.05
.001.
rc1
"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
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