Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
62b11465
Commit
62b11465
authored
Jun 03, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Man page for elpa_allocate
parent
b1297e23
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
2 deletions
+51
-2
Makefile.am
Makefile.am
+2
-1
man/elpa_allocate.3
man/elpa_allocate.3
+48
-0
man/elpa_init.3
man/elpa_init.3
+1
-1
No files found.
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
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