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
abb604fa
Unverified
Commit
abb604fa
authored
Jun 14, 2016
by
Andreas Marek
Browse files
Make auxiliary functions public via elpa1 module
parent
6cee724b
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1.F90
View file @
abb604fa
...
...
@@ -87,8 +87,6 @@ module ELPA1
implicit
none
PRIVATE
! By default, all routines contained are private
! The following routines are public:
public
::
get_elpa_row_col_comms
!< old, deprecated interface: Sets MPI row/col communicators
...
...
src/elpa1_auxiliary.F90
View file @
abb604fa
...
...
@@ -56,8 +56,6 @@
module
elpa1_auxiliary
implicit
none
PRIVATE
! set default to private
public
::
mult_at_b_real
!< Multiply real matrices A**T * B
public
::
mult_ah_b_complex
!< Multiply complex matrices A**H * B
...
...
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