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
62b11465
Commit
62b11465
authored
Jun 03, 2017
by
Andreas Marek
Browse files
Man page for elpa_allocate
parent
b1297e23
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
62b11465
...
...
@@ -361,7 +361,8 @@ nobase_nodist_elpa_include_HEADERS = \
dist_man_MANS
=
\
man/elpa2_print_kernels.1
\
man/elpa_init.3
man/elpa_init.3
\
man/elpa_allocate.3
if
ENABLE_LEGACY
dist_man_MANS
+=
\
...
...
man/elpa_allocate.3
0 → 100644
View file @
62b11465
.TH "elpa_allocate" 3 "Sat Jun 3 2017" "ELPA" \" -*- nroff -*-
.ad l
.nh
.SH NAME
elpa_allocate \- allocate an instance of the ELPA library
.br
.SH SYNOPSIS
.br
.SS FORTRAN INTERFACE
use elpa
.br
class(elpa_t), pointer :: elpa
.br
.RI "elpa => \fBelpa_allocate\fP ()"
.br
.RI " "
.br
.RI "With the definintions of the input and output variables:"
.br
.RI "class(elpa_t) \fBelpa\fP: returns an instance of the ELPA object"
.br
.br
.SS C INTERFACE
#include <elpa/elpa.h>
.br
elpa_t handle;
.br
.RI "\fBelpa_t\fP handle = \fBelpa_allocate\fP ();"
.br
.RI " "
.br
.RI "With the definintions of the input and output variables:"
.br
.br
.RI "elpa_t \fBhandle\fP: returns an handle to the allocated ELPA object"
.SH DESCRIPTION
Allocate an ELPA object. The function \fBelpa_init\fP(3) must be called once BEFORE \fBelpa_allocate\fP can be called.
.br
.SH "SEE ALSO"
.br
\fBelpa2_print_kernels\fP(1) \fPelpa_init\fP(3)
man/elpa_init.3
View file @
62b11465
...
...
@@ -50,4 +50,4 @@ with the \fBelpa_strerr\fP(3) function.
.br
.SH "SEE ALSO"
.br
\fBelpa2_print_kernels\fP(1)
\fBelpa2_print_kernels\fP(1)
\fBelpa_allocate\fP(3)
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