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
edd6d3a7
Commit
edd6d3a7
authored
Apr 19, 2017
by
Andreas Marek
Browse files
Remove import of elpa1_utilities from test cases
parent
ef900187
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
edd6d3a7
...
...
@@ -14,9 +14,9 @@ libelpa@SUFFIX@_public_la_SOURCES = \
src/elpa_driver/legacy_interface/elpa_legacy.F90
\
src/elpa1/legacy_interface/elpa1_legacy.F90
\
src/elpa2/legacy_interface/elpa2_legacy.F90
\
src/elpa2/elpa2_utilities.F90
\
src/elpa1/legacy_interface/elpa1_auxiliary_legacy.F90
\
src/elpa1/elpa1_auxiliary_new_interface.F90
\
src/elpa2/elpa2_utilities.F90
\
src/elpa_t.F90
\
src/general/elpa_utilities.F90
...
...
test/Fortran/test_complex_gpu.F90
View file @
edd6d3a7
...
...
@@ -78,7 +78,7 @@ program test_complex_gpu_version_double_precision
use
mod_check_for_gpu
,
only
:
check_for_gpu
use
elpa_utilities
,
only
:
error_unit
use
elpa1_utilities
!
use elpa1_utilities
#ifdef WITH_OPENMP
use
test_util
#endif
...
...
test/Fortran/test_complex_gpu_single.F90
View file @
edd6d3a7
...
...
@@ -78,7 +78,7 @@ program test_complex_gpu_version_single_precision
use
mod_check_for_gpu
,
only
:
check_for_gpu
use
elpa_utilities
,
only
:
error_unit
use
elpa1_utilities
!
use elpa1_utilities
#ifdef WITH_OPENMP
use
test_util
#endif
...
...
test/Fortran/test_real.F90
View file @
edd6d3a7
...
...
@@ -76,7 +76,7 @@ program test_real_double_precision
use
precision
use
elpa1
use
elpa_utilities
,
only
:
error_unit
use
elpa1_utilities
!
use elpa1_utilities
#ifdef WITH_OPENMP
use
test_util
#endif
...
...
test/Fortran/test_real_gpu.F90
View file @
edd6d3a7
...
...
@@ -79,7 +79,7 @@ program test_real_gpu_version_double_precision
use
mod_check_for_gpu
,
only
:
check_for_gpu
use
elpa_utilities
,
only
:
error_unit
use
elpa1_utilities
!
use elpa1_utilities
#ifdef WITH_OPENMP
use
test_util
#endif
...
...
test/Fortran/test_real_gpu_single.F90
View file @
edd6d3a7
...
...
@@ -79,7 +79,7 @@ program test_real_gpu_version_single_precision
use
mod_check_for_gpu
,
only
:
check_for_gpu
use
elpa_utilities
,
only
:
error_unit
use
elpa1_utilities
!
use elpa1_utilities
#ifdef WITH_OPENMP
use
test_util
#endif
...
...
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