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
ef900187
Commit
ef900187
authored
Apr 19, 2017
by
Andreas Marek
Browse files
Make module elpa1_utilities library private
parent
9947673b
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
ef900187
...
...
@@ -16,7 +16,6 @@ libelpa@SUFFIX@_public_la_SOURCES = \
src/elpa2/legacy_interface/elpa2_legacy.F90
\
src/elpa1/legacy_interface/elpa1_auxiliary_legacy.F90
\
src/elpa1/elpa1_auxiliary_new_interface.F90
\
src/elpa1/elpa1_utilities.F90
\
src/elpa2/elpa2_utilities.F90
\
src/elpa_t.F90
\
src/general/elpa_utilities.F90
...
...
@@ -32,6 +31,7 @@ libelpa@SUFFIX@_private_la_SOURCES = \
src/elpa2/mod_pack_unpack_cpu.F90
\
src/elpa2/mod_compute_hh_trafo.F90
\
src/helpers/aligned_mem.F90
\
src/elpa1/elpa1_utilities.F90
\
src/elpa1/elpa1_compute_private.F90
\
src/elpa2/elpa2_determine_workload.F90
\
src/elpa2/elpa2_compute.F90
\
...
...
src/elpa1/elpa1_utilities.F90
View file @
ef900187
...
...
@@ -60,8 +60,8 @@
#include "config-f90.h"
module
ELPA
1_utilities
use
ELPA
_utilities
module
elpa
1_utilities
use
elpa
_utilities
use
precision
implicit
none
...
...
@@ -98,4 +98,4 @@ module ELPA1_utilities
end
function
gpu_usage_via_environment_variable
!-------------------------------------------------------------------------------
end
module
ELPA
1_utilities
end
module
elpa
1_utilities
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