Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
5b35cccf
Commit
5b35cccf
authored
Jun 04, 2017
by
Andreas Marek
Browse files
Man page for elpa_uninit
parent
8e45a7a0
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile.am
View file @
5b35cccf
...
...
@@ -363,7 +363,8 @@ dist_man_MANS = \
man/elpa2_print_kernels.1
\
man/elpa_init.3
\
man/elpa_allocate.3
\
man/elpa_setup.3
man/elpa_setup.3
\
man/elpa_uninit.3
if
ENABLE_LEGACY
dist_man_MANS
+=
\
...
...
man/elpa_allocate.3
View file @
5b35cccf
...
...
@@ -45,4 +45,4 @@ Allocate an ELPA object. The function \fBelpa_init\fP(3) must be called once BEF
.br
.SH "SEE ALSO"
.br
\fBelpa2_print_kernels\fP(1) \f
P
elpa_init\fP(3) \f
P
elpa_set\fP(3) \f
P
elpa_setup\fP(3)
\fBelpa2_print_kernels\fP(1) \f
B
elpa_init\fP(3) \f
B
elpa_set\fP(3) \f
B
elpa_setup\fP(3)
\fBelpa_uninit\fP(3)
man/elpa_init.3
View file @
5b35cccf
...
...
@@ -50,4 +50,4 @@ with the \fBelpa_strerr\fP(3) function.
.br
.SH "SEE ALSO"
.br
\fBelpa2_print_kernels\fP(1) \fBelpa_allocate\fP(3) \fPelpa_set\fP(3) \fPelpa_setup\fP(3)
\fBelpa2_print_kernels\fP(1) \fBelpa_allocate\fP(3) \fPelpa_set\fP(3) \fPelpa_setup\fP(3)
\fPelpa_uninit\fP(3)
man/elpa_uninit.3
0 → 100644
View file @
5b35cccf
.TH "elpa_uninit" 3 "Sat Jun 3 2017" "ELPA" \" -*- nroff -*-
.ad l
.nh
.SH NAME
elpa_uninit \- uninitialize the ELPA library
.br
.SH SYNOPSIS
.br
.SS FORTRAN INTERFACE
use elpa
.br
class(elpa_t), pointer :: elpa
.br
.RI "call \fBelpa_uninit\fP ()"
.br
.RI " "
.br
.RI "With the definintions of the input and output variables:"
.br
.RI "No input or output is needed."
.br
.br
.br
.SS C INTERFACE
#include <elpa/elpa.h>
.br
elpa_t handle;
.br
.RI "\fBvoid\fP \fBelpa_uninit\fP ();"
.br
.RI " "
.br
.RI "With the definintions of the input and output variables:"
.br
.br
.RI "No input or output is needed."
.br
.SH DESCRIPTION
Uninitializes the ELPA library after usage. The function \fBelpa_init\fP(3) must have been called BEFORE elpa_uninit can be called.
.br
.SH "SEE ALSO"
.br
\fBelpa2_print_kernels\fP(1) \fBelpa_init\fP(3) \fBelpa_allocate\fP(3) \fBelpa_set\fP(3) \fBelpa_strerr\fP(3) \fBelpa_setup\fP(3)
Write
Preview
Markdown
is supported
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